Shades of Kelly Green #62C814
Tints of Kelly Green #62C814
RGB
CMYK
RGB Variations
Color information
#62C814 (or 0x62C814) is known color: Kelly Green. HEX triplet: 62, C8 and 14. RGB value is (98,200,20). Sum of RGB (Red+Green+Blue) = 98+200+20=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 200 (78.52% from 255 or 62.89% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 200 - color contains mainly: green. Hex color #62C814 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62C814 is #9D37EB. Grayscale: #959595. Windows color (decimal): -10303468 or 1362018. OLE color: 1362018.
HSL color Cylindrical-coordinate representation of color #62C814: hue angle of 94º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62C814 is Cyan = 0.51, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 200 | 20 | - |
| CMYK | 0.51 | 0 | 0.9 | 0.22 |
| HSL | 94º | 0.82% | 0.43% | - |
| HSV(B) | 94º | 0.9% | 0.78% | - |
| XYZ | 25.82 | 43.96 | 7.79 | - |
| YUV | 148.98 | 55.21 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 200 | 20 | 0.51 | 0 | 0.9 | 0.22 | 94 | 0.82 | 0.43 |
| Hex | 62 | C8 | 14 | 33 | 0 | 5A | 16 | 5E | 52 | 2B |
| Octal | 142 | 310 | 24 | 63 | 0 | 132 | 26 | 136 | 122 | 53 |
| Binary | 1100010 | 11001000 | 10100 | 110011 | 0 | 1011010 | 10110 | 1011110 | 1010010 | 101011 |
Color Harmonies of #62C814
Complementary color
Monochromatic Colors of #62C814
Black with #62C814
Text Example
Text Example
White with #62C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C814; }
p { color: rgb(98,200,20); }
H1.HeaderClassName
{
color: #62C814;
}
.AnyTagClassName
{
color: #62C814;
}
</style>
background-color css
<style>
a { background-color: #62C814; }
a { background-color: rgb(98,200,20); }
div.DivClassName
{
background-color: #62C814;
}
.BgClassName
{
background-color: #62C814;
}
</style>
border-color css
<style>
span { border-color: #62C814; }
span { border-color: rgb(98,200,20); }
td.TdClassName
{
border-color: #62C814;
}
.TagClassName
{
border-color: #62C814;
}
</style>