Shades of Limeade #559E17
Tints of Limeade #559E17
RGB
CMYK
RGB Variations
Color information
#559E17 (or 0x559E17) is known color: Limeade. HEX triplet: 55, 9E and 17. RGB value is (85,158,23). Sum of RGB (Red+Green+Blue) = 85+158+23=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 158 (62.11% from 255 or 59.40% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 158 - color contains mainly: green. Hex color #559E17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559E17 is #AA61E8. Grayscale: #797979. Windows color (decimal): -11166185 or 1547861. OLE color: 1547861.
HSL color Cylindrical-coordinate representation of color #559E17: hue angle of 92.44º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #559E17 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 158 | 23 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.38 |
| HSL | 92.44º | 0.75% | 0.35% | - |
| HSV(B) | 92.44º | 0.85% | 0.62% | - |
| XYZ | 16.13 | 26.45 | 5.07 | - |
| YUV | 120.78 | 72.82 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 23 | 0.46 | 0 | 0.85 | 0.38 | 92.44 | 0.75 | 0.35 |
| Hex | 55 | 9E | 17 | 2E | 0 | 55 | 26 | 5C | 4B | 23 |
| Octal | 125 | 236 | 27 | 56 | 0 | 125 | 46 | 134 | 113 | 43 |
| Binary | 1010101 | 10011110 | 10111 | 101110 | 0 | 1010101 | 100110 | 1011100 | 1001011 | 100011 |
Color Harmonies of #559E17
Complementary color
Monochromatic Colors of #559E17
Black with #559E17
Text Example
Text Example
White with #559E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559E17; }
p { color: rgb(85,158,23); }
H1.HeaderClassName
{
color: #559E17;
}
.AnyTagClassName
{
color: #559E17;
}
</style>
background-color css
<style>
a { background-color: #559E17; }
a { background-color: rgb(85,158,23); }
div.DivClassName
{
background-color: #559E17;
}
.BgClassName
{
background-color: #559E17;
}
</style>
border-color css
<style>
span { border-color: #559E17; }
span { border-color: rgb(85,158,23); }
td.TdClassName
{
border-color: #559E17;
}
.TagClassName
{
border-color: #559E17;
}
</style>