#BDDB42
A medium, moderate yellow closely aligning with Yellowgreen.
About #BDDB42
When working with digital screens, the color #BDDB42 is rendered by mixing light. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(189, 219, 66).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 14% cyan and 0% magenta inks. The HSL representation is 71.8° hue, 68.0% saturation, and 55.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BDDB42
RGB189, 219, 66
HSL71.8°, 68.0%, 55.9%
CMYK14%, 0%, 70%, 14%
HSV71.8°, 69.9%, 85.9%
LAB82.8, -29.8, 68.0
XYZ47.3, 61.9, 14.6
Decimal12442434
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.57:1
Text on #FFFFFF
FAIL
13.38:1
Text on #000000
AAA
1.50:1
Text on #F8FAFC
FAIL
11.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDDB42;
}
.text-color {
color: #BDDB42;
}
.border-color {
border: 2px solid #BDDB42;
}