Shades of Limeade #649841
Tints of Limeade #649841
RGB
CMYK
RGB Variations
Color information
#649841 (or 0x649841) is known color: Limeade. HEX triplet: 64, 98 and 41. RGB value is (100,152,65). Sum of RGB (Red+Green+Blue) = 100+152+65=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #649841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649841 is #9B67BE. Grayscale: #7E7E7E. Windows color (decimal): -10184639 or 4298852. OLE color: 4298852.
HSL color Cylindrical-coordinate representation of color #649841: hue angle of 95.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #649841 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 65 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.40 |
| HSL | 95.86º | 0.4% | 0.43% | - |
| HSV(B) | 95.86º | 0.57% | 0.6% | - |
| XYZ | 17.44 | 25.55 | 9.01 | - |
| YUV | 126.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 65 | 0.34 | 0 | 0.57 | 0.40 | 95.86 | 0.4 | 0.43 |
| Hex | 64 | 98 | 41 | 22 | 0 | 39 | 28 | 60 | 28 | 2B |
| Octal | 144 | 230 | 101 | 42 | 0 | 71 | 50 | 140 | 50 | 53 |
| Binary | 1100100 | 10011000 | 1000001 | 100010 | 0 | 111001 | 101000 | 1100000 | 101000 | 101011 |
Color Harmonies of #649841
Complementary color
Monochromatic Colors of #649841
Black with #649841
Text Example
Text Example
White with #649841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649841; }
p { color: rgb(100,152,65); }
H1.HeaderClassName
{
color: #649841;
}
.AnyTagClassName
{
color: #649841;
}
</style>
background-color css
<style>
a { background-color: #649841; }
a { background-color: rgb(100,152,65); }
div.DivClassName
{
background-color: #649841;
}
.BgClassName
{
background-color: #649841;
}
</style>
border-color css
<style>
span { border-color: #649841; }
span { border-color: rgb(100,152,65); }
td.TdClassName
{
border-color: #649841;
}
.TagClassName
{
border-color: #649841;
}
</style>