#BDDB00
A medium, vivid yellow closely aligning with Yellowgreen.
About #BDDB00
When working with digital screens, the color #BDDB00 is rendered by mixing light. Its closest recognized web color is Yellowgreen. Its digital footprint relies on 189 parts red, 219 parts green, and 0 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 14% Cyan, 0% Magenta, 100% Yellow, and 14% Black. With a hue angle of 68.2 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDDB00
RGB189, 219, 0
HSL68.2°, 100.0%, 42.9%
CMYK14%, 0%, 100%, 14%
HSV68.2°, 100.0%, 85.9%
LAB82.6, -31.7, 81.6
XYZ46.3, 61.5, 9.4
Decimal12442368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.30:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDDB00;
}
.text-color {
color: #BDDB00;
}
.border-color {
border: 2px solid #BDDB00;
}