#99F075
A light, vivid green closely aligning with Palegreen.
About #99F075
At its core, #99F075 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Palegreen. This translates to an RGB value of rgb(153, 240, 117).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 36% C, 0% M, 51% Y, and 6% K. The HSL representation is 102.4° hue, 80.4% saturation, and 70.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99F075
RGB153, 240, 117
HSL102.4°, 80.4%, 70.0%
CMYK36%, 0%, 51%, 6%
HSV102.4°, 51.3%, 94.1%
LAB87.2, -47.9, 50.9
XYZ47.5, 70.4, 27.9
Decimal10088565
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.08:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F075;
}
.text-color {
color: #99F075;
}
.border-color {
border: 2px solid #99F075;
}