Shades of Kelly Green #64C720
Tints of Kelly Green #64C720
RGB
CMYK
RGB Variations
Color information
#64C720 (or 0x64C720) is known color: Kelly Green. HEX triplet: 64, C7 and 20. RGB value is (100,199,32). Sum of RGB (Red+Green+Blue) = 100+199+32=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 199 (78.12% from 255 or 60.12% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 199 - color contains mainly: green. Hex color #64C720 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64C720 is #9B38DF. Grayscale: #969696. Windows color (decimal): -10172640 or 2148196. OLE color: 2148196.
HSL color Cylindrical-coordinate representation of color #64C720: hue angle of 95.57º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64C720 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 199 | 32 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.22 |
| HSL | 95.57º | 0.72% | 0.45% | - |
| HSV(B) | 95.57º | 0.84% | 0.78% | - |
| XYZ | 25.94 | 43.66 | 8.43 | - |
| YUV | 150.36 | 61.2 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 199 | 32 | 0.50 | 0 | 0.84 | 0.22 | 95.57 | 0.72 | 0.45 |
| Hex | 64 | C7 | 20 | 32 | 0 | 54 | 16 | 60 | 48 | 2D |
| Octal | 144 | 307 | 40 | 62 | 0 | 124 | 26 | 140 | 110 | 55 |
| Binary | 1100100 | 11000111 | 100000 | 110010 | 0 | 1010100 | 10110 | 1100000 | 1001000 | 101101 |
Color Harmonies of #64C720
Complementary color
Monochromatic Colors of #64C720
Black with #64C720
Text Example
Text Example
White with #64C720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C720; }
p { color: rgb(100,199,32); }
H1.HeaderClassName
{
color: #64C720;
}
.AnyTagClassName
{
color: #64C720;
}
</style>
background-color css
<style>
a { background-color: #64C720; }
a { background-color: rgb(100,199,32); }
div.DivClassName
{
background-color: #64C720;
}
.BgClassName
{
background-color: #64C720;
}
</style>
border-color css
<style>
span { border-color: #64C720; }
span { border-color: rgb(100,199,32); }
td.TdClassName
{
border-color: #64C720;
}
.TagClassName
{
border-color: #64C720;
}
</style>