Shades of Limeade #64A039
Tints of Limeade #64A039
RGB
CMYK
RGB Variations
Color information
#64A039 (or 0x64A039) is known color: Limeade. HEX triplet: 64, A0 and 39. RGB value is (100,160,57). Sum of RGB (Red+Green+Blue) = 100+160+57=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 160 (62.89% from 255 or 50.47% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 160 - color contains mainly: green. Hex color #64A039 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A039 is #9B5FC6. Grayscale: #828282. Windows color (decimal): -10182599 or 3776612. OLE color: 3776612.
HSL color Cylindrical-coordinate representation of color #64A039: hue angle of 94.95º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64A039 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 160 | 57 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.37 |
| HSL | 94.95º | 0.47% | 0.43% | - |
| HSV(B) | 94.95º | 0.64% | 0.63% | - |
| XYZ | 18.56 | 28.15 | 8.33 | - |
| YUV | 130.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 160 | 57 | 0.38 | 0 | 0.64 | 0.37 | 94.95 | 0.47 | 0.43 |
| Hex | 64 | A0 | 39 | 26 | 0 | 40 | 25 | 5F | 2F | 2B |
| Octal | 144 | 240 | 71 | 46 | 0 | 100 | 45 | 137 | 57 | 53 |
| Binary | 1100100 | 10100000 | 111001 | 100110 | 0 | 1000000 | 100101 | 1011111 | 101111 | 101011 |
Color Harmonies of #64A039
Complementary color
Monochromatic Colors of #64A039
Black with #64A039
Text Example
Text Example
White with #64A039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A039; }
p { color: rgb(100,160,57); }
H1.HeaderClassName
{
color: #64A039;
}
.AnyTagClassName
{
color: #64A039;
}
</style>
background-color css
<style>
a { background-color: #64A039; }
a { background-color: rgb(100,160,57); }
div.DivClassName
{
background-color: #64A039;
}
.BgClassName
{
background-color: #64A039;
}
</style>
border-color css
<style>
span { border-color: #64A039; }
span { border-color: rgb(100,160,57); }
td.TdClassName
{
border-color: #64A039;
}
.TagClassName
{
border-color: #64A039;
}
</style>