#BDF06D
A light, vivid green closely aligning with Yellowgreen.
About #BDF06D
Visually, #BDF06D is defined as a vivid green. It is closely associated with the named CSS color Yellowgreen. Its digital footprint relies on 189 parts red, 240 parts green, and 109 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 21% cyan, 0% magenta, 55% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#BDF06D
RGB189, 240, 109
HSL83.4°, 81.4%, 68.4%
CMYK21%, 0%, 55%, 6%
HSV83.4°, 54.6%, 94.1%
LAB89.0, -36.3, 57.2
XYZ54.9, 74.2, 25.9
Decimal12447853
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.85:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDF06D;
}
.text-color {
color: #BDF06D;
}
.border-color {
border: 2px solid #BDF06D;
}