#BDC51D
A medium, vivid yellow closely aligning with Yellowgreen.
About #BDC51D
The precise color #BDC51D is an excellent choice for modern design projects. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(189, 197, 29).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 4% C, 0% M, 85% Y, and 23% K. The HSL representation is 62.9° hue, 74.3% saturation, and 44.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#BDC51D
RGB189, 197, 29
HSL62.9°, 74.3%, 44.3%
CMYK4%, 0%, 85%, 23%
HSV62.9°, 85.3%, 77.3%
LAB76.6, -20.7, 73.1
XYZ41.2, 50.8, 8.8
Decimal12436765
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.17:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDC51D;
}
.text-color {
color: #BDC51D;
}
.border-color {
border: 2px solid #BDC51D;
}