Shades of Limeade #559F11
Tints of Limeade #559F11
RGB
CMYK
RGB Variations
Color information
#559F11 (or 0x559F11) is known color: Limeade. HEX triplet: 55, 9F and 11. RGB value is (85,159,17). Sum of RGB (Red+Green+Blue) = 85+159+17=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 159 (62.5% from 255 or 60.92% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 159 - color contains mainly: green. Hex color #559F11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559F11 is #AA60EE. Grayscale: #797979. Windows color (decimal): -11165935 or 1154901. OLE color: 1154901.
HSL color Cylindrical-coordinate representation of color #559F11: hue angle of 91.27º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #559F11 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 159 | 17 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.38 |
| HSL | 91.27º | 0.81% | 0.35% | - |
| HSV(B) | 91.27º | 0.89% | 0.62% | - |
| XYZ | 16.25 | 26.77 | 4.84 | - |
| YUV | 120.69 | 69.48 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 17 | 0.47 | 0 | 0.89 | 0.38 | 91.27 | 0.81 | 0.35 |
| Hex | 55 | 9F | 11 | 2F | 0 | 59 | 26 | 5B | 51 | 23 |
| Octal | 125 | 237 | 21 | 57 | 0 | 131 | 46 | 133 | 121 | 43 |
| Binary | 1010101 | 10011111 | 10001 | 101111 | 0 | 1011001 | 100110 | 1011011 | 1010001 | 100011 |
Color Harmonies of #559F11
Complementary color
Monochromatic Colors of #559F11
Black with #559F11
Text Example
Text Example
White with #559F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559F11; }
p { color: rgb(85,159,17); }
H1.HeaderClassName
{
color: #559F11;
}
.AnyTagClassName
{
color: #559F11;
}
</style>
background-color css
<style>
a { background-color: #559F11; }
a { background-color: rgb(85,159,17); }
div.DivClassName
{
background-color: #559F11;
}
.BgClassName
{
background-color: #559F11;
}
</style>
border-color css
<style>
span { border-color: #559F11; }
span { border-color: rgb(85,159,17); }
td.TdClassName
{
border-color: #559F11;
}
.TagClassName
{
border-color: #559F11;
}
</style>