Shades of Limeade #64A42C
Tints of Limeade #64A42C
RGB
CMYK
RGB Variations
Color information
#64A42C (or 0x64A42C) is known color: Limeade. HEX triplet: 64, A4 and 2C. RGB value is (100,164,44). Sum of RGB (Red+Green+Blue) = 100+164+44=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 164 (64.45% from 255 or 53.25% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 164 - color contains mainly: green. Hex color #64A42C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A42C is #9B5BD3. Grayscale: #838383. Windows color (decimal): -10181588 or 2925668. OLE color: 2925668.
HSL color Cylindrical-coordinate representation of color #64A42C: hue angle of 92º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64A42C is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 164 | 44 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.36 |
| HSL | 92º | 0.58% | 0.41% | - |
| HSV(B) | 92º | 0.73% | 0.64% | - |
| XYZ | 18.99 | 29.44 | 7.07 | - |
| YUV | 131.18 | 78.8 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 164 | 44 | 0.39 | 0 | 0.73 | 0.36 | 92 | 0.58 | 0.41 |
| Hex | 64 | A4 | 2C | 27 | 0 | 49 | 24 | 5C | 3A | 29 |
| Octal | 144 | 244 | 54 | 47 | 0 | 111 | 44 | 134 | 72 | 51 |
| Binary | 1100100 | 10100100 | 101100 | 100111 | 0 | 1001001 | 100100 | 1011100 | 111010 | 101001 |
Color Harmonies of #64A42C
Complementary color
Monochromatic Colors of #64A42C
Black with #64A42C
Text Example
Text Example
White with #64A42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A42C; }
p { color: rgb(100,164,44); }
H1.HeaderClassName
{
color: #64A42C;
}
.AnyTagClassName
{
color: #64A42C;
}
</style>
background-color css
<style>
a { background-color: #64A42C; }
a { background-color: rgb(100,164,44); }
div.DivClassName
{
background-color: #64A42C;
}
.BgClassName
{
background-color: #64A42C;
}
</style>
border-color css
<style>
span { border-color: #64A42C; }
span { border-color: rgb(100,164,44); }
td.TdClassName
{
border-color: #64A42C;
}
.TagClassName
{
border-color: #64A42C;
}
</style>