Shades of Kelly Green #62C401
Tints of Kelly Green #62C401
RGB
CMYK
RGB Variations
Color information
#62C401 (or 0x62C401) is known color: Kelly Green. HEX triplet: 62, C4 and 01. RGB value is (98,196,1). Sum of RGB (Red+Green+Blue) = 98+196+1=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 196 (76.95% from 255 or 66.44% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 196 - color contains mainly: green. Hex color #62C401 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62C401 is #9D3BFE. Grayscale: #919191. Windows color (decimal): -10304511 or 115810. OLE color: 115810.
HSL color Cylindrical-coordinate representation of color #62C401: hue angle of 90.15º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62C401 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 196 | 1 | - |
| CMYK | 0.5 | 0 | 0.99 | 0.23 |
| HSL | 90.15º | 0.99% | 0.39% | - |
| HSV(B) | 90.15º | 0.99% | 0.77% | - |
| XYZ | 24.78 | 42.08 | 6.84 | - |
| YUV | 144.47 | 47.03 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 196 | 1 | 0.5 | 0 | 0.99 | 0.23 | 90.15 | 0.99 | 0.39 |
| Hex | 62 | C4 | 1 | 32 | 0 | 63 | 17 | 5A | 63 | 27 |
| Octal | 142 | 304 | 1 | 62 | 0 | 143 | 27 | 132 | 143 | 47 |
| Binary | 1100010 | 11000100 | 1 | 110010 | 0 | 1100011 | 10111 | 1011010 | 1100011 | 100111 |
Color Harmonies of #62C401
Complementary color
Monochromatic Colors of #62C401
Black with #62C401
Text Example
Text Example
White with #62C401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C401; }
p { color: rgb(98,196,1); }
H1.HeaderClassName
{
color: #62C401;
}
.AnyTagClassName
{
color: #62C401;
}
</style>
background-color css
<style>
a { background-color: #62C401; }
a { background-color: rgb(98,196,1); }
div.DivClassName
{
background-color: #62C401;
}
.BgClassName
{
background-color: #62C401;
}
</style>
border-color css
<style>
span { border-color: #62C401; }
span { border-color: rgb(98,196,1); }
td.TdClassName
{
border-color: #62C401;
}
.TagClassName
{
border-color: #62C401;
}
</style>