Shades of Kelly Green #62CE12
Tints of Kelly Green #62CE12
RGB
CMYK
RGB Variations
Color information
#62CE12 (or 0x62CE12) is known color: Kelly Green. HEX triplet: 62, CE and 12. RGB value is (98,206,18). Sum of RGB (Red+Green+Blue) = 98+206+18=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 206 (80.86% from 255 or 63.98% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 206 - color contains mainly: green. Hex color #62CE12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62CE12 is #9D31ED. Grayscale: #989898. Windows color (decimal): -10301934 or 1232482. OLE color: 1232482.
HSL color Cylindrical-coordinate representation of color #62CE12: hue angle of 94.47º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62CE12 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 206 | 18 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.19 |
| HSL | 94.47º | 0.84% | 0.44% | - |
| HSV(B) | 94.47º | 0.91% | 0.81% | - |
| XYZ | 27.22 | 46.78 | 8.17 | - |
| YUV | 152.28 | 52.22 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 206 | 18 | 0.52 | 0 | 0.91 | 0.19 | 94.47 | 0.84 | 0.44 |
| Hex | 62 | CE | 12 | 34 | 0 | 5B | 13 | 5E | 54 | 2C |
| Octal | 142 | 316 | 22 | 64 | 0 | 133 | 23 | 136 | 124 | 54 |
| Binary | 1100010 | 11001110 | 10010 | 110100 | 0 | 1011011 | 10011 | 1011110 | 1010100 | 101100 |
Color Harmonies of #62CE12
Complementary color
Monochromatic Colors of #62CE12
Black with #62CE12
Text Example
Text Example
White with #62CE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62CE12; }
p { color: rgb(98,206,18); }
H1.HeaderClassName
{
color: #62CE12;
}
.AnyTagClassName
{
color: #62CE12;
}
</style>
background-color css
<style>
a { background-color: #62CE12; }
a { background-color: rgb(98,206,18); }
div.DivClassName
{
background-color: #62CE12;
}
.BgClassName
{
background-color: #62CE12;
}
</style>
border-color css
<style>
span { border-color: #62CE12; }
span { border-color: rgb(98,206,18); }
td.TdClassName
{
border-color: #62CE12;
}
.TagClassName
{
border-color: #62CE12;
}
</style>