Shades of Kelly Green #64CC0A
Tints of Kelly Green #64CC0A
RGB
CMYK
RGB Variations
Color information
#64CC0A (or 0x64CC0A) is known color: Kelly Green. HEX triplet: 64, CC and 0A. RGB value is (100,204,10). Sum of RGB (Red+Green+Blue) = 100+204+10=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 204 (80.08% from 255 or 64.97% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64CC0A is #9B33F5. Grayscale: #979797. Windows color (decimal): -10171382 or 707684. OLE color: 707684.
HSL color Cylindrical-coordinate representation of color #64CC0A: hue angle of 92.16º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64CC0A is Cyan = 0.51, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 10 | - |
| CMYK | 0.51 | 0 | 0.95 | 0.2 |
| HSL | 92.16º | 0.91% | 0.42% | - |
| HSV(B) | 92.16º | 0.95% | 0.8% | - |
| XYZ | 26.9 | 45.92 | 7.73 | - |
| YUV | 150.79 | 48.54 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 10 | 0.51 | 0 | 0.95 | 0.2 | 92.16 | 0.91 | 0.42 |
| Hex | 64 | CC | A | 33 | 0 | 5F | 14 | 5C | 5B | 2A |
| Octal | 144 | 314 | 12 | 63 | 0 | 137 | 24 | 134 | 133 | 52 |
| Binary | 1100100 | 11001100 | 1010 | 110011 | 0 | 1011111 | 10100 | 1011100 | 1011011 | 101010 |
Color Harmonies of #64CC0A
Complementary color
Monochromatic Colors of #64CC0A
Black with #64CC0A
Text Example
Text Example
White with #64CC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC0A; }
p { color: rgb(100,204,10); }
H1.HeaderClassName
{
color: #64CC0A;
}
.AnyTagClassName
{
color: #64CC0A;
}
</style>
background-color css
<style>
a { background-color: #64CC0A; }
a { background-color: rgb(100,204,10); }
div.DivClassName
{
background-color: #64CC0A;
}
.BgClassName
{
background-color: #64CC0A;
}
</style>
border-color css
<style>
span { border-color: #64CC0A; }
span { border-color: rgb(100,204,10); }
td.TdClassName
{
border-color: #64CC0A;
}
.TagClassName
{
border-color: #64CC0A;
}
</style>