Shades of Limeade #559502
Tints of Limeade #559502
RGB
CMYK
RGB Variations
Color information
#559502 (or 0x559502) is known color: Limeade. HEX triplet: 55, 95 and 02. RGB value is (85,149,2). Sum of RGB (Red+Green+Blue) = 85+149+2=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 149 (58.59% from 255 or 63.14% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 149 - color contains mainly: green. Hex color #559502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559502 is #AA6AFD. Grayscale: #717171. Windows color (decimal): -11168510 or 169301. OLE color: 169301.
HSL color Cylindrical-coordinate representation of color #559502: hue angle of 86.12º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #559502 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 149 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.42 |
| HSL | 86.12º | 0.97% | 0.3% | - |
| HSV(B) | 86.12º | 0.99% | 0.58% | - |
| XYZ | 14.5 | 23.43 | 3.82 | - |
| YUV | 113.11 | 65.3 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 2 | 0.43 | 0 | 0.99 | 0.42 | 86.12 | 0.97 | 0.3 |
| Hex | 55 | 95 | 2 | 2B | 0 | 63 | 2A | 56 | 61 | 1E |
| Octal | 125 | 225 | 2 | 53 | 0 | 143 | 52 | 126 | 141 | 36 |
| Binary | 1010101 | 10010101 | 10 | 101011 | 0 | 1100011 | 101010 | 1010110 | 1100001 | 11110 |
Color Harmonies of #559502
Complementary color
Monochromatic Colors of #559502
Black with #559502
Text Example
Text Example
White with #559502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559502; }
p { color: rgb(85,149,2); }
H1.HeaderClassName
{
color: #559502;
}
.AnyTagClassName
{
color: #559502;
}
</style>
background-color css
<style>
a { background-color: #559502; }
a { background-color: rgb(85,149,2); }
div.DivClassName
{
background-color: #559502;
}
.BgClassName
{
background-color: #559502;
}
</style>
border-color css
<style>
span { border-color: #559502; }
span { border-color: rgb(85,149,2); }
td.TdClassName
{
border-color: #559502;
}
.TagClassName
{
border-color: #559502;
}
</style>