#BDF86D
A light, vivid green closely aligning with Yellowgreen.
About #BDF86D
At its core, #BDF86D is a light and vivid hue. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 189 parts red, 248 parts green, and 109 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 24% cyan, 0% magenta, 56% yellow, and 3% black. The HSL representation is 85.5° hue, 90.8% saturation, and 70.0% lightness.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BDF86D
RGB189, 248, 109
HSL85.5°, 90.8%, 70.0%
CMYK24%, 0%, 56%, 3%
HSV85.5°, 56.0%, 97.3%
LAB91.3, -39.9, 59.7
XYZ57.3, 79.1, 26.7
Decimal12449901
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.25:1
Text on #FFFFFF
FAIL
16.81:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDF86D;
}
.text-color {
color: #BDF86D;
}
.border-color {
border: 2px solid #BDF86D;
}