#99F849
A light, vivid green closely aligning with Greenyellow.
About #99F849
At its core, #99F849 is a light and vivid hue. Designers often compare it to the standard color Greenyellow. This translates to an RGB value of rgb(153, 248, 73).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 38% C, 0% M, 71% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
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#99F849
RGB153, 248, 73
HSL92.6°, 92.6%, 62.9%
CMYK38%, 0%, 71%, 3%
HSV92.6°, 70.6%, 97.3%
LAB89.1, -55.1, 71.2
XYZ47.9, 74.4, 18.1
Decimal10090569
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.88:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F849;
}
.text-color {
color: #99F849;
}
.border-color {
border: 2px solid #99F849;
}