Shades of Kelly Green #62C420
Tints of Kelly Green #62C420
RGB
CMYK
RGB Variations
Color information
#62C420 (or 0x62C420) is known color: Kelly Green. HEX triplet: 62, C4 and 20. RGB value is (98,196,32). Sum of RGB (Red+Green+Blue) = 98+196+32=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 196 (76.95% from 255 or 60.12% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 196 - color contains mainly: green. Hex color #62C420 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62C420 is #9D3BDF. Grayscale: #949494. Windows color (decimal): -10304480 or 2147426. OLE color: 2147426.
HSL color Cylindrical-coordinate representation of color #62C420: hue angle of 95.85º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62C420 is Cyan = 0.5, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 196 | 32 | - |
| CMYK | 0.5 | 0 | 0.84 | 0.23 |
| HSL | 95.85º | 0.72% | 0.45% | - |
| HSV(B) | 95.85º | 0.84% | 0.77% | - |
| XYZ | 25.04 | 42.18 | 8.19 | - |
| YUV | 148 | 62.53 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 196 | 32 | 0.5 | 0 | 0.84 | 0.23 | 95.85 | 0.72 | 0.45 |
| Hex | 62 | C4 | 20 | 32 | 0 | 54 | 17 | 60 | 48 | 2D |
| Octal | 142 | 304 | 40 | 62 | 0 | 124 | 27 | 140 | 110 | 55 |
| Binary | 1100010 | 11000100 | 100000 | 110010 | 0 | 1010100 | 10111 | 1100000 | 1001000 | 101101 |
Color Harmonies of #62C420
Complementary color
Monochromatic Colors of #62C420
Black with #62C420
Text Example
Text Example
White with #62C420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C420; }
p { color: rgb(98,196,32); }
H1.HeaderClassName
{
color: #62C420;
}
.AnyTagClassName
{
color: #62C420;
}
</style>
background-color css
<style>
a { background-color: #62C420; }
a { background-color: rgb(98,196,32); }
div.DivClassName
{
background-color: #62C420;
}
.BgClassName
{
background-color: #62C420;
}
</style>
border-color css
<style>
span { border-color: #62C420; }
span { border-color: rgb(98,196,32); }
td.TdClassName
{
border-color: #62C420;
}
.TagClassName
{
border-color: #62C420;
}
</style>