#6DC500
A dark, vivid green closely aligning with Yellowgreen.
About #6DC500
When working with digital screens, the color #6DC500 is rendered by mixing light. It is closely associated with the named CSS color Yellowgreen. Its digital footprint relies on 109 parts red, 197 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 45% C, 0% M, 100% Y, and 23% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#6DC500
RGB109, 197, 0
HSL86.8°, 100.0%, 38.6%
CMYK45%, 0%, 100%, 23%
HSV86.8°, 100.0%, 77.3%
LAB71.7, -52.2, 71.2
XYZ26.3, 43.2, 7.0
Decimal7193856
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.64:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DC500;
}
.text-color {
color: #6DC500;
}
.border-color {
border: 2px solid #6DC500;
}