Shades of Limeade #559F09
Tints of Limeade #559F09
RGB
CMYK
RGB Variations
Color information
#559F09 (or 0x559F09) is known color: Limeade. HEX triplet: 55, 9F and 09. RGB value is (85,159,9). Sum of RGB (Red+Green+Blue) = 85+159+9=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 159 (62.5% from 255 or 62.85% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 159 - color contains mainly: green. Hex color #559F09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559F09 is #AA60F6. Grayscale: #787878. Windows color (decimal): -11165943 or 630613. OLE color: 630613.
HSL color Cylindrical-coordinate representation of color #559F09: hue angle of 89.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #559F09 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 159 | 9 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.38 |
| HSL | 89.6º | 0.89% | 0.33% | - |
| HSV(B) | 89.6º | 0.94% | 0.62% | - |
| XYZ | 16.19 | 26.75 | 4.57 | - |
| YUV | 119.77 | 65.48 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 9 | 0.47 | 0 | 0.94 | 0.38 | 89.6 | 0.89 | 0.33 |
| Hex | 55 | 9F | 9 | 2F | 0 | 5E | 26 | 5A | 59 | 21 |
| Octal | 125 | 237 | 11 | 57 | 0 | 136 | 46 | 132 | 131 | 41 |
| Binary | 1010101 | 10011111 | 1001 | 101111 | 0 | 1011110 | 100110 | 1011010 | 1011001 | 100001 |
Color Harmonies of #559F09
Complementary color
Monochromatic Colors of #559F09
Black with #559F09
Text Example
Text Example
White with #559F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559F09; }
p { color: rgb(85,159,9); }
H1.HeaderClassName
{
color: #559F09;
}
.AnyTagClassName
{
color: #559F09;
}
</style>
background-color css
<style>
a { background-color: #559F09; }
a { background-color: rgb(85,159,9); }
div.DivClassName
{
background-color: #559F09;
}
.BgClassName
{
background-color: #559F09;
}
</style>
border-color css
<style>
span { border-color: #559F09; }
span { border-color: rgb(85,159,9); }
td.TdClassName
{
border-color: #559F09;
}
.TagClassName
{
border-color: #559F09;
}
</style>