Shades of Kelly Green #64C917
Tints of Kelly Green #64C917
RGB
CMYK
RGB Variations
Color information
#64C917 (or 0x64C917) is known color: Kelly Green. HEX triplet: 64, C9 and 17. RGB value is (100,201,23). Sum of RGB (Red+Green+Blue) = 100+201+23=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 201 (78.91% from 255 or 62.04% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 201 - color contains mainly: green. Hex color #64C917 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C917 is #9B36E8. Grayscale: #979797. Windows color (decimal): -10172137 or 1558884. OLE color: 1558884.
HSL color Cylindrical-coordinate representation of color #64C917: hue angle of 94.04º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64C917 is Cyan = 0.50, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 201 | 23 | - |
| CMYK | 0.50 | 0 | 0.89 | 0.21 |
| HSL | 94.04º | 0.79% | 0.44% | - |
| HSV(B) | 94.04º | 0.89% | 0.79% | - |
| XYZ | 26.3 | 44.54 | 8.02 | - |
| YUV | 150.51 | 56.04 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 201 | 23 | 0.50 | 0 | 0.89 | 0.21 | 94.04 | 0.79 | 0.44 |
| Hex | 64 | C9 | 17 | 32 | 0 | 59 | 15 | 5E | 4F | 2C |
| Octal | 144 | 311 | 27 | 62 | 0 | 131 | 25 | 136 | 117 | 54 |
| Binary | 1100100 | 11001001 | 10111 | 110010 | 0 | 1011001 | 10101 | 1011110 | 1001111 | 101100 |
Color Harmonies of #64C917
Complementary color
Monochromatic Colors of #64C917
Black with #64C917
Text Example
Text Example
White with #64C917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C917; }
p { color: rgb(100,201,23); }
H1.HeaderClassName
{
color: #64C917;
}
.AnyTagClassName
{
color: #64C917;
}
</style>
background-color css
<style>
a { background-color: #64C917; }
a { background-color: rgb(100,201,23); }
div.DivClassName
{
background-color: #64C917;
}
.BgClassName
{
background-color: #64C917;
}
</style>
border-color css
<style>
span { border-color: #64C917; }
span { border-color: rgb(100,201,23); }
td.TdClassName
{
border-color: #64C917;
}
.TagClassName
{
border-color: #64C917;
}
</style>