Shades of Limeade #649A3C
Tints of Limeade #649A3C
RGB
CMYK
RGB Variations
Color information
#649A3C (or 0x649A3C) is known color: Limeade. HEX triplet: 64, 9A and 3C. RGB value is (100,154,60). Sum of RGB (Red+Green+Blue) = 100+154+60=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #649A3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649A3C is #9B65C3. Grayscale: #7F7F7F. Windows color (decimal): -10184132 or 3971684. OLE color: 3971684.
HSL color Cylindrical-coordinate representation of color #649A3C: hue angle of 94.47º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #649A3C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 154 | 60 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.40 |
| HSL | 94.47º | 0.44% | 0.42% | - |
| HSV(B) | 94.47º | 0.61% | 0.6% | - |
| XYZ | 17.63 | 26.15 | 8.39 | - |
| YUV | 127.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 60 | 0.35 | 0 | 0.61 | 0.40 | 94.47 | 0.44 | 0.42 |
| Hex | 64 | 9A | 3C | 23 | 0 | 3D | 28 | 5E | 2C | 2A |
| Octal | 144 | 232 | 74 | 43 | 0 | 75 | 50 | 136 | 54 | 52 |
| Binary | 1100100 | 10011010 | 111100 | 100011 | 0 | 111101 | 101000 | 1011110 | 101100 | 101010 |
Color Harmonies of #649A3C
Complementary color
Monochromatic Colors of #649A3C
Black with #649A3C
Text Example
Text Example
White with #649A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649A3C; }
p { color: rgb(100,154,60); }
H1.HeaderClassName
{
color: #649A3C;
}
.AnyTagClassName
{
color: #649A3C;
}
</style>
background-color css
<style>
a { background-color: #649A3C; }
a { background-color: rgb(100,154,60); }
div.DivClassName
{
background-color: #649A3C;
}
.BgClassName
{
background-color: #649A3C;
}
</style>
border-color css
<style>
span { border-color: #649A3C; }
span { border-color: rgb(100,154,60); }
td.TdClassName
{
border-color: #649A3C;
}
.TagClassName
{
border-color: #649A3C;
}
</style>