Shades of Kelly Green #64DC16
Tints of Kelly Green #64DC16
RGB
CMYK
RGB Variations
Color information
#64DC16 (or 0x64DC16) is known color: Kelly Green. HEX triplet: 64, DC and 16. RGB value is (100,220,22). Sum of RGB (Red+Green+Blue) = 100+220+22=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64DC16 is #9B23E9. Grayscale: #A2A2A2. Windows color (decimal): -10167274 or 1498212. OLE color: 1498212.
HSL color Cylindrical-coordinate representation of color #64DC16: hue angle of 96.36º 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 #64DC16 is Cyan = 0.55, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 220 | 22 | - |
| CMYK | 0.55 | 0 | 0.9 | 0.14 |
| HSL | 96.36º | 0.82% | 0.47% | - |
| HSV(B) | 96.36º | 0.9% | 0.86% | - |
| XYZ | 30.99 | 53.95 | 9.54 | - |
| YUV | 161.55 | 49.24 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 220 | 22 | 0.55 | 0 | 0.9 | 0.14 | 96.36 | 0.82 | 0.47 |
| Hex | 64 | DC | 16 | 37 | 0 | 5A | E | 60 | 52 | 2F |
| Octal | 144 | 334 | 26 | 67 | 0 | 132 | 16 | 140 | 122 | 57 |
| Binary | 1100100 | 11011100 | 10110 | 110111 | 0 | 1011010 | 1110 | 1100000 | 1010010 | 101111 |
Color Harmonies of #64DC16
Complementary color
Monochromatic Colors of #64DC16
Black with #64DC16
Text Example
Text Example
White with #64DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64DC16; }
p { color: rgb(100,220,22); }
H1.HeaderClassName
{
color: #64DC16;
}
.AnyTagClassName
{
color: #64DC16;
}
</style>
background-color css
<style>
a { background-color: #64DC16; }
a { background-color: rgb(100,220,22); }
div.DivClassName
{
background-color: #64DC16;
}
.BgClassName
{
background-color: #64DC16;
}
</style>
border-color css
<style>
span { border-color: #64DC16; }
span { border-color: rgb(100,220,22); }
td.TdClassName
{
border-color: #64DC16;
}
.TagClassName
{
border-color: #64DC16;
}
</style>