Shades of Limeade #649F36
Tints of Limeade #649F36
RGB
CMYK
RGB Variations
Color information
#649F36 (or 0x649F36) is known color: Limeade. HEX triplet: 64, 9F and 36. RGB value is (100,159,54). Sum of RGB (Red+Green+Blue) = 100+159+54=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 159 (62.5% from 255 or 50.80% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 159 - color contains mainly: green. Hex color #649F36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F36 is #9B60C9. Grayscale: #818181. Windows color (decimal): -10182858 or 3579748. OLE color: 3579748.
HSL color Cylindrical-coordinate representation of color #649F36: hue angle of 93.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #649F36 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 54 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.38 |
| HSL | 93.71º | 0.49% | 0.42% | - |
| HSV(B) | 93.71º | 0.66% | 0.62% | - |
| XYZ | 18.32 | 27.77 | 7.89 | - |
| YUV | 129.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 54 | 0.37 | 0 | 0.66 | 0.38 | 93.71 | 0.49 | 0.42 |
| Hex | 64 | 9F | 36 | 25 | 0 | 42 | 26 | 5E | 31 | 2A |
| Octal | 144 | 237 | 66 | 45 | 0 | 102 | 46 | 136 | 61 | 52 |
| Binary | 1100100 | 10011111 | 110110 | 100101 | 0 | 1000010 | 100110 | 1011110 | 110001 | 101010 |
Color Harmonies of #649F36
Complementary color
Monochromatic Colors of #649F36
Black with #649F36
Text Example
Text Example
White with #649F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F36; }
p { color: rgb(100,159,54); }
H1.HeaderClassName
{
color: #649F36;
}
.AnyTagClassName
{
color: #649F36;
}
</style>
background-color css
<style>
a { background-color: #649F36; }
a { background-color: rgb(100,159,54); }
div.DivClassName
{
background-color: #649F36;
}
.BgClassName
{
background-color: #649F36;
}
</style>
border-color css
<style>
span { border-color: #649F36; }
span { border-color: rgb(100,159,54); }
td.TdClassName
{
border-color: #649F36;
}
.TagClassName
{
border-color: #649F36;
}
</style>