#66B66D
A medium, moderate green closely aligning with Mediumseagreen.
About #66B66D
The hex code #66B66D represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(102, 182, 109).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 44% C, 0% M, 40% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#66B66D
RGB102, 182, 109
HSL125.2°, 35.4%, 55.7%
CMYK44%, 0%, 40%, 29%
HSV125.2°, 44.0%, 71.4%
LAB67.6, -40.0, 29.7
XYZ25.0, 37.4, 20.4
Decimal6731373
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.48:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66B66D;
}
.text-color {
color: #66B66D;
}
.border-color {
border: 2px solid #66B66D;
}