Shades of Limeade #559802
Tints of Limeade #559802
RGB
CMYK
RGB Variations
Color information
#559802 (or 0x559802) is known color: Limeade. HEX triplet: 55, 98 and 02. RGB value is (85,152,2). Sum of RGB (Red+Green+Blue) = 85+152+2=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 152 (59.77% from 255 or 63.60% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 152 - color contains mainly: green. Hex color #559802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559802 is #AA67FD. Grayscale: #737373. Windows color (decimal): -11167742 or 170069. OLE color: 170069.
HSL color Cylindrical-coordinate representation of color #559802: hue angle of 86.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #559802 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.40 |
| HSL | 86.8º | 0.97% | 0.3% | - |
| HSV(B) | 86.8º | 0.99% | 0.6% | - |
| XYZ | 14.99 | 24.39 | 3.98 | - |
| YUV | 114.87 | 64.3 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 2 | 0.44 | 0 | 0.99 | 0.40 | 86.8 | 0.97 | 0.3 |
| Hex | 55 | 98 | 2 | 2C | 0 | 63 | 28 | 57 | 61 | 1E |
| Octal | 125 | 230 | 2 | 54 | 0 | 143 | 50 | 127 | 141 | 36 |
| Binary | 1010101 | 10011000 | 10 | 101100 | 0 | 1100011 | 101000 | 1010111 | 1100001 | 11110 |
Color Harmonies of #559802
Complementary color
Monochromatic Colors of #559802
Black with #559802
Text Example
Text Example
White with #559802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559802; }
p { color: rgb(85,152,2); }
H1.HeaderClassName
{
color: #559802;
}
.AnyTagClassName
{
color: #559802;
}
</style>
background-color css
<style>
a { background-color: #559802; }
a { background-color: rgb(85,152,2); }
div.DivClassName
{
background-color: #559802;
}
.BgClassName
{
background-color: #559802;
}
</style>
border-color css
<style>
span { border-color: #559802; }
span { border-color: rgb(85,152,2); }
td.TdClassName
{
border-color: #559802;
}
.TagClassName
{
border-color: #559802;
}
</style>