Shades of Limeade #64A624
Tints of Limeade #64A624
RGB
CMYK
RGB Variations
Color information
#64A624 (or 0x64A624) is known color: Limeade. HEX triplet: 64, A6 and 24. RGB value is (100,166,36). Sum of RGB (Red+Green+Blue) = 100+166+36=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #64A624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A624 is #9B59DB. Grayscale: #838383. Windows color (decimal): -10181084 or 2401892. OLE color: 2401892.
HSL color Cylindrical-coordinate representation of color #64A624: hue angle of 90.46º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64A624 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 166 | 36 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.35 |
| HSL | 90.46º | 0.64% | 0.4% | - |
| HSV(B) | 90.46º | 0.78% | 0.65% | - |
| XYZ | 19.21 | 30.11 | 6.47 | - |
| YUV | 131.45 | 74.13 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 166 | 36 | 0.40 | 0 | 0.78 | 0.35 | 90.46 | 0.64 | 0.4 |
| Hex | 64 | A6 | 24 | 28 | 0 | 4E | 23 | 5A | 40 | 28 |
| Octal | 144 | 246 | 44 | 50 | 0 | 116 | 43 | 132 | 100 | 50 |
| Binary | 1100100 | 10100110 | 100100 | 101000 | 0 | 1001110 | 100011 | 1011010 | 1000000 | 101000 |
Color Harmonies of #64A624
Complementary color
Monochromatic Colors of #64A624
Black with #64A624
Text Example
Text Example
White with #64A624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A624; }
p { color: rgb(100,166,36); }
H1.HeaderClassName
{
color: #64A624;
}
.AnyTagClassName
{
color: #64A624;
}
</style>
background-color css
<style>
a { background-color: #64A624; }
a { background-color: rgb(100,166,36); }
div.DivClassName
{
background-color: #64A624;
}
.BgClassName
{
background-color: #64A624;
}
</style>
border-color css
<style>
span { border-color: #64A624; }
span { border-color: rgb(100,166,36); }
td.TdClassName
{
border-color: #64A624;
}
.TagClassName
{
border-color: #64A624;
}
</style>