Shades of Kelly Green #64CC12
Tints of Kelly Green #64CC12
RGB
CMYK
RGB Variations
Color information
#64CC12 (or 0x64CC12) is known color: Kelly Green. HEX triplet: 64, CC and 12. RGB value is (100,204,18). Sum of RGB (Red+Green+Blue) = 100+204+18=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 204 (80.08% from 255 or 63.35% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #64CC12 is #9B33ED. Grayscale: #989898. Windows color (decimal): -10171374 or 1231972. OLE color: 1231972.
HSL color Cylindrical-coordinate representation of color #64CC12: hue angle of 93.55º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #64CC12 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 204 | 18 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.2 |
| HSL | 93.55º | 0.84% | 0.44% | - |
| HSV(B) | 93.55º | 0.91% | 0.8% | - |
| XYZ | 26.96 | 45.94 | 8.02 | - |
| YUV | 151.7 | 52.54 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 204 | 18 | 0.51 | 0 | 0.91 | 0.2 | 93.55 | 0.84 | 0.44 |
| Hex | 64 | CC | 12 | 33 | 0 | 5B | 14 | 5E | 54 | 2C |
| Octal | 144 | 314 | 22 | 63 | 0 | 133 | 24 | 136 | 124 | 54 |
| Binary | 1100100 | 11001100 | 10010 | 110011 | 0 | 1011011 | 10100 | 1011110 | 1010100 | 101100 |
Color Harmonies of #64CC12
Complementary color
Monochromatic Colors of #64CC12
Black with #64CC12
Text Example
Text Example
White with #64CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64CC12; }
p { color: rgb(100,204,18); }
H1.HeaderClassName
{
color: #64CC12;
}
.AnyTagClassName
{
color: #64CC12;
}
</style>
background-color css
<style>
a { background-color: #64CC12; }
a { background-color: rgb(100,204,18); }
div.DivClassName
{
background-color: #64CC12;
}
.BgClassName
{
background-color: #64CC12;
}
</style>
border-color css
<style>
span { border-color: #64CC12; }
span { border-color: rgb(100,204,18); }
td.TdClassName
{
border-color: #64CC12;
}
.TagClassName
{
border-color: #64CC12;
}
</style>