Shades of Kelly Green #62C500
Tints of Kelly Green #62C500
RGB
CMYK
RGB Variations
Color information
#62C500 (or 0x62C500) is known color: Kelly Green. HEX triplet: 62, C5 and 00. RGB value is (98,197,0). Sum of RGB (Red+Green+Blue) = 98+197+0=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #62C500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62C500 is #9D3AFF. Grayscale: #919191. Windows color (decimal): -10304256 or 50530. OLE color: 50530.
HSL color Cylindrical-coordinate representation of color #62C500: hue angle of 90.15º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62C500 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 197 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.23 |
| HSL | 90.15º | 1% | 0.39% | - |
| HSV(B) | 90.15º | 1% | 0.77% | - |
| XYZ | 25 | 42.53 | 6.89 | - |
| YUV | 144.94 | 46.2 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 197 | 0 | 0.50 | 0 | 1 | 0.23 | 90.15 | 1 | 0.39 |
| Hex | 62 | C5 | 0 | 32 | 0 | 64 | 17 | 5A | 64 | 27 |
| Octal | 142 | 305 | 0 | 62 | 0 | 144 | 27 | 132 | 144 | 47 |
| Binary | 1100010 | 11000101 | 0 | 110010 | 0 | 1100100 | 10111 | 1011010 | 1100100 | 100111 |
Color Harmonies of #62C500
Complementary color
Monochromatic Colors of #62C500
Black with #62C500
Text Example
Text Example
White with #62C500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C500; }
p { color: rgb(98,197,0); }
H1.HeaderClassName
{
color: #62C500;
}
.AnyTagClassName
{
color: #62C500;
}
</style>
background-color css
<style>
a { background-color: #62C500; }
a { background-color: rgb(98,197,0); }
div.DivClassName
{
background-color: #62C500;
}
.BgClassName
{
background-color: #62C500;
}
</style>
border-color css
<style>
span { border-color: #62C500; }
span { border-color: rgb(98,197,0); }
td.TdClassName
{
border-color: #62C500;
}
.TagClassName
{
border-color: #62C500;
}
</style>