#6DE97C
A light, vivid green closely aligning with Palegreen.
About #6DE97C
Visually, #6DE97C is defined as a vivid green. Designers often compare it to the standard color Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 233, and 124.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 53% C, 0% M, 47% Y, and 9% K. The HSL representation is 127.3° hue, 73.8% saturation, and 67.1% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DE97C
RGB109, 233, 124
HSL127.3°, 73.8%, 67.1%
CMYK53%, 0%, 47%, 9%
HSV127.3°, 53.2%, 91.4%
LAB83.4, -56.8, 42.5
XYZ39.1, 63.0, 29.2
Decimal7203196
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.60:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE97C;
}
.text-color {
color: #6DE97C;
}
.border-color {
border: 2px solid #6DE97C;
}