Shades of Kelly Green #62CE20
Tints of Kelly Green #62CE20
RGB
CMYK
RGB Variations
Color information
#62CE20 (or 0x62CE20) is known color: Kelly Green. HEX triplet: 62, CE and 20. RGB value is (98,206,32). Sum of RGB (Red+Green+Blue) = 98+206+32=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 206 (80.86% from 255 or 61.31% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 206 - color contains mainly: green. Hex color #62CE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #62CE20 is #9D31DF. Grayscale: #9A9A9A. Windows color (decimal): -10301920 or 2149986. OLE color: 2149986.
HSL color Cylindrical-coordinate representation of color #62CE20: hue angle of 97.24º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62CE20 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 32 | - |
| CMYK | 0.52 | 0 | 0.84 | 0.19 |
| HSL | 97.24º | 0.73% | 0.47% | - |
| HSV(B) | 97.24º | 0.84% | 0.81% | - |
| XYZ | 27.37 | 46.84 | 8.97 | - |
| YUV | 153.87 | 59.22 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 32 | 0.52 | 0 | 0.84 | 0.19 | 97.24 | 0.73 | 0.47 |
| Hex | 62 | CE | 20 | 34 | 0 | 54 | 13 | 61 | 49 | 2F |
| Octal | 142 | 316 | 40 | 64 | 0 | 124 | 23 | 141 | 111 | 57 |
| Binary | 1100010 | 11001110 | 100000 | 110100 | 0 | 1010100 | 10011 | 1100001 | 1001001 | 101111 |
Color Harmonies of #62CE20
Complementary color
Monochromatic Colors of #62CE20
Black with #62CE20
Text Example
Text Example
White with #62CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CE20; }
p { color: rgb(98,206,32); }
H1.HeaderClassName
{
color: #62CE20;
}
.AnyTagClassName
{
color: #62CE20;
}
</style>
background-color css
<style>
a { background-color: #62CE20; }
a { background-color: rgb(98,206,32); }
div.DivClassName
{
background-color: #62CE20;
}
.BgClassName
{
background-color: #62CE20;
}
</style>
border-color css
<style>
span { border-color: #62CE20; }
span { border-color: rgb(98,206,32); }
td.TdClassName
{
border-color: #62CE20;
}
.TagClassName
{
border-color: #62CE20;
}
</style>