#6DD392
A light, moderate green closely aligning with Mediumseagreen.
About #6DD392
When working with digital screens, the color #6DD392 is rendered by mixing light. It is closely associated with the named CSS color Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 211, and 146.
For print applications, it's crucial to understand its CMYK makeup. The color uses 48% Cyan, 0% Magenta, 31% Yellow, and 17% Black. With a hue angle of 141.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DD392
RGB109, 211, 146
HSL141.8°, 53.7%, 62.7%
CMYK48%, 0%, 31%, 17%
HSV141.8°, 48.3%, 82.7%
LAB77.2, -44.2, 23.2
XYZ34.8, 51.9, 35.4
Decimal7197586
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.38:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DD392;
}
.text-color {
color: #6DD392;
}
.border-color {
border: 2px solid #6DD392;
}