#66CC83
A light, moderate green closely aligning with Mediumseagreen.
About #66CC83
At its core, #66CC83 is a light and moderate hue. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(102, 204, 131).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 50% C, 0% M, 36% Y, and 20% K. The HSL representation is 137.1° hue, 50.0% saturation, and 60.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66CC83
RGB102, 204, 131
HSL137.1°, 50.0%, 60.0%
CMYK50%, 0%, 36%, 20%
HSV137.1°, 50.0%, 80.0%
LAB74.6, -45.7, 27.5
XYZ31.2, 47.6, 29.0
Decimal6737027
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.53:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66CC83;
}
.text-color {
color: #66CC83;
}
.border-color {
border: 2px solid #66CC83;
}