#66E975
A light, vivid green closely aligning with Palegreen.
About #66E975
Visually, #66E975 is defined as a vivid green. Its closest recognized web color is Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 233, and 117.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 56% C, 0% M, 50% Y, and 9% K. With a hue angle of 126.9 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66E975
RGB102, 233, 117
HSL126.9°, 74.9%, 65.7%
CMYK56%, 0%, 50%, 9%
HSV126.9°, 56.2%, 91.4%
LAB83.1, -59.4, 45.4
XYZ37.8, 62.4, 26.9
Decimal6744437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.48:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66E975;
}
.text-color {
color: #66E975;
}
.border-color {
border: 2px solid #66E975;
}