Shades of Limeade #649818
Tints of Limeade #649818
RGB
CMYK
RGB Variations
Color information
#649818 (or 0x649818) is known color: Limeade. HEX triplet: 64, 98 and 18. RGB value is (100,152,24). Sum of RGB (Red+Green+Blue) = 100+152+24=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #649818 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649818 is #9B67E7. Grayscale: #7A7A7A. Windows color (decimal): -10184680 or 1611876. OLE color: 1611876.
HSL color Cylindrical-coordinate representation of color #649818: hue angle of 84.38º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #649818 is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 24 | - |
| CMYK | 0.34 | 0 | 0.84 | 0.40 |
| HSL | 84.38º | 0.73% | 0.35% | - |
| HSV(B) | 84.38º | 0.84% | 0.6% | - |
| XYZ | 16.65 | 25.23 | 4.86 | - |
| YUV | 121.86 | 72.77 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 24 | 0.34 | 0 | 0.84 | 0.40 | 84.38 | 0.73 | 0.35 |
| Hex | 64 | 98 | 18 | 22 | 0 | 54 | 28 | 54 | 49 | 23 |
| Octal | 144 | 230 | 30 | 42 | 0 | 124 | 50 | 124 | 111 | 43 |
| Binary | 1100100 | 10011000 | 11000 | 100010 | 0 | 1010100 | 101000 | 1010100 | 1001001 | 100011 |
Color Harmonies of #649818
Complementary color
Monochromatic Colors of #649818
Black with #649818
Text Example
Text Example
White with #649818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649818; }
p { color: rgb(100,152,24); }
H1.HeaderClassName
{
color: #649818;
}
.AnyTagClassName
{
color: #649818;
}
</style>
background-color css
<style>
a { background-color: #649818; }
a { background-color: rgb(100,152,24); }
div.DivClassName
{
background-color: #649818;
}
.BgClassName
{
background-color: #649818;
}
</style>
border-color css
<style>
span { border-color: #649818; }
span { border-color: rgb(100,152,24); }
td.TdClassName
{
border-color: #649818;
}
.TagClassName
{
border-color: #649818;
}
</style>