#99F050
A light, vivid green closely aligning with Greenyellow.
About #99F050
At its core, #99F050 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Greenyellow. This translates to an RGB value of rgb(153, 240, 80).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 36% cyan and 0% magenta inks. The HSL representation is 92.6° hue, 84.2% saturation, and 62.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99F050
RGB153, 240, 80
HSL92.6°, 84.2%, 62.7%
CMYK36%, 0%, 67%, 6%
HSV92.6°, 66.7%, 94.1%
LAB86.8, -51.4, 66.3
XYZ45.7, 69.7, 18.6
Decimal10088528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.93:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.70:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F050;
}
.text-color {
color: #99F050;
}
.border-color {
border: 2px solid #99F050;
}