#66C550
A medium, moderate green closely aligning with Lightgreen.
About #66C550
Visually, #66C550 is defined as a moderate green. Its closest recognized web color is Lightgreen. This translates to an RGB value of rgb(102, 197, 80).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 48% C, 0% M, 59% Y, and 23% K. With a hue angle of 108.7 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66C550
RGB102, 197, 80
HSL108.7°, 50.2%, 54.3%
CMYK48%, 0%, 59%, 23%
HSV108.7°, 59.4%, 77.3%
LAB71.8, -50.1, 49.1
XYZ26.9, 43.3, 14.5
Decimal6735184
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.67:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66C550;
}
.text-color {
color: #66C550;
}
.border-color {
border: 2px solid #66C550;
}