#BDC50F
A medium, vivid yellow closely aligning with Yellowgreen.
About #BDC50F
At its core, #BDC50F is a medium and vivid hue. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(189, 197, 15).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 4% cyan and 0% magenta inks. The HSL representation is 62.6° hue, 85.8% saturation, and 41.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BDC50F
RGB189, 197, 15
HSL62.6°, 85.8%, 41.6%
CMYK4%, 0%, 92%, 23%
HSV62.6°, 92.4%, 77.3%
LAB76.5, -21.0, 75.5
XYZ41.0, 50.8, 8.1
Decimal12436751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.16:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDC50F;
}
.text-color {
color: #BDC50F;
}
.border-color {
border: 2px solid #BDC50F;
}