Shades of Limeade #649839
Tints of Limeade #649839
RGB
CMYK
RGB Variations
Color information
#649839 (or 0x649839) is known color: Limeade. HEX triplet: 64, 98 and 39. RGB value is (100,152,57). Sum of RGB (Red+Green+Blue) = 100+152+57=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #649839 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649839 is #9B67C6. Grayscale: #7D7D7D. Windows color (decimal): -10184647 or 3774564. OLE color: 3774564.
HSL color Cylindrical-coordinate representation of color #649839: hue angle of 92.84º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #649839 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 57 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.40 |
| HSL | 92.84º | 0.45% | 0.41% | - |
| HSV(B) | 92.84º | 0.63% | 0.6% | - |
| XYZ | 17.22 | 25.46 | 7.88 | - |
| YUV | 125.62 | 89.27 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 57 | 0.34 | 0 | 0.62 | 0.40 | 92.84 | 0.45 | 0.41 |
| Hex | 64 | 98 | 39 | 22 | 0 | 3E | 28 | 5D | 2D | 29 |
| Octal | 144 | 230 | 71 | 42 | 0 | 76 | 50 | 135 | 55 | 51 |
| Binary | 1100100 | 10011000 | 111001 | 100010 | 0 | 111110 | 101000 | 1011101 | 101101 | 101001 |
Color Harmonies of #649839
Complementary color
Monochromatic Colors of #649839
Black with #649839
Text Example
Text Example
White with #649839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649839; }
p { color: rgb(100,152,57); }
H1.HeaderClassName
{
color: #649839;
}
.AnyTagClassName
{
color: #649839;
}
</style>
background-color css
<style>
a { background-color: #649839; }
a { background-color: rgb(100,152,57); }
div.DivClassName
{
background-color: #649839;
}
.BgClassName
{
background-color: #649839;
}
</style>
border-color css
<style>
span { border-color: #649839; }
span { border-color: rgb(100,152,57); }
td.TdClassName
{
border-color: #649839;
}
.TagClassName
{
border-color: #649839;
}
</style>