#99F85F
A light, vivid green closely aligning with Greenyellow.
About #99F85F
Visually, #99F85F is defined as a vivid green. If you're using CSS, you might find it aligns closely with Greenyellow. Its digital footprint relies on 153 parts red, 248 parts green, and 95 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 38% cyan, 0% magenta, 62% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#99F85F
RGB153, 248, 95
HSL97.3°, 91.6%, 67.3%
CMYK38%, 0%, 62%, 3%
HSV97.3°, 61.7%, 97.3%
LAB89.3, -53.5, 62.9
XYZ48.8, 74.7, 22.7
Decimal10090591
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.95:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F85F;
}
.text-color {
color: #99F85F;
}
.border-color {
border: 2px solid #99F85F;
}