Shades of Limeade #559939
Tints of Limeade #559939
RGB
CMYK
RGB Variations
Color information
#559939 (or 0x559939) is known color: Limeade. HEX triplet: 55, 99 and 39. RGB value is (85,153,57). Sum of RGB (Red+Green+Blue) = 85+153+57=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #559939 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559939 is #AA66C6. Grayscale: #7A7A7A. Windows color (decimal): -11167431 or 3774805. OLE color: 3774805.
HSL color Cylindrical-coordinate representation of color #559939: hue angle of 102.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #559939 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 57 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.4 |
| HSL | 102.5º | 0.46% | 0.41% | - |
| HSV(B) | 102.5º | 0.63% | 0.6% | - |
| XYZ | 15.88 | 25.01 | 7.86 | - |
| YUV | 121.72 | 91.47 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 57 | 0.44 | 0 | 0.63 | 0.4 | 102.5 | 0.46 | 0.41 |
| Hex | 55 | 99 | 39 | 2C | 0 | 3F | 28 | 66 | 2E | 29 |
| Octal | 125 | 231 | 71 | 54 | 0 | 77 | 50 | 146 | 56 | 51 |
| Binary | 1010101 | 10011001 | 111001 | 101100 | 0 | 111111 | 101000 | 1100110 | 101110 | 101001 |
Color Harmonies of #559939
Complementary color
Monochromatic Colors of #559939
Black with #559939
Text Example
Text Example
White with #559939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559939; }
p { color: rgb(85,153,57); }
H1.HeaderClassName
{
color: #559939;
}
.AnyTagClassName
{
color: #559939;
}
</style>
background-color css
<style>
a { background-color: #559939; }
a { background-color: rgb(85,153,57); }
div.DivClassName
{
background-color: #559939;
}
.BgClassName
{
background-color: #559939;
}
</style>
border-color css
<style>
span { border-color: #559939; }
span { border-color: rgb(85,153,57); }
td.TdClassName
{
border-color: #559939;
}
.TagClassName
{
border-color: #559939;
}
</style>