#66FFAF
A light, vivid green closely aligning with Mediumspringgreen.
About #66FFAF
When working with digital screens, the color #66FFAF is rendered by mixing light. Designers often compare it to the standard color Mediumspringgreen. This translates to an RGB value of rgb(102, 255, 175).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 60% C, 0% M, 31% Y, and 0% K. The HSL representation is 148.6° hue, 100.0% saturation, and 70.0% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66FFAF
RGB102, 255, 175
HSL148.6°, 100.0%, 70.0%
CMYK60%, 0%, 31%, 0%
HSV148.6°, 60.0%, 100.0%
LAB90.5, -58.3, 26.4
XYZ49.0, 77.4, 52.9
Decimal6750127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.27:1
Text on #FFFFFF
FAIL
16.49:1
Text on #000000
AAA
1.22:1
Text on #F8FAFC
FAIL
14.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66FFAF;
}
.text-color {
color: #66FFAF;
}
.border-color {
border: 2px solid #66FFAF;
}