Shades of Kelly Green #62DA16
Tints of Kelly Green #62DA16
RGB
CMYK
RGB Variations
Color information
#62DA16 (or 0x62DA16) is known color: Kelly Green. HEX triplet: 62, DA and 16. RGB value is (98,218,22). Sum of RGB (Red+Green+Blue) = 98+218+22=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #62DA16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62DA16 is #9D25E9. Grayscale: #A0A0A0. Windows color (decimal): -10298858 or 1497698. OLE color: 1497698.
HSL color Cylindrical-coordinate representation of color #62DA16: hue angle of 96.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62DA16 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 218 | 22 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.15 |
| HSL | 96.73º | 0.82% | 0.47% | - |
| HSV(B) | 96.73º | 0.9% | 0.85% | - |
| XYZ | 30.25 | 52.8 | 9.36 | - |
| YUV | 159.78 | 50.24 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 218 | 22 | 0.55 | 0 | 0.90 | 0.15 | 96.73 | 0.82 | 0.47 |
| Hex | 62 | DA | 16 | 37 | 0 | 5A | F | 61 | 52 | 2F |
| Octal | 142 | 332 | 26 | 67 | 0 | 132 | 17 | 141 | 122 | 57 |
| Binary | 1100010 | 11011010 | 10110 | 110111 | 0 | 1011010 | 1111 | 1100001 | 1010010 | 101111 |
Color Harmonies of #62DA16
Complementary color
Monochromatic Colors of #62DA16
Black with #62DA16
Text Example
Text Example
White with #62DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DA16; }
p { color: rgb(98,218,22); }
H1.HeaderClassName
{
color: #62DA16;
}
.AnyTagClassName
{
color: #62DA16;
}
</style>
background-color css
<style>
a { background-color: #62DA16; }
a { background-color: rgb(98,218,22); }
div.DivClassName
{
background-color: #62DA16;
}
.BgClassName
{
background-color: #62DA16;
}
</style>
border-color css
<style>
span { border-color: #62DA16; }
span { border-color: rgb(98,218,22); }
td.TdClassName
{
border-color: #62DA16;
}
.TagClassName
{
border-color: #62DA16;
}
</style>