Shades of Limeade #64A034
Tints of Limeade #64A034
RGB
CMYK
RGB Variations
Color information
#64A034 (or 0x64A034) is known color: Limeade. HEX triplet: 64, A0 and 34. RGB value is (100,160,52). Sum of RGB (Red+Green+Blue) = 100+160+52=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #64A034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A034 is #9B5FCB. Grayscale: #828282. Windows color (decimal): -10182604 or 3448932. OLE color: 3448932.
HSL color Cylindrical-coordinate representation of color #64A034: hue angle of 93.33º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64A034 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 160 | 52 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.37 |
| HSL | 93.33º | 0.51% | 0.42% | - |
| HSV(B) | 93.33º | 0.68% | 0.63% | - |
| XYZ | 18.45 | 28.1 | 7.7 | - |
| YUV | 129.75 | 84.12 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 52 | 0.38 | 0 | 0.68 | 0.37 | 93.33 | 0.51 | 0.42 |
| Hex | 64 | A0 | 34 | 26 | 0 | 44 | 25 | 5D | 33 | 2A |
| Octal | 144 | 240 | 64 | 46 | 0 | 104 | 45 | 135 | 63 | 52 |
| Binary | 1100100 | 10100000 | 110100 | 100110 | 0 | 1000100 | 100101 | 1011101 | 110011 | 101010 |
Color Harmonies of #64A034
Complementary color
Monochromatic Colors of #64A034
Black with #64A034
Text Example
Text Example
White with #64A034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A034; }
p { color: rgb(100,160,52); }
H1.HeaderClassName
{
color: #64A034;
}
.AnyTagClassName
{
color: #64A034;
}
</style>
background-color css
<style>
a { background-color: #64A034; }
a { background-color: rgb(100,160,52); }
div.DivClassName
{
background-color: #64A034;
}
.BgClassName
{
background-color: #64A034;
}
</style>
border-color css
<style>
span { border-color: #64A034; }
span { border-color: rgb(100,160,52); }
td.TdClassName
{
border-color: #64A034;
}
.TagClassName
{
border-color: #64A034;
}
</style>