#BDE20F
A medium, vivid yellow closely aligning with Yellowgreen.
About #BDE20F
At its core, #BDE20F is a medium and vivid hue. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 226, and 15.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 16% cyan, 0% magenta, 93% yellow, and 11% black. The HSL representation is 70.5° hue, 87.6% saturation, and 47.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDE20F
RGB189, 226, 15
HSL70.5°, 87.6%, 47.3%
CMYK16%, 0%, 93%, 11%
HSV70.5°, 93.4%, 88.6%
LAB84.6, -34.8, 81.7
XYZ48.3, 65.2, 10.5
Decimal12444175
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.05:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDE20F;
}
.text-color {
color: #BDE20F;
}
.border-color {
border: 2px solid #BDE20F;
}