Shades of Limeade #649626
Tints of Limeade #649626
RGB
CMYK
RGB Variations
Color information
#649626 (or 0x649626) is known color: Limeade. HEX triplet: 64, 96 and 26. RGB value is (100,150,38). Sum of RGB (Red+Green+Blue) = 100+150+38=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #649626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649626 is #9B69D9. Grayscale: #7A7A7A. Windows color (decimal): -10185178 or 2528868. OLE color: 2528868.
HSL color Cylindrical-coordinate representation of color #649626: hue angle of 86.79º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #649626 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 150 | 38 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.41 |
| HSL | 86.79º | 0.6% | 0.37% | - |
| HSV(B) | 86.79º | 0.75% | 0.59% | - |
| XYZ | 16.51 | 24.66 | 5.72 | - |
| YUV | 122.28 | 80.44 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 150 | 38 | 0.33 | 0 | 0.75 | 0.41 | 86.79 | 0.6 | 0.37 |
| Hex | 64 | 96 | 26 | 21 | 0 | 4B | 29 | 57 | 3C | 25 |
| Octal | 144 | 226 | 46 | 41 | 0 | 113 | 51 | 127 | 74 | 45 |
| Binary | 1100100 | 10010110 | 100110 | 100001 | 0 | 1001011 | 101001 | 1010111 | 111100 | 100101 |
Color Harmonies of #649626
Complementary color
Monochromatic Colors of #649626
Black with #649626
Text Example
Text Example
White with #649626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649626; }
p { color: rgb(100,150,38); }
H1.HeaderClassName
{
color: #649626;
}
.AnyTagClassName
{
color: #649626;
}
</style>
background-color css
<style>
a { background-color: #649626; }
a { background-color: rgb(100,150,38); }
div.DivClassName
{
background-color: #649626;
}
.BgClassName
{
background-color: #649626;
}
</style>
border-color css
<style>
span { border-color: #649626; }
span { border-color: rgb(100,150,38); }
td.TdClassName
{
border-color: #649626;
}
.TagClassName
{
border-color: #649626;
}
</style>