Shades of Kelly Green #64D914
Tints of Kelly Green #64D914
RGB
CMYK
RGB Variations
Color information
#64D914 (or 0x64D914) is known color: Kelly Green. HEX triplet: 64, D9 and 14. RGB value is (100,217,20). Sum of RGB (Red+Green+Blue) = 100+217+20=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 217 (85.16% from 255 or 64.39% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 217 - color contains mainly: green. Hex color #64D914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D914 is #9B26EB. Grayscale: #A0A0A0. Windows color (decimal): -10168044 or 1366372. OLE color: 1366372.
HSL color Cylindrical-coordinate representation of color #64D914: hue angle of 95.63º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64D914 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 217 | 20 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.15 |
| HSL | 95.63º | 0.83% | 0.46% | - |
| HSV(B) | 95.63º | 0.91% | 0.85% | - |
| XYZ | 30.19 | 52.39 | 9.18 | - |
| YUV | 159.56 | 49.24 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 217 | 20 | 0.54 | 0 | 0.91 | 0.15 | 95.63 | 0.83 | 0.46 |
| Hex | 64 | D9 | 14 | 36 | 0 | 5B | F | 60 | 53 | 2E |
| Octal | 144 | 331 | 24 | 66 | 0 | 133 | 17 | 140 | 123 | 56 |
| Binary | 1100100 | 11011001 | 10100 | 110110 | 0 | 1011011 | 1111 | 1100000 | 1010011 | 101110 |
Color Harmonies of #64D914
Complementary color
Monochromatic Colors of #64D914
Black with #64D914
Text Example
Text Example
White with #64D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D914; }
p { color: rgb(100,217,20); }
H1.HeaderClassName
{
color: #64D914;
}
.AnyTagClassName
{
color: #64D914;
}
</style>
background-color css
<style>
a { background-color: #64D914; }
a { background-color: rgb(100,217,20); }
div.DivClassName
{
background-color: #64D914;
}
.BgClassName
{
background-color: #64D914;
}
</style>
border-color css
<style>
span { border-color: #64D914; }
span { border-color: rgb(100,217,20); }
td.TdClassName
{
border-color: #64D914;
}
.TagClassName
{
border-color: #64D914;
}
</style>