Shades of Kelly Green #64C216
Tints of Kelly Green #64C216
RGB
CMYK
RGB Variations
Color information
#64C216 (or 0x64C216) is known color: Kelly Green. HEX triplet: 64, C2 and 16. RGB value is (100,194,22). Sum of RGB (Red+Green+Blue) = 100+194+22=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 194 (76.17% from 255 or 61.39% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 194 - color contains mainly: green. Hex color #64C216 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C216 is #9B3DE9. Grayscale: #929292. Windows color (decimal): -10173930 or 1491556. OLE color: 1491556.
HSL color Cylindrical-coordinate representation of color #64C216: hue angle of 92.79º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64C216 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 194 | 22 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.24 |
| HSL | 92.79º | 0.8% | 0.42% | - |
| HSV(B) | 92.79º | 0.89% | 0.76% | - |
| XYZ | 24.69 | 41.35 | 7.44 | - |
| YUV | 146.29 | 57.86 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 194 | 22 | 0.48 | 0 | 0.89 | 0.24 | 92.79 | 0.8 | 0.42 |
| Hex | 64 | C2 | 16 | 30 | 0 | 59 | 18 | 5D | 50 | 2A |
| Octal | 144 | 302 | 26 | 60 | 0 | 131 | 30 | 135 | 120 | 52 |
| Binary | 1100100 | 11000010 | 10110 | 110000 | 0 | 1011001 | 11000 | 1011101 | 1010000 | 101010 |
Color Harmonies of #64C216
Complementary color
Monochromatic Colors of #64C216
Black with #64C216
Text Example
Text Example
White with #64C216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C216; }
p { color: rgb(100,194,22); }
H1.HeaderClassName
{
color: #64C216;
}
.AnyTagClassName
{
color: #64C216;
}
</style>
background-color css
<style>
a { background-color: #64C216; }
a { background-color: rgb(100,194,22); }
div.DivClassName
{
background-color: #64C216;
}
.BgClassName
{
background-color: #64C216;
}
</style>
border-color css
<style>
span { border-color: #64C216; }
span { border-color: rgb(100,194,22); }
td.TdClassName
{
border-color: #64C216;
}
.TagClassName
{
border-color: #64C216;
}
</style>