Shades of Kelly Green #64D817
Tints of Kelly Green #64D817
RGB
CMYK
RGB Variations
Color information
#64D817 (or 0x64D817) is known color: Kelly Green. HEX triplet: 64, D8 and 17. RGB value is (100,216,23). Sum of RGB (Red+Green+Blue) = 100+216+23=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #64D817 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D817 is #9B27E8. Grayscale: #9F9F9F. Windows color (decimal): -10168297 or 1562724. OLE color: 1562724.
HSL color Cylindrical-coordinate representation of color #64D817: hue angle of 96.06º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64D817 is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 216 | 23 | - |
| CMYK | 0.54 | 0 | 0.89 | 0.15 |
| HSL | 96.06º | 0.81% | 0.47% | - |
| HSV(B) | 96.06º | 0.89% | 0.85% | - |
| XYZ | 29.97 | 51.88 | 9.25 | - |
| YUV | 159.31 | 51.07 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 216 | 23 | 0.54 | 0 | 0.89 | 0.15 | 96.06 | 0.81 | 0.47 |
| Hex | 64 | D8 | 17 | 36 | 0 | 59 | F | 60 | 51 | 2F |
| Octal | 144 | 330 | 27 | 66 | 0 | 131 | 17 | 140 | 121 | 57 |
| Binary | 1100100 | 11011000 | 10111 | 110110 | 0 | 1011001 | 1111 | 1100000 | 1010001 | 101111 |
Color Harmonies of #64D817
Complementary color
Monochromatic Colors of #64D817
Black with #64D817
Text Example
Text Example
White with #64D817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D817; }
p { color: rgb(100,216,23); }
H1.HeaderClassName
{
color: #64D817;
}
.AnyTagClassName
{
color: #64D817;
}
</style>
background-color css
<style>
a { background-color: #64D817; }
a { background-color: rgb(100,216,23); }
div.DivClassName
{
background-color: #64D817;
}
.BgClassName
{
background-color: #64D817;
}
</style>
border-color css
<style>
span { border-color: #64D817; }
span { border-color: rgb(100,216,23); }
td.TdClassName
{
border-color: #64D817;
}
.TagClassName
{
border-color: #64D817;
}
</style>