#BDE22C
A medium, vivid yellow closely aligning with Yellowgreen.
About #BDE22C
The precise color #BDE22C is an excellent choice for modern design projects. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(189, 226, 44).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 16% C, 0% M, 81% Y, and 11% K. The HSL representation is 72.2° hue, 75.8% saturation, and 52.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#BDE22C
RGB189, 226, 44
HSL72.2°, 75.8%, 52.9%
CMYK16%, 0%, 81%, 11%
HSV72.2°, 80.5%, 88.6%
LAB84.7, -34.1, 76.5
XYZ48.6, 65.4, 12.4
Decimal12444204
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.08:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDE22C;
}
.text-color {
color: #BDE22C;
}
.border-color {
border: 2px solid #BDE22C;
}