Shades of Limeade #64992E
Tints of Limeade #64992E
RGB
CMYK
RGB Variations
Color information
#64992E (or 0x64992E) is known color: Limeade. HEX triplet: 64, 99 and 2E. RGB value is (100,153,46). Sum of RGB (Red+Green+Blue) = 100+153+46=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 153 (60.16% from 255 or 51.17% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 153 - color contains mainly: green. Hex color #64992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64992E is #9B66D1. Grayscale: #7D7D7D. Windows color (decimal): -10184402 or 3053924. OLE color: 3053924.
HSL color Cylindrical-coordinate representation of color #64992E: hue angle of 89.72º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64992E is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 46 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.4 |
| HSL | 89.72º | 0.54% | 0.39% | - |
| HSV(B) | 89.72º | 0.7% | 0.6% | - |
| XYZ | 17.14 | 25.69 | 6.64 | - |
| YUV | 124.96 | 83.44 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 46 | 0.35 | 0 | 0.70 | 0.4 | 89.72 | 0.54 | 0.39 |
| Hex | 64 | 99 | 2E | 23 | 0 | 46 | 28 | 5A | 36 | 27 |
| Octal | 144 | 231 | 56 | 43 | 0 | 106 | 50 | 132 | 66 | 47 |
| Binary | 1100100 | 10011001 | 101110 | 100011 | 0 | 1000110 | 101000 | 1011010 | 110110 | 100111 |
Color Harmonies of #64992E
Complementary color
Monochromatic Colors of #64992E
Black with #64992E
Text Example
Text Example
White with #64992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64992E; }
p { color: rgb(100,153,46); }
H1.HeaderClassName
{
color: #64992E;
}
.AnyTagClassName
{
color: #64992E;
}
</style>
background-color css
<style>
a { background-color: #64992E; }
a { background-color: rgb(100,153,46); }
div.DivClassName
{
background-color: #64992E;
}
.BgClassName
{
background-color: #64992E;
}
</style>
border-color css
<style>
span { border-color: #64992E; }
span { border-color: rgb(100,153,46); }
td.TdClassName
{
border-color: #64992E;
}
.TagClassName
{
border-color: #64992E;
}
</style>