#6DC516
A medium, vivid green closely aligning with Yellowgreen.
About #6DC516
Visually, #6DC516 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 109 red, 197 green, and 22 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 45% C, 0% M, 89% Y, and 23% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#6DC516
RGB109, 197, 22
HSL90.2°, 79.9%, 42.9%
CMYK45%, 0%, 89%, 23%
HSV90.2°, 88.8%, 77.3%
LAB71.7, -51.8, 68.5
XYZ26.4, 43.2, 7.7
Decimal7193878
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.65:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DC516;
}
.text-color {
color: #6DC516;
}
.border-color {
border: 2px solid #6DC516;
}