#66B61D
A medium, vivid green closely aligning with Yellowgreen.
About #66B61D
At its core, #66B61D is a medium and vivid hue. Designers often compare it to the standard color Yellowgreen. Its digital footprint relies on 102 parts red, 182 parts green, and 29 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 44% Cyan, 0% Magenta, 84% Yellow, and 29% Black. 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. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#66B61D
RGB102, 182, 29
HSL91.4°, 72.5%, 41.4%
CMYK44%, 0%, 84%, 29%
HSV91.4°, 84.1%, 71.4%
LAB66.8, -47.9, 62.6
XYZ22.4, 36.4, 7.0
Decimal6731293
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.27:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #66B61D;
}
.text-color {
color: #66B61D;
}
.border-color {
border: 2px solid #66B61D;
}