#B5CE01
A medium, vivid yellow closely aligning with Yellowgreen.
About #B5CE01
The precise color #B5CE01 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 181 parts red, 206 parts green, and 1 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 12% C, 0% M, 100% Y, and 19% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B5CE01
RGB181, 206, 1
HSL67.3°, 99.0%, 40.6%
CMYK12%, 0%, 100%, 19%
HSV67.3°, 99.5%, 80.8%
LAB78.4, -28.9, 78.1
XYZ41.1, 54.0, 8.3
Decimal11914753
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.79:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B5CE01;
}
.text-color {
color: #B5CE01;
}
.border-color {
border: 2px solid #B5CE01;
}