Shades of Kelly Green #62C50A
Tints of Kelly Green #62C50A
RGB
CMYK
RGB Variations
Color information
#62C50A (or 0x62C50A) is known color: Kelly Green. HEX triplet: 62, C5 and 0A. RGB value is (98,197,10). Sum of RGB (Red+Green+Blue) = 98+197+10=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 197 (77.34% from 255 or 64.59% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 197 - color contains mainly: green. Hex color #62C50A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62C50A is #9D3AF5. Grayscale: #929292. Windows color (decimal): -10304246 or 705890. OLE color: 705890.
HSL color Cylindrical-coordinate representation of color #62C50A: hue angle of 91.76º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #62C50A is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 10 | - |
| CMYK | 0.50 | 0 | 0.95 | 0.23 |
| HSL | 91.76º | 0.9% | 0.41% | - |
| HSV(B) | 91.76º | 0.95% | 0.77% | - |
| XYZ | 25.06 | 42.55 | 7.18 | - |
| YUV | 146.08 | 51.2 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 10 | 0.50 | 0 | 0.95 | 0.23 | 91.76 | 0.9 | 0.41 |
| Hex | 62 | C5 | A | 32 | 0 | 5F | 17 | 5C | 5A | 29 |
| Octal | 142 | 305 | 12 | 62 | 0 | 137 | 27 | 134 | 132 | 51 |
| Binary | 1100010 | 11000101 | 1010 | 110010 | 0 | 1011111 | 10111 | 1011100 | 1011010 | 101001 |
Color Harmonies of #62C50A
Complementary color
Monochromatic Colors of #62C50A
Black with #62C50A
Text Example
Text Example
White with #62C50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C50A; }
p { color: rgb(98,197,10); }
H1.HeaderClassName
{
color: #62C50A;
}
.AnyTagClassName
{
color: #62C50A;
}
</style>
background-color css
<style>
a { background-color: #62C50A; }
a { background-color: rgb(98,197,10); }
div.DivClassName
{
background-color: #62C50A;
}
.BgClassName
{
background-color: #62C50A;
}
</style>
border-color css
<style>
span { border-color: #62C50A; }
span { border-color: rgb(98,197,10); }
td.TdClassName
{
border-color: #62C50A;
}
.TagClassName
{
border-color: #62C50A;
}
</style>