🎯 实时颜色效果演示
导航栏颜色
卡片背景色
按钮颜色
边框/文字颜色
文字与边框
当前颜色
#B2DB07
/* 生成的CSS代码 */
color: #B2DB07;
background-color: #B2DB07;
border-color: #B2DB07;
/* 渐变背景 */
background: linear-gradient(135deg, #B2DB07 0%, #b9de1f 100%);
/* 导航颜色 */
.header{
background-color: #B2DB07;
color: #ffffff;
}
/* 卡片背景 + 边框 */
.card{
background-color: #B2DB070a;
border: 1px solid #B2DB0725;
}
/* 文字 / 边框颜色 */
.text-border{
color: #B2DB07;
border-color: #B2DB07;
}
/* 按钮样式 */
.btn{
background-color: #B2DB07;
color: #ffffff;
padding: 6px 14px;
border-radius: 4px;
border: none;
}
.btn:hover{
opacity: 0.9;
}
颜色数据大全
十六进制: #B2DB07
RGB: rgb(178,219,7)
RGB 百分比: 69.8% / 85.9% / 2.7%
十进制: 178 / 219 / 7
CMYK: 30.2% / 14.1% / 97.3% / 0%
CMY: 30.2% / 14.1% / 97.3%
YIQ: 182.57
YUV: 182.57 / -86.41 / -4.02
网页安全色: #99cc00
CIE-LAB / LUV / LCH / Hunter-Lab: 已内置计算(专业色值引擎)
颜色反转
灰度 / 互补色