Shades of Kelly Green #64C117
Tints of Kelly Green #64C117
RGB
CMYK
RGB Variations
Color information
#64C117 (or 0x64C117) is known color: Kelly Green. HEX triplet: 64, C1 and 17. RGB value is (100,193,23). Sum of RGB (Red+Green+Blue) = 100+193+23=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #64C117 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C117 is #9B3EE8. Grayscale: #929292. Windows color (decimal): -10174185 or 1556836. OLE color: 1556836.
HSL color Cylindrical-coordinate representation of color #64C117: hue angle of 92.82º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64C117 is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 193 | 23 | - |
| CMYK | 0.48 | 0 | 0.88 | 0.24 |
| HSL | 92.82º | 0.79% | 0.42% | - |
| HSV(B) | 92.82º | 0.88% | 0.76% | - |
| XYZ | 24.48 | 40.91 | 7.42 | - |
| YUV | 145.81 | 58.69 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 23 | 0.48 | 0 | 0.88 | 0.24 | 92.82 | 0.79 | 0.42 |
| Hex | 64 | C1 | 17 | 30 | 0 | 58 | 18 | 5D | 4F | 2A |
| Octal | 144 | 301 | 27 | 60 | 0 | 130 | 30 | 135 | 117 | 52 |
| Binary | 1100100 | 11000001 | 10111 | 110000 | 0 | 1011000 | 11000 | 1011101 | 1001111 | 101010 |
Color Harmonies of #64C117
Complementary color
Monochromatic Colors of #64C117
Black with #64C117
Text Example
Text Example
White with #64C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C117; }
p { color: rgb(100,193,23); }
H1.HeaderClassName
{
color: #64C117;
}
.AnyTagClassName
{
color: #64C117;
}
</style>
background-color css
<style>
a { background-color: #64C117; }
a { background-color: rgb(100,193,23); }
div.DivClassName
{
background-color: #64C117;
}
.BgClassName
{
background-color: #64C117;
}
</style>
border-color css
<style>
span { border-color: #64C117; }
span { border-color: rgb(100,193,23); }
td.TdClassName
{
border-color: #64C117;
}
.TagClassName
{
border-color: #64C117;
}
</style>