Shades of Limeade #649736
Tints of Limeade #649736
RGB
CMYK
RGB Variations
Color information
#649736 (or 0x649736) is known color: Limeade. HEX triplet: 64, 97 and 36. RGB value is (100,151,54). Sum of RGB (Red+Green+Blue) = 100+151+54=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #649736 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649736 is #9B68C9. Grayscale: #7D7D7D. Windows color (decimal): -10184906 or 3577700. OLE color: 3577700.
HSL color Cylindrical-coordinate representation of color #649736: hue angle of 91.55º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #649736 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 54 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.41 |
| HSL | 91.55º | 0.47% | 0.4% | - |
| HSV(B) | 91.55º | 0.64% | 0.59% | - |
| XYZ | 16.99 | 25.11 | 7.44 | - |
| YUV | 124.69 | 88.1 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 54 | 0.34 | 0 | 0.64 | 0.41 | 91.55 | 0.47 | 0.4 |
| Hex | 64 | 97 | 36 | 22 | 0 | 40 | 29 | 5C | 2F | 28 |
| Octal | 144 | 227 | 66 | 42 | 0 | 100 | 51 | 134 | 57 | 50 |
| Binary | 1100100 | 10010111 | 110110 | 100010 | 0 | 1000000 | 101001 | 1011100 | 101111 | 101000 |
Color Harmonies of #649736
Complementary color
Monochromatic Colors of #649736
Black with #649736
Text Example
Text Example
White with #649736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649736; }
p { color: rgb(100,151,54); }
H1.HeaderClassName
{
color: #649736;
}
.AnyTagClassName
{
color: #649736;
}
</style>
background-color css
<style>
a { background-color: #649736; }
a { background-color: rgb(100,151,54); }
div.DivClassName
{
background-color: #649736;
}
.BgClassName
{
background-color: #649736;
}
</style>
border-color css
<style>
span { border-color: #649736; }
span { border-color: rgb(100,151,54); }
td.TdClassName
{
border-color: #649736;
}
.TagClassName
{
border-color: #649736;
}
</style>