Shades of Limeade #599716
Tints of Limeade #599716
RGB
CMYK
RGB Variations
Color information
#599716 (or 0x599716) is known color: Limeade. HEX triplet: 59, 97 and 16. RGB value is (89,151,22). Sum of RGB (Red+Green+Blue) = 89+151+22=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 151 (59.38% from 255 or 57.63% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 151 - color contains mainly: green. Hex color #599716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599716 is #A668E9. Grayscale: #767676. Windows color (decimal): -10905834 or 1480537. OLE color: 1480537.
HSL color Cylindrical-coordinate representation of color #599716: hue angle of 88.84º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #599716 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 151 | 22 | - |
| CMYK | 0.41 | 0 | 0.85 | 0.41 |
| HSL | 88.84º | 0.75% | 0.34% | - |
| HSV(B) | 88.84º | 0.85% | 0.59% | - |
| XYZ | 15.33 | 24.31 | 4.64 | - |
| YUV | 117.76 | 73.96 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 22 | 0.41 | 0 | 0.85 | 0.41 | 88.84 | 0.75 | 0.34 |
| Hex | 59 | 97 | 16 | 29 | 0 | 55 | 29 | 59 | 4B | 22 |
| Octal | 131 | 227 | 26 | 51 | 0 | 125 | 51 | 131 | 113 | 42 |
| Binary | 1011001 | 10010111 | 10110 | 101001 | 0 | 1010101 | 101001 | 1011001 | 1001011 | 100010 |
Color Harmonies of #599716
Complementary color
Monochromatic Colors of #599716
Black with #599716
Text Example
Text Example
White with #599716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599716; }
p { color: rgb(89,151,22); }
H1.HeaderClassName
{
color: #599716;
}
.AnyTagClassName
{
color: #599716;
}
</style>
background-color css
<style>
a { background-color: #599716; }
a { background-color: rgb(89,151,22); }
div.DivClassName
{
background-color: #599716;
}
.BgClassName
{
background-color: #599716;
}
</style>
border-color css
<style>
span { border-color: #599716; }
span { border-color: rgb(89,151,22); }
td.TdClassName
{
border-color: #599716;
}
.TagClassName
{
border-color: #599716;
}
</style>