Shades of Kelly Green #64CA20
Tints of Kelly Green #64CA20
RGB
CMYK
RGB Variations
Color information
#64CA20 (or 0x64CA20) is known color: Kelly Green. HEX triplet: 64, CA and 20. RGB value is (100,202,32). Sum of RGB (Red+Green+Blue) = 100+202+32=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64CA20 is #9B35DF. Grayscale: #989898. Windows color (decimal): -10171872 or 2148964. OLE color: 2148964.
HSL color Cylindrical-coordinate representation of color #64CA20: hue angle of 96º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64CA20 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 202 | 32 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.21 |
| HSL | 96º | 0.73% | 0.46% | - |
| HSV(B) | 96º | 0.84% | 0.79% | - |
| XYZ | 26.64 | 45.05 | 8.66 | - |
| YUV | 152.12 | 60.21 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 202 | 32 | 0.50 | 0 | 0.84 | 0.21 | 96 | 0.73 | 0.46 |
| Hex | 64 | CA | 20 | 32 | 0 | 54 | 15 | 60 | 49 | 2E |
| Octal | 144 | 312 | 40 | 62 | 0 | 124 | 25 | 140 | 111 | 56 |
| Binary | 1100100 | 11001010 | 100000 | 110010 | 0 | 1010100 | 10101 | 1100000 | 1001001 | 101110 |
Color Harmonies of #64CA20
Complementary color
Monochromatic Colors of #64CA20
Black with #64CA20
Text Example
Text Example
White with #64CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CA20; }
p { color: rgb(100,202,32); }
H1.HeaderClassName
{
color: #64CA20;
}
.AnyTagClassName
{
color: #64CA20;
}
</style>
background-color css
<style>
a { background-color: #64CA20; }
a { background-color: rgb(100,202,32); }
div.DivClassName
{
background-color: #64CA20;
}
.BgClassName
{
background-color: #64CA20;
}
</style>
border-color css
<style>
span { border-color: #64CA20; }
span { border-color: rgb(100,202,32); }
td.TdClassName
{
border-color: #64CA20;
}
.TagClassName
{
border-color: #64CA20;
}
</style>