Shades of Kelly Green #62C20D
Tints of Kelly Green #62C20D
RGB
CMYK
RGB Variations
Color information
#62C20D (or 0x62C20D) is known color: Kelly Green. HEX triplet: 62, C2 and 0D. RGB value is (98,194,13). Sum of RGB (Red+Green+Blue) = 98+194+13=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 194 (76.17% from 255 or 63.61% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 194 - color contains mainly: green. Hex color #62C20D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62C20D is #9D3DF2. Grayscale: #919191. Windows color (decimal): -10305011 or 901730. OLE color: 901730.
HSL color Cylindrical-coordinate representation of color #62C20D: hue angle of 91.82º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62C20D is Cyan = 0.49, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 194 | 13 | - |
| CMYK | 0.49 | 0 | 0.93 | 0.24 |
| HSL | 91.82º | 0.87% | 0.41% | - |
| HSV(B) | 91.82º | 0.93% | 0.76% | - |
| XYZ | 24.4 | 41.21 | 7.05 | - |
| YUV | 144.66 | 53.7 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 194 | 13 | 0.49 | 0 | 0.93 | 0.24 | 91.82 | 0.87 | 0.41 |
| Hex | 62 | C2 | D | 31 | 0 | 5D | 18 | 5C | 57 | 29 |
| Octal | 142 | 302 | 15 | 61 | 0 | 135 | 30 | 134 | 127 | 51 |
| Binary | 1100010 | 11000010 | 1101 | 110001 | 0 | 1011101 | 11000 | 1011100 | 1010111 | 101001 |
Color Harmonies of #62C20D
Complementary color
Monochromatic Colors of #62C20D
Black with #62C20D
Text Example
Text Example
White with #62C20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C20D; }
p { color: rgb(98,194,13); }
H1.HeaderClassName
{
color: #62C20D;
}
.AnyTagClassName
{
color: #62C20D;
}
</style>
background-color css
<style>
a { background-color: #62C20D; }
a { background-color: rgb(98,194,13); }
div.DivClassName
{
background-color: #62C20D;
}
.BgClassName
{
background-color: #62C20D;
}
</style>
border-color css
<style>
span { border-color: #62C20D; }
span { border-color: rgb(98,194,13); }
td.TdClassName
{
border-color: #62C20D;
}
.TagClassName
{
border-color: #62C20D;
}
</style>