Shades of Kelly Green #64C70A
Tints of Kelly Green #64C70A
RGB
CMYK
RGB Variations
Color information
#64C70A (or 0x64C70A) is known color: Kelly Green. HEX triplet: 64, C7 and 0A. RGB value is (100,199,10). Sum of RGB (Red+Green+Blue) = 100+199+10=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 199 (78.12% from 255 or 64.40% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 199 - color contains mainly: green. Hex color #64C70A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64C70A is #9B38F5. Grayscale: #949494. Windows color (decimal): -10172662 or 706404. OLE color: 706404.
HSL color Cylindrical-coordinate representation of color #64C70A: hue angle of 91.43º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64C70A is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 199 | 10 | - |
| CMYK | 0.50 | 0 | 0.95 | 0.22 |
| HSL | 91.43º | 0.9% | 0.41% | - |
| HSV(B) | 91.43º | 0.95% | 0.78% | - |
| XYZ | 25.73 | 43.58 | 7.34 | - |
| YUV | 147.85 | 50.2 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 199 | 10 | 0.50 | 0 | 0.95 | 0.22 | 91.43 | 0.9 | 0.41 |
| Hex | 64 | C7 | A | 32 | 0 | 5F | 16 | 5B | 5A | 29 |
| Octal | 144 | 307 | 12 | 62 | 0 | 137 | 26 | 133 | 132 | 51 |
| Binary | 1100100 | 11000111 | 1010 | 110010 | 0 | 1011111 | 10110 | 1011011 | 1011010 | 101001 |
Color Harmonies of #64C70A
Complementary color
Monochromatic Colors of #64C70A
Black with #64C70A
Text Example
Text Example
White with #64C70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C70A; }
p { color: rgb(100,199,10); }
H1.HeaderClassName
{
color: #64C70A;
}
.AnyTagClassName
{
color: #64C70A;
}
</style>
background-color css
<style>
a { background-color: #64C70A; }
a { background-color: rgb(100,199,10); }
div.DivClassName
{
background-color: #64C70A;
}
.BgClassName
{
background-color: #64C70A;
}
</style>
border-color css
<style>
span { border-color: #64C70A; }
span { border-color: rgb(100,199,10); }
td.TdClassName
{
border-color: #64C70A;
}
.TagClassName
{
border-color: #64C70A;
}
</style>