Shades of Limeade #64993D
Tints of Limeade #64993D
RGB
CMYK
RGB Variations
Color information
#64993D (or 0x64993D) is known color: Limeade. HEX triplet: 64, 99 and 3D. RGB value is (100,153,61). Sum of RGB (Red+Green+Blue) = 100+153+61=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #64993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64993D is #9B66C2. Grayscale: #7E7E7E. Windows color (decimal): -10184387 or 4036964. OLE color: 4036964.
HSL color Cylindrical-coordinate representation of color #64993D: hue angle of 94.57º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64993D is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 61 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.4 |
| HSL | 94.57º | 0.43% | 0.42% | - |
| HSV(B) | 94.57º | 0.6% | 0.6% | - |
| XYZ | 17.49 | 25.83 | 8.48 | - |
| YUV | 126.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 61 | 0.35 | 0 | 0.60 | 0.4 | 94.57 | 0.43 | 0.42 |
| Hex | 64 | 99 | 3D | 23 | 0 | 3C | 28 | 5F | 2B | 2A |
| Octal | 144 | 231 | 75 | 43 | 0 | 74 | 50 | 137 | 53 | 52 |
| Binary | 1100100 | 10011001 | 111101 | 100011 | 0 | 111100 | 101000 | 1011111 | 101011 | 101010 |
Color Harmonies of #64993D
Complementary color
Monochromatic Colors of #64993D
Black with #64993D
Text Example
Text Example
White with #64993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64993D; }
p { color: rgb(100,153,61); }
H1.HeaderClassName
{
color: #64993D;
}
.AnyTagClassName
{
color: #64993D;
}
</style>
background-color css
<style>
a { background-color: #64993D; }
a { background-color: rgb(100,153,61); }
div.DivClassName
{
background-color: #64993D;
}
.BgClassName
{
background-color: #64993D;
}
</style>
border-color css
<style>
span { border-color: #64993D; }
span { border-color: rgb(100,153,61); }
td.TdClassName
{
border-color: #64993D;
}
.TagClassName
{
border-color: #64993D;
}
</style>