Shades of Kelly Green #64C115
Tints of Kelly Green #64C115
RGB
CMYK
RGB Variations
Color information
#64C115 (or 0x64C115) is known color: Kelly Green. HEX triplet: 64, C1 and 15. RGB value is (100,193,21). Sum of RGB (Red+Green+Blue) = 100+193+21=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #64C115 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C115 is #9B3EEA. Grayscale: #929292. Windows color (decimal): -10174187 or 1425764. OLE color: 1425764.
HSL color Cylindrical-coordinate representation of color #64C115: hue angle of 92.44º 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 #64C115 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 193 | 21 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.24 |
| HSL | 92.44º | 0.8% | 0.42% | - |
| HSV(B) | 92.44º | 0.89% | 0.76% | - |
| XYZ | 24.46 | 40.9 | 7.32 | - |
| YUV | 145.59 | 57.69 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 21 | 0.48 | 0 | 0.89 | 0.24 | 92.44 | 0.8 | 0.42 |
| Hex | 64 | C1 | 15 | 30 | 0 | 59 | 18 | 5C | 50 | 2A |
| Octal | 144 | 301 | 25 | 60 | 0 | 131 | 30 | 134 | 120 | 52 |
| Binary | 1100100 | 11000001 | 10101 | 110000 | 0 | 1011001 | 11000 | 1011100 | 1010000 | 101010 |
Color Harmonies of #64C115
Complementary color
Monochromatic Colors of #64C115
Black with #64C115
Text Example
Text Example
White with #64C115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C115; }
p { color: rgb(100,193,21); }
H1.HeaderClassName
{
color: #64C115;
}
.AnyTagClassName
{
color: #64C115;
}
</style>
background-color css
<style>
a { background-color: #64C115; }
a { background-color: rgb(100,193,21); }
div.DivClassName
{
background-color: #64C115;
}
.BgClassName
{
background-color: #64C115;
}
</style>
border-color css
<style>
span { border-color: #64C115; }
span { border-color: rgb(100,193,21); }
td.TdClassName
{
border-color: #64C115;
}
.TagClassName
{
border-color: #64C115;
}
</style>