Shades of Kelly Green #64DB16
Tints of Kelly Green #64DB16
RGB
CMYK
RGB Variations
Color information
#64DB16 (or 0x64DB16) is known color: Kelly Green. HEX triplet: 64, DB and 16. RGB value is (100,219,22). Sum of RGB (Red+Green+Blue) = 100+219+22=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 219 (85.94% from 255 or 64.22% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64DB16 is #9B24E9. Grayscale: #A1A1A1. Windows color (decimal): -10167530 or 1497956. OLE color: 1497956.
HSL color Cylindrical-coordinate representation of color #64DB16: hue angle of 96.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64DB16 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 219 | 22 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.14 |
| HSL | 96.24º | 0.82% | 0.47% | - |
| HSV(B) | 96.24º | 0.9% | 0.86% | - |
| XYZ | 30.73 | 53.43 | 9.45 | - |
| YUV | 160.96 | 49.58 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 219 | 22 | 0.54 | 0 | 0.90 | 0.14 | 96.24 | 0.82 | 0.47 |
| Hex | 64 | DB | 16 | 36 | 0 | 5A | E | 60 | 52 | 2F |
| Octal | 144 | 333 | 26 | 66 | 0 | 132 | 16 | 140 | 122 | 57 |
| Binary | 1100100 | 11011011 | 10110 | 110110 | 0 | 1011010 | 1110 | 1100000 | 1010010 | 101111 |
Color Harmonies of #64DB16
Complementary color
Monochromatic Colors of #64DB16
Black with #64DB16
Text Example
Text Example
White with #64DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DB16; }
p { color: rgb(100,219,22); }
H1.HeaderClassName
{
color: #64DB16;
}
.AnyTagClassName
{
color: #64DB16;
}
</style>
background-color css
<style>
a { background-color: #64DB16; }
a { background-color: rgb(100,219,22); }
div.DivClassName
{
background-color: #64DB16;
}
.BgClassName
{
background-color: #64DB16;
}
</style>
border-color css
<style>
span { border-color: #64DB16; }
span { border-color: rgb(100,219,22); }
td.TdClassName
{
border-color: #64DB16;
}
.TagClassName
{
border-color: #64DB16;
}
</style>