Shades of Kelly Green #64C328
Tints of Kelly Green #64C328
RGB
CMYK
RGB Variations
Color information
#64C328 (or 0x64C328) is known color: Kelly Green. HEX triplet: 64, C3 and 28. RGB value is (100,195,40). Sum of RGB (Red+Green+Blue) = 100+195+40=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #64C328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C328 is #9B3CD7. Grayscale: #959595. Windows color (decimal): -10173656 or 2671460. OLE color: 2671460.
HSL color Cylindrical-coordinate representation of color #64C328: hue angle of 96.77º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64C328 is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 195 | 40 | - |
| CMYK | 0.49 | 0 | 0.79 | 0.24 |
| HSL | 96.77º | 0.66% | 0.46% | - |
| HSV(B) | 96.77º | 0.79% | 0.76% | - |
| XYZ | 25.15 | 41.89 | 8.77 | - |
| YUV | 148.93 | 66.53 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 195 | 40 | 0.49 | 0 | 0.79 | 0.24 | 96.77 | 0.66 | 0.46 |
| Hex | 64 | C3 | 28 | 31 | 0 | 4F | 18 | 61 | 42 | 2E |
| Octal | 144 | 303 | 50 | 61 | 0 | 117 | 30 | 141 | 102 | 56 |
| Binary | 1100100 | 11000011 | 101000 | 110001 | 0 | 1001111 | 11000 | 1100001 | 1000010 | 101110 |
Color Harmonies of #64C328
Complementary color
Monochromatic Colors of #64C328
Black with #64C328
Text Example
Text Example
White with #64C328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C328; }
p { color: rgb(100,195,40); }
H1.HeaderClassName
{
color: #64C328;
}
.AnyTagClassName
{
color: #64C328;
}
</style>
background-color css
<style>
a { background-color: #64C328; }
a { background-color: rgb(100,195,40); }
div.DivClassName
{
background-color: #64C328;
}
.BgClassName
{
background-color: #64C328;
}
</style>
border-color css
<style>
span { border-color: #64C328; }
span { border-color: rgb(100,195,40); }
td.TdClassName
{
border-color: #64C328;
}
.TagClassName
{
border-color: #64C328;
}
</style>