#BDDB1D
A medium, vivid yellow closely aligning with Yellowgreen.
About #BDDB1D
The hex code #BDDB1D represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(189, 219, 29).
If you are designing for print, the four-color process is what matters most. The color uses 14% Cyan, 0% Magenta, 87% Yellow, and 14% Black. With a hue angle of 69.5 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDDB1D
RGB189, 219, 29
HSL69.5°, 76.6%, 48.6%
CMYK14%, 0%, 87%, 14%
HSV69.5°, 86.8%, 85.9%
LAB82.7, -31.3, 78.2
XYZ46.5, 61.6, 10.6
Decimal12442397
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.31:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDDB1D;
}
.text-color {
color: #BDDB1D;
}
.border-color {
border: 2px solid #BDDB1D;
}