#BDFF99
A very light, vivid green closely aligning with Palegreen.
About #BDFF99
The precise color #BDFF99 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Palegreen. This translates to an RGB value of rgb(189, 255, 153).
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. With a hue angle of 98.8 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very 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#BDFF99
RGB189, 255, 153
HSL98.8°, 100.0%, 80.0%
CMYK26%, 0%, 40%, 0%
HSV98.8°, 40.0%, 100.0%
LAB93.7, -38.2, 42.2
XYZ62.5, 84.6, 43.2
Decimal12451737
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.17:1
Text on #FFFFFF
FAIL
17.93:1
Text on #000000
AAA
1.12:1
Text on #F8FAFC
FAIL
15.24:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDFF99;
}
.text-color {
color: #BDFF99;
}
.border-color {
border: 2px solid #BDFF99;
}