Shades of Kelly Green #64D415
Tints of Kelly Green #64D415
RGB
CMYK
RGB Variations
Color information
#64D415 (or 0x64D415) is known color: Kelly Green. HEX triplet: 64, D4 and 15. RGB value is (100,212,21). Sum of RGB (Red+Green+Blue) = 100+212+21=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 212 (83.20% from 255 or 63.66% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 212 - color contains mainly: green. Hex color #64D415 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64D415 is #9B2BEA. Grayscale: #9D9D9D. Windows color (decimal): -10169323 or 1430628. OLE color: 1430628.
HSL color Cylindrical-coordinate representation of color #64D415: hue angle of 95.18º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64D415 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 212 | 21 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.17 |
| HSL | 95.18º | 0.82% | 0.46% | - |
| HSV(B) | 95.18º | 0.9% | 0.83% | - |
| XYZ | 28.93 | 49.85 | 8.81 | - |
| YUV | 156.74 | 51.39 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 212 | 21 | 0.53 | 0 | 0.90 | 0.17 | 95.18 | 0.82 | 0.46 |
| Hex | 64 | D4 | 15 | 35 | 0 | 5A | 11 | 5F | 52 | 2E |
| Octal | 144 | 324 | 25 | 65 | 0 | 132 | 21 | 137 | 122 | 56 |
| Binary | 1100100 | 11010100 | 10101 | 110101 | 0 | 1011010 | 10001 | 1011111 | 1010010 | 101110 |
Color Harmonies of #64D415
Complementary color
Monochromatic Colors of #64D415
Black with #64D415
Text Example
Text Example
White with #64D415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64D415; }
p { color: rgb(100,212,21); }
H1.HeaderClassName
{
color: #64D415;
}
.AnyTagClassName
{
color: #64D415;
}
</style>
background-color css
<style>
a { background-color: #64D415; }
a { background-color: rgb(100,212,21); }
div.DivClassName
{
background-color: #64D415;
}
.BgClassName
{
background-color: #64D415;
}
</style>
border-color css
<style>
span { border-color: #64D415; }
span { border-color: rgb(100,212,21); }
td.TdClassName
{
border-color: #64D415;
}
.TagClassName
{
border-color: #64D415;
}
</style>