Shades of Kelly Green #64D519
Tints of Kelly Green #64D519
RGB
CMYK
RGB Variations
Color information
#64D519 (or 0x64D519) is known color: Kelly Green. HEX triplet: 64, D5 and 19. RGB value is (100,213,25). Sum of RGB (Red+Green+Blue) = 100+213+25=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 213 (83.59% from 255 or 63.02% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 213 - color contains mainly: green. Hex color #64D519 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D519 is #9B2AE6. Grayscale: #9E9E9E. Windows color (decimal): -10169063 or 1693028. OLE color: 1693028.
HSL color Cylindrical-coordinate representation of color #64D519: hue angle of 96.06º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64D519 is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 213 | 25 | - |
| CMYK | 0.53 | 0 | 0.88 | 0.16 |
| HSL | 96.06º | 0.79% | 0.47% | - |
| HSV(B) | 96.06º | 0.88% | 0.84% | - |
| XYZ | 29.23 | 50.37 | 9.1 | - |
| YUV | 157.78 | 53.06 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 213 | 25 | 0.53 | 0 | 0.88 | 0.16 | 96.06 | 0.79 | 0.47 |
| Hex | 64 | D5 | 19 | 35 | 0 | 58 | 10 | 60 | 4F | 2F |
| Octal | 144 | 325 | 31 | 65 | 0 | 130 | 20 | 140 | 117 | 57 |
| Binary | 1100100 | 11010101 | 11001 | 110101 | 0 | 1011000 | 10000 | 1100000 | 1001111 | 101111 |
Color Harmonies of #64D519
Complementary color
Monochromatic Colors of #64D519
Black with #64D519
Text Example
Text Example
White with #64D519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D519; }
p { color: rgb(100,213,25); }
H1.HeaderClassName
{
color: #64D519;
}
.AnyTagClassName
{
color: #64D519;
}
</style>
background-color css
<style>
a { background-color: #64D519; }
a { background-color: rgb(100,213,25); }
div.DivClassName
{
background-color: #64D519;
}
.BgClassName
{
background-color: #64D519;
}
</style>
border-color css
<style>
span { border-color: #64D519; }
span { border-color: rgb(100,213,25); }
td.TdClassName
{
border-color: #64D519;
}
.TagClassName
{
border-color: #64D519;
}
</style>