Shades of Kelly Green #62C312
Tints of Kelly Green #62C312
RGB
CMYK
RGB Variations
Color information
#62C312 (or 0x62C312) is known color: Kelly Green. HEX triplet: 62, C3 and 12. RGB value is (98,195,18). Sum of RGB (Red+Green+Blue) = 98+195+18=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 195 (76.56% from 255 or 62.70% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 195 - color contains mainly: green. Hex color #62C312 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62C312 is #9D3CED. Grayscale: #929292. Windows color (decimal): -10304750 or 1229666. OLE color: 1229666.
HSL color Cylindrical-coordinate representation of color #62C312: hue angle of 92.88º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62C312 is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 195 | 18 | - |
| CMYK | 0.50 | 0 | 0.91 | 0.24 |
| HSL | 92.88º | 0.83% | 0.42% | - |
| HSV(B) | 92.88º | 0.91% | 0.76% | - |
| XYZ | 24.66 | 41.67 | 7.32 | - |
| YUV | 145.82 | 55.86 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 195 | 18 | 0.50 | 0 | 0.91 | 0.24 | 92.88 | 0.83 | 0.42 |
| Hex | 62 | C3 | 12 | 32 | 0 | 5B | 18 | 5D | 53 | 2A |
| Octal | 142 | 303 | 22 | 62 | 0 | 133 | 30 | 135 | 123 | 52 |
| Binary | 1100010 | 11000011 | 10010 | 110010 | 0 | 1011011 | 11000 | 1011101 | 1010011 | 101010 |
Color Harmonies of #62C312
Complementary color
Monochromatic Colors of #62C312
Black with #62C312
Text Example
Text Example
White with #62C312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C312; }
p { color: rgb(98,195,18); }
H1.HeaderClassName
{
color: #62C312;
}
.AnyTagClassName
{
color: #62C312;
}
</style>
background-color css
<style>
a { background-color: #62C312; }
a { background-color: rgb(98,195,18); }
div.DivClassName
{
background-color: #62C312;
}
.BgClassName
{
background-color: #62C312;
}
</style>
border-color css
<style>
span { border-color: #62C312; }
span { border-color: rgb(98,195,18); }
td.TdClassName
{
border-color: #62C312;
}
.TagClassName
{
border-color: #62C312;
}
</style>