Shades of Kelly Green #62DB14
Tints of Kelly Green #62DB14
RGB
CMYK
RGB Variations
Color information
#62DB14 (or 0x62DB14) is known color: Kelly Green. HEX triplet: 62, DB and 14. RGB value is (98,219,20). Sum of RGB (Red+Green+Blue) = 98+219+20=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 219 (85.94% from 255 or 64.99% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 219 - color contains mainly: green. Hex color #62DB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #62DB14 is #9D24EB. Grayscale: #A0A0A0. Windows color (decimal): -10298604 or 1366882. OLE color: 1366882.
HSL color Cylindrical-coordinate representation of color #62DB14: hue angle of 96.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62DB14 is Cyan = 0.55, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 219 | 20 | - |
| CMYK | 0.55 | 0 | 0.91 | 0.14 |
| HSL | 96.48º | 0.83% | 0.47% | - |
| HSV(B) | 96.48º | 0.91% | 0.86% | - |
| XYZ | 30.49 | 53.31 | 9.34 | - |
| YUV | 160.14 | 48.91 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 219 | 20 | 0.55 | 0 | 0.91 | 0.14 | 96.48 | 0.83 | 0.47 |
| Hex | 62 | DB | 14 | 37 | 0 | 5B | E | 60 | 53 | 2F |
| Octal | 142 | 333 | 24 | 67 | 0 | 133 | 16 | 140 | 123 | 57 |
| Binary | 1100010 | 11011011 | 10100 | 110111 | 0 | 1011011 | 1110 | 1100000 | 1010011 | 101111 |
Color Harmonies of #62DB14
Complementary color
Monochromatic Colors of #62DB14
Black with #62DB14
Text Example
Text Example
White with #62DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62DB14; }
p { color: rgb(98,219,20); }
H1.HeaderClassName
{
color: #62DB14;
}
.AnyTagClassName
{
color: #62DB14;
}
</style>
background-color css
<style>
a { background-color: #62DB14; }
a { background-color: rgb(98,219,20); }
div.DivClassName
{
background-color: #62DB14;
}
.BgClassName
{
background-color: #62DB14;
}
</style>
border-color css
<style>
span { border-color: #62DB14; }
span { border-color: rgb(98,219,20); }
td.TdClassName
{
border-color: #62DB14;
}
.TagClassName
{
border-color: #62DB14;
}
</style>