#66BD42
A medium, moderate green closely aligning with Yellowgreen.
About #66BD42
The precise color #66BD42 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Yellowgreen. This translates to an RGB value of rgb(102, 189, 66).
For print applications, it's crucial to understand its CMYK makeup. The color uses 46% Cyan, 0% Magenta, 65% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66BD42
RGB102, 189, 66
HSL102.4°, 48.2%, 50.0%
CMYK46%, 0%, 65%, 26%
HSV102.4°, 65.1%, 74.1%
LAB69.2, -48.3, 52.3
XYZ24.7, 39.6, 11.5
Decimal6733122
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.92:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66BD42;
}
.text-color {
color: #66BD42;
}
.border-color {
border: 2px solid #66BD42;
}