Shades of Kelly Green #64C505
Tints of Kelly Green #64C505
RGB
CMYK
RGB Variations
Color information
#64C505 (or 0x64C505) is known color: Kelly Green. HEX triplet: 64, C5 and 05. RGB value is (100,197,5). Sum of RGB (Red+Green+Blue) = 100+197+5=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #64C505 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C505 is #9B3AFA. Grayscale: #929292. Windows color (decimal): -10173179 or 378212. OLE color: 378212.
HSL color Cylindrical-coordinate representation of color #64C505: hue angle of 90.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64C505 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 197 | 5 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.23 |
| HSL | 90.31º | 0.95% | 0.4% | - |
| HSV(B) | 90.31º | 0.97% | 0.77% | - |
| XYZ | 25.25 | 42.65 | 7.05 | - |
| YUV | 146.11 | 48.36 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 197 | 5 | 0.49 | 0 | 0.97 | 0.23 | 90.31 | 0.95 | 0.4 |
| Hex | 64 | C5 | 5 | 31 | 0 | 61 | 17 | 5A | 5F | 28 |
| Octal | 144 | 305 | 5 | 61 | 0 | 141 | 27 | 132 | 137 | 50 |
| Binary | 1100100 | 11000101 | 101 | 110001 | 0 | 1100001 | 10111 | 1011010 | 1011111 | 101000 |
Color Harmonies of #64C505
Complementary color
Monochromatic Colors of #64C505
Black with #64C505
Text Example
Text Example
White with #64C505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C505; }
p { color: rgb(100,197,5); }
H1.HeaderClassName
{
color: #64C505;
}
.AnyTagClassName
{
color: #64C505;
}
</style>
background-color css
<style>
a { background-color: #64C505; }
a { background-color: rgb(100,197,5); }
div.DivClassName
{
background-color: #64C505;
}
.BgClassName
{
background-color: #64C505;
}
</style>
border-color css
<style>
span { border-color: #64C505; }
span { border-color: rgb(100,197,5); }
td.TdClassName
{
border-color: #64C505;
}
.TagClassName
{
border-color: #64C505;
}
</style>