#BDE207
A medium, vivid yellow closely aligning with Yellowgreen.
About #BDE207
The hex code #BDE207 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 189 parts red, 226 parts green, and 7 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 16% C, 0% M, 97% Y, and 11% K. With a hue angle of 70.1 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDE207
RGB189, 226, 7
HSL70.1°, 94.0%, 45.7%
CMYK16%, 0%, 97%, 11%
HSV70.1°, 96.9%, 88.6%
LAB84.6, -34.8, 82.5
XYZ48.2, 65.2, 10.2
Decimal12444167
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50: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: #BDE207;
}
.text-color {
color: #BDE207;
}
.border-color {
border: 2px solid #BDE207;
}