Shades of Limeade #599816
Tints of Limeade #599816
RGB
CMYK
RGB Variations
Color information
#599816 (or 0x599816) is known color: Limeade. HEX triplet: 59, 98 and 16. RGB value is (89,152,22). Sum of RGB (Red+Green+Blue) = 89+152+22=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 152 (59.77% from 255 or 57.79% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 152 - color contains mainly: green. Hex color #599816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599816 is #A667E9. Grayscale: #767676. Windows color (decimal): -10905578 or 1480793. OLE color: 1480793.
HSL color Cylindrical-coordinate representation of color #599816: hue angle of 89.08º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #599816 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 152 | 22 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.40 |
| HSL | 89.08º | 0.75% | 0.34% | - |
| HSV(B) | 89.08º | 0.86% | 0.6% | - |
| XYZ | 15.49 | 24.64 | 4.7 | - |
| YUV | 118.34 | 73.63 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 22 | 0.41 | 0 | 0.86 | 0.40 | 89.08 | 0.75 | 0.34 |
| Hex | 59 | 98 | 16 | 29 | 0 | 56 | 28 | 59 | 4B | 22 |
| Octal | 131 | 230 | 26 | 51 | 0 | 126 | 50 | 131 | 113 | 42 |
| Binary | 1011001 | 10011000 | 10110 | 101001 | 0 | 1010110 | 101000 | 1011001 | 1001011 | 100010 |
Color Harmonies of #599816
Complementary color
Monochromatic Colors of #599816
Black with #599816
Text Example
Text Example
White with #599816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599816; }
p { color: rgb(89,152,22); }
H1.HeaderClassName
{
color: #599816;
}
.AnyTagClassName
{
color: #599816;
}
</style>
background-color css
<style>
a { background-color: #599816; }
a { background-color: rgb(89,152,22); }
div.DivClassName
{
background-color: #599816;
}
.BgClassName
{
background-color: #599816;
}
</style>
border-color css
<style>
span { border-color: #599816; }
span { border-color: rgb(89,152,22); }
td.TdClassName
{
border-color: #599816;
}
.TagClassName
{
border-color: #599816;
}
</style>