Shades of Limeade #649829
Tints of Limeade #649829
RGB
CMYK
RGB Variations
Color information
#649829 (or 0x649829) is known color: Limeade. HEX triplet: 64, 98 and 29. RGB value is (100,152,41). Sum of RGB (Red+Green+Blue) = 100+152+41=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #649829 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649829 is #9B67D6. Grayscale: #7C7C7C. Windows color (decimal): -10184663 or 2725988. OLE color: 2725988.
HSL color Cylindrical-coordinate representation of color #649829: hue angle of 88.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #649829 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 41 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.40 |
| HSL | 88.11º | 0.58% | 0.38% | - |
| HSV(B) | 88.11º | 0.73% | 0.6% | - |
| XYZ | 16.88 | 25.33 | 6.1 | - |
| YUV | 123.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 41 | 0.34 | 0 | 0.73 | 0.40 | 88.11 | 0.58 | 0.38 |
| Hex | 64 | 98 | 29 | 22 | 0 | 49 | 28 | 58 | 3A | 26 |
| Octal | 144 | 230 | 51 | 42 | 0 | 111 | 50 | 130 | 72 | 46 |
| Binary | 1100100 | 10011000 | 101001 | 100010 | 0 | 1001001 | 101000 | 1011000 | 111010 | 100110 |
Color Harmonies of #649829
Complementary color
Monochromatic Colors of #649829
Black with #649829
Text Example
Text Example
White with #649829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649829; }
p { color: rgb(100,152,41); }
H1.HeaderClassName
{
color: #649829;
}
.AnyTagClassName
{
color: #649829;
}
</style>
background-color css
<style>
a { background-color: #649829; }
a { background-color: rgb(100,152,41); }
div.DivClassName
{
background-color: #649829;
}
.BgClassName
{
background-color: #649829;
}
</style>
border-color css
<style>
span { border-color: #649829; }
span { border-color: rgb(100,152,41); }
td.TdClassName
{
border-color: #649829;
}
.TagClassName
{
border-color: #649829;
}
</style>