Shades of Kelly Green #62DD20
Tints of Kelly Green #62DD20
RGB
CMYK
RGB Variations
Color information
#62DD20 (or 0x62DD20) is known color: Kelly Green. HEX triplet: 62, DD and 20. RGB value is (98,221,32). Sum of RGB (Red+Green+Blue) = 98+221+32=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 221 (86.72% from 255 or 62.96% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 221 - color contains mainly: green. Hex color #62DD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62DD20 is #9D22DF. Grayscale: #A3A3A3. Windows color (decimal): -10298080 or 2153826. OLE color: 2153826.
HSL color Cylindrical-coordinate representation of color #62DD20: hue angle of 99.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62DD20 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 221 | 32 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.13 |
| HSL | 99.05º | 0.75% | 0.5% | - |
| HSV(B) | 99.05º | 0.86% | 0.87% | - |
| XYZ | 31.15 | 54.41 | 10.23 | - |
| YUV | 162.68 | 54.25 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 221 | 32 | 0.56 | 0 | 0.86 | 0.13 | 99.05 | 0.75 | 0.5 |
| Hex | 62 | DD | 20 | 38 | 0 | 56 | D | 63 | 4B | 32 |
| Octal | 142 | 335 | 40 | 70 | 0 | 126 | 15 | 143 | 113 | 62 |
| Binary | 1100010 | 11011101 | 100000 | 111000 | 0 | 1010110 | 1101 | 1100011 | 1001011 | 110010 |
Color Harmonies of #62DD20
Complementary color
Monochromatic Colors of #62DD20
Black with #62DD20
Text Example
Text Example
White with #62DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DD20; }
p { color: rgb(98,221,32); }
H1.HeaderClassName
{
color: #62DD20;
}
.AnyTagClassName
{
color: #62DD20;
}
</style>
background-color css
<style>
a { background-color: #62DD20; }
a { background-color: rgb(98,221,32); }
div.DivClassName
{
background-color: #62DD20;
}
.BgClassName
{
background-color: #62DD20;
}
</style>
border-color css
<style>
span { border-color: #62DD20; }
span { border-color: rgb(98,221,32); }
td.TdClassName
{
border-color: #62DD20;
}
.TagClassName
{
border-color: #62DD20;
}
</style>