#99FF75
A light, vivid green closely aligning with Palegreen.
About #99FF75
Visually, #99FF75 is defined as a vivid green. It is closely associated with the named CSS color Palegreen. Its digital footprint relies on 153 parts red, 255 parts green, and 117 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 40% Cyan, 0% Magenta, 54% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#99FF75
RGB153, 255, 117
HSL104.3°, 100.0%, 72.9%
CMYK40%, 0%, 54%, 0%
HSV104.3°, 54.1%, 100.0%
LAB91.5, -54.1, 56.0
XYZ52.1, 79.6, 29.4
Decimal10092405
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.92:1
Text on #000000
AAA
1.19:1
Text on #F8FAFC
FAIL
14.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99FF75;
}
.text-color {
color: #99FF75;
}
.border-color {
border: 2px solid #99FF75;
}