#BDFF50
A light, vivid green closely aligning with Greenyellow.
About #BDFF50
Visually, #BDFF50 is defined as a vivid green. Designers often compare it to the standard color Greenyellow. Its digital footprint relies on 189 parts red, 255 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 26% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BDFF50
RGB189, 255, 80
HSL82.6°, 100.0%, 65.7%
CMYK26%, 0%, 69%, 0%
HSV82.6°, 68.6%, 100.0%
LAB93.0, -45.2, 73.2
XYZ58.2, 82.9, 20.5
Decimal12451664
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.58:1
Text on #000000
AAA
1.14:1
Text on #F8FAFC
FAIL
14.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFF50;
}
.text-color {
color: #BDFF50;
}
.border-color {
border: 2px solid #BDFF50;
}