Shades of Kelly Green #6DD620
Tints of Kelly Green #6DD620
RGB
CMYK
RGB Variations
Color information
#6DD620 (or 0x6DD620) is known color: Kelly Green. HEX triplet: 6D, D6 and 20. RGB value is (109,214,32). Sum of RGB (Red+Green+Blue) = 109+214+32=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 214 (83.98% from 255 or 60.28% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 214 - color contains mainly: green. Hex color #6DD620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DD620 is #9229DF. Grayscale: #A2A2A2. Windows color (decimal): -9578976 or 2152045. OLE color: 2152045.
HSL color Cylindrical-coordinate representation of color #6DD620: hue angle of 94.62º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6DD620 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 214 | 32 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.16 |
| HSL | 94.62º | 0.74% | 0.48% | - |
| HSV(B) | 94.62º | 0.85% | 0.84% | - |
| XYZ | 30.61 | 51.45 | 9.68 | - |
| YUV | 161.86 | 54.71 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 214 | 32 | 0.49 | 0 | 0.85 | 0.16 | 94.62 | 0.74 | 0.48 |
| Hex | 6D | D6 | 20 | 31 | 0 | 55 | 10 | 5F | 4A | 30 |
| Octal | 155 | 326 | 40 | 61 | 0 | 125 | 20 | 137 | 112 | 60 |
| Binary | 1101101 | 11010110 | 100000 | 110001 | 0 | 1010101 | 10000 | 1011111 | 1001010 | 110000 |
Color Harmonies of #6DD620
Complementary color
Monochromatic Colors of #6DD620
Black with #6DD620
Text Example
Text Example
White with #6DD620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD620; }
p { color: rgb(109,214,32); }
H1.HeaderClassName
{
color: #6DD620;
}
.AnyTagClassName
{
color: #6DD620;
}
</style>
background-color css
<style>
a { background-color: #6DD620; }
a { background-color: rgb(109,214,32); }
div.DivClassName
{
background-color: #6DD620;
}
.BgClassName
{
background-color: #6DD620;
}
</style>
border-color css
<style>
span { border-color: #6DD620; }
span { border-color: rgb(109,214,32); }
td.TdClassName
{
border-color: #6DD620;
}
.TagClassName
{
border-color: #6DD620;
}
</style>