#6DCC7C
A light, moderate green closely aligning with Mediumseagreen.
About #6DCC7C
Visually, #6DCC7C is defined as a moderate green. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(109, 204, 124).
For print applications, it's crucial to understand its CMYK makeup. The color uses 47% Cyan, 0% Magenta, 39% Yellow, and 20% Black. With a hue angle of 129.5 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DCC7C
RGB109, 204, 124
HSL129.5°, 48.2%, 61.4%
CMYK47%, 0%, 39%, 20%
HSV129.5°, 46.6%, 80.0%
LAB74.8, -45.0, 31.4
XYZ31.5, 47.9, 26.7
Decimal7195772
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.58:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DCC7C;
}
.text-color {
color: #6DCC7C;
}
.border-color {
border: 2px solid #6DCC7C;
}