Shades of Kelly Green #62C010
Tints of Kelly Green #62C010
RGB
CMYK
RGB Variations
Color information
#62C010 (or 0x62C010) is known color: Kelly Green. HEX triplet: 62, C0 and 10. RGB value is (98,192,16). Sum of RGB (Red+Green+Blue) = 98+192+16=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #62C010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62C010 is #9D3FEF. Grayscale: #909090. Windows color (decimal): -10305520 or 1097826. OLE color: 1097826.
HSL color Cylindrical-coordinate representation of color #62C010: hue angle of 92.05º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #62C010 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 98 | 192 | 16 | - |
| CMYK | 0.49 | 0 | 0.92 | 0.25 |
| HSL | 92.05º | 0.85% | 0.41% | - |
| HSV(B) | 92.05º | 0.92% | 0.75% | - |
| XYZ | 23.98 | 40.33 | 7.01 | - |
| YUV | 143.83 | 55.86 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 192 | 16 | 0.49 | 0 | 0.92 | 0.25 | 92.05 | 0.85 | 0.41 |
| Hex | 62 | C0 | 10 | 31 | 0 | 5C | 19 | 5C | 55 | 29 |
| Octal | 142 | 300 | 20 | 61 | 0 | 134 | 31 | 134 | 125 | 51 |
| Binary | 1100010 | 11000000 | 10000 | 110001 | 0 | 1011100 | 11001 | 1011100 | 1010101 | 101001 |
Color Harmonies of #62C010
Complementary color
Monochromatic Colors of #62C010
Black with #62C010
Text Example
Text Example
White with #62C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C010; }
p { color: rgb(98,192,16); }
H1.HeaderClassName
{
color: #62C010;
}
.AnyTagClassName
{
color: #62C010;
}
</style>
background-color css
<style>
a { background-color: #62C010; }
a { background-color: rgb(98,192,16); }
div.DivClassName
{
background-color: #62C010;
}
.BgClassName
{
background-color: #62C010;
}
</style>
border-color css
<style>
span { border-color: #62C010; }
span { border-color: rgb(98,192,16); }
td.TdClassName
{
border-color: #62C010;
}
.TagClassName
{
border-color: #62C010;
}
</style>