Shades of Kelly Green #6ED620
Tints of Kelly Green #6ED620
RGB
CMYK
RGB Variations
Color information
#6ED620 (or 0x6ED620) is known color: Kelly Green. HEX triplet: 6E, D6 and 20. RGB value is (110,214,32). Sum of RGB (Red+Green+Blue) = 110+214+32=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #6ED620 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED620 is #9129DF. Grayscale: #A2A2A2. Windows color (decimal): -9513440 or 2152046. OLE color: 2152046.
HSL color Cylindrical-coordinate representation of color #6ED620: hue angle of 94.29º 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 #6ED620 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 214 | 32 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.16 |
| HSL | 94.29º | 0.74% | 0.48% | - |
| HSV(B) | 94.29º | 0.85% | 0.84% | - |
| XYZ | 30.74 | 51.51 | 9.69 | - |
| YUV | 162.16 | 54.54 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 214 | 32 | 0.49 | 0 | 0.85 | 0.16 | 94.29 | 0.74 | 0.48 |
| Hex | 6E | D6 | 20 | 31 | 0 | 55 | 10 | 5E | 4A | 30 |
| Octal | 156 | 326 | 40 | 61 | 0 | 125 | 20 | 136 | 112 | 60 |
| Binary | 1101110 | 11010110 | 100000 | 110001 | 0 | 1010101 | 10000 | 1011110 | 1001010 | 110000 |
Color Harmonies of #6ED620
Complementary color
Monochromatic Colors of #6ED620
Black with #6ED620
Text Example
Text Example
White with #6ED620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED620; }
p { color: rgb(110,214,32); }
H1.HeaderClassName
{
color: #6ED620;
}
.AnyTagClassName
{
color: #6ED620;
}
</style>
background-color css
<style>
a { background-color: #6ED620; }
a { background-color: rgb(110,214,32); }
div.DivClassName
{
background-color: #6ED620;
}
.BgClassName
{
background-color: #6ED620;
}
</style>
border-color css
<style>
span { border-color: #6ED620; }
span { border-color: rgb(110,214,32); }
td.TdClassName
{
border-color: #6ED620;
}
.TagClassName
{
border-color: #6ED620;
}
</style>