#66BD49
A medium, moderate green closely aligning with Forestgreen.
About #66BD49
Visually, #66BD49 is defined as a moderate green. Designers often compare it to the standard color Forestgreen. In the RGB color space, it consists of 102 red, 189 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 46% cyan and 0% magenta inks. The HSL representation is 105.0° hue, 46.8% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66BD49
RGB102, 189, 73
HSL105.0°, 46.8%, 51.4%
CMYK46%, 0%, 61%, 26%
HSV105.0°, 61.4%, 74.1%
LAB69.3, -47.6, 49.4
XYZ24.9, 39.7, 12.7
Decimal6733129
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.94:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66BD49;
}
.text-color {
color: #66BD49;
}
.border-color {
border: 2px solid #66BD49;
}