Shades of Kelly Green #62BA16
Tints of Kelly Green #62BA16
RGB
CMYK
RGB Variations
Color information
#62BA16 (or 0x62BA16) is known color: Kelly Green. HEX triplet: 62, BA and 16. RGB value is (98,186,22). Sum of RGB (Red+Green+Blue) = 98+186+22=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #62BA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62BA16 is #9D45E9. Grayscale: #8D8D8D. Windows color (decimal): -10307050 or 1489506. OLE color: 1489506.
HSL color Cylindrical-coordinate representation of color #62BA16: hue angle of 92.2º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62BA16 is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 186 | 22 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.27 |
| HSL | 92.2º | 0.79% | 0.41% | - |
| HSV(B) | 92.2º | 0.88% | 0.73% | - |
| XYZ | 22.74 | 37.77 | 6.85 | - |
| YUV | 140.99 | 60.85 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 22 | 0.47 | 0 | 0.88 | 0.27 | 92.2 | 0.79 | 0.41 |
| Hex | 62 | BA | 16 | 2F | 0 | 58 | 1B | 5C | 4F | 29 |
| Octal | 142 | 272 | 26 | 57 | 0 | 130 | 33 | 134 | 117 | 51 |
| Binary | 1100010 | 10111010 | 10110 | 101111 | 0 | 1011000 | 11011 | 1011100 | 1001111 | 101001 |
Color Harmonies of #62BA16
Complementary color
Monochromatic Colors of #62BA16
Black with #62BA16
Text Example
Text Example
White with #62BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BA16; }
p { color: rgb(98,186,22); }
H1.HeaderClassName
{
color: #62BA16;
}
.AnyTagClassName
{
color: #62BA16;
}
</style>
background-color css
<style>
a { background-color: #62BA16; }
a { background-color: rgb(98,186,22); }
div.DivClassName
{
background-color: #62BA16;
}
.BgClassName
{
background-color: #62BA16;
}
</style>
border-color css
<style>
span { border-color: #62BA16; }
span { border-color: rgb(98,186,22); }
td.TdClassName
{
border-color: #62BA16;
}
.TagClassName
{
border-color: #62BA16;
}
</style>