#6DB642
A medium, moderate green closely aligning with Forestgreen.
About #6DB642
The hex code #6DB642 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Forestgreen. This translates to an RGB value of rgb(109, 182, 66).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 40% cyan, 0% magenta, 64% yellow, and 29% black. With a hue angle of 97.8 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DB642
RGB109, 182, 66
HSL97.8°, 46.8%, 48.6%
CMYK40%, 0%, 64%, 29%
HSV97.8°, 63.7%, 71.4%
LAB67.4, -43.2, 50.4
XYZ24.0, 37.1, 11.0
Decimal7190082
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.49:1
Text on #FFFFFF
FAIL
8.42:1
Text on #000000
AAA
2.38:1
Text on #F8FAFC
FAIL
7.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DB642;
}
.text-color {
color: #6DB642;
}
.border-color {
border: 2px solid #6DB642;
}