Shades of Kelly Green #6DD20C
Tints of Kelly Green #6DD20C
RGB
CMYK
RGB Variations
Color information
#6DD20C (or 0x6DD20C) is known color: Kelly Green. HEX triplet: 6D, D2 and 0C. RGB value is (109,210,12). Sum of RGB (Red+Green+Blue) = 109+210+12=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #6DD20C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DD20C is #922DF3. Grayscale: #9D9D9D. Windows color (decimal): -9580020 or 840301. OLE color: 840301.
HSL color Cylindrical-coordinate representation of color #6DD20C: hue angle of 90.61º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DD20C is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 210 | 12 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.18 |
| HSL | 90.61º | 0.89% | 0.44% | - |
| HSV(B) | 90.61º | 0.94% | 0.82% | - |
| XYZ | 29.42 | 49.37 | 8.33 | - |
| YUV | 157.23 | 46.04 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 210 | 12 | 0.48 | 0 | 0.94 | 0.18 | 90.61 | 0.89 | 0.44 |
| Hex | 6D | D2 | C | 30 | 0 | 5E | 12 | 5B | 59 | 2C |
| Octal | 155 | 322 | 14 | 60 | 0 | 136 | 22 | 133 | 131 | 54 |
| Binary | 1101101 | 11010010 | 1100 | 110000 | 0 | 1011110 | 10010 | 1011011 | 1011001 | 101100 |
Color Harmonies of #6DD20C
Complementary color
Monochromatic Colors of #6DD20C
Black with #6DD20C
Text Example
Text Example
White with #6DD20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD20C; }
p { color: rgb(109,210,12); }
H1.HeaderClassName
{
color: #6DD20C;
}
.AnyTagClassName
{
color: #6DD20C;
}
</style>
background-color css
<style>
a { background-color: #6DD20C; }
a { background-color: rgb(109,210,12); }
div.DivClassName
{
background-color: #6DD20C;
}
.BgClassName
{
background-color: #6DD20C;
}
</style>
border-color css
<style>
span { border-color: #6DD20C; }
span { border-color: rgb(109,210,12); }
td.TdClassName
{
border-color: #6DD20C;
}
.TagClassName
{
border-color: #6DD20C;
}
</style>