#BDF875
A light, vivid green closely aligning with Yellowgreen.
About #BDF875
At its core, #BDF875 is a light and vivid hue. Its closest recognized web color is Yellowgreen. In the RGB color space, it consists of 189 red, 248 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 24% cyan, 0% magenta, 53% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDF875
RGB189, 248, 117
HSL87.0°, 90.3%, 71.6%
CMYK24%, 0%, 53%, 3%
HSV87.0°, 52.8%, 97.3%
LAB91.3, -39.2, 56.3
XYZ57.8, 79.2, 29.1
Decimal12449909
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.85:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.32:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDF875;
}
.text-color {
color: #BDF875;
}
.border-color {
border: 2px solid #BDF875;
}