#BDE266
A light, moderate green closely aligning with Yellowgreen.
About #BDE266
The precise color #BDE266 is an excellent choice for modern design projects. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 189 red, 226 green, and 102 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 16% C, 0% M, 55% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#BDE266
RGB189, 226, 102
HSL77.9°, 68.1%, 64.3%
CMYK16%, 0%, 55%, 11%
HSV77.9°, 54.9%, 88.6%
LAB85.1, -30.5, 55.7
XYZ50.6, 66.2, 22.7
Decimal12444262
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.23:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDE266;
}
.text-color {
color: #BDE266;
}
.border-color {
border: 2px solid #BDE266;
}