Shades of Limeade #559F00
Tints of Limeade #559F00
RGB
CMYK
RGB Variations
Color information
#559F00 (or 0x559F00) is known color: Limeade. HEX triplet: 55, 9F and 00. RGB value is (85,159,0). Sum of RGB (Red+Green+Blue) = 85+159+0=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 159 (62.5% from 255 or 65.16% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 159 - color contains mainly: green. Hex color #559F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559F00 is #AA60FF. Grayscale: #777777. Windows color (decimal): -11165952 or 40789. OLE color: 40789.
HSL color Cylindrical-coordinate representation of color #559F00: hue angle of 87.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #559F00 is Cyan = 0.47, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 159 | 0 | - |
| CMYK | 0.47 | 0 | 1 | 0.38 |
| HSL | 87.92º | 1% | 0.31% | - |
| HSV(B) | 87.92º | 1% | 0.62% | - |
| XYZ | 16.14 | 26.73 | 4.31 | - |
| YUV | 118.75 | 60.98 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 0 | 0.47 | 0 | 1 | 0.38 | 87.92 | 1 | 0.31 |
| Hex | 55 | 9F | 0 | 2F | 0 | 64 | 26 | 58 | 64 | 1F |
| Octal | 125 | 237 | 0 | 57 | 0 | 144 | 46 | 130 | 144 | 37 |
| Binary | 1010101 | 10011111 | 0 | 101111 | 0 | 1100100 | 100110 | 1011000 | 1100100 | 11111 |
Color Harmonies of #559F00
Complementary color
Monochromatic Colors of #559F00
Black with #559F00
Text Example
Text Example
White with #559F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559F00; }
p { color: rgb(85,159,0); }
H1.HeaderClassName
{
color: #559F00;
}
.AnyTagClassName
{
color: #559F00;
}
</style>
background-color css
<style>
a { background-color: #559F00; }
a { background-color: rgb(85,159,0); }
div.DivClassName
{
background-color: #559F00;
}
.BgClassName
{
background-color: #559F00;
}
</style>
border-color css
<style>
span { border-color: #559F00; }
span { border-color: rgb(85,159,0); }
td.TdClassName
{
border-color: #559F00;
}
.TagClassName
{
border-color: #559F00;
}
</style>