Shades of Limeade #599715
Tints of Limeade #599715
RGB
CMYK
RGB Variations
Color information
#599715 (or 0x599715) is known color: Limeade. HEX triplet: 59, 97 and 15. RGB value is (89,151,21). Sum of RGB (Red+Green+Blue) = 89+151+21=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #599715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599715 is #A668EA. Grayscale: #767676. Windows color (decimal): -10905835 or 1415001. OLE color: 1415001.
HSL color Cylindrical-coordinate representation of color #599715: hue angle of 88.62º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #599715 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 151 | 21 | - |
| CMYK | 0.41 | 0 | 0.86 | 0.41 |
| HSL | 88.62º | 0.76% | 0.34% | - |
| HSV(B) | 88.62º | 0.86% | 0.59% | - |
| XYZ | 15.32 | 24.31 | 4.59 | - |
| YUV | 117.64 | 73.46 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 21 | 0.41 | 0 | 0.86 | 0.41 | 88.62 | 0.76 | 0.34 |
| Hex | 59 | 97 | 15 | 29 | 0 | 56 | 29 | 59 | 4C | 22 |
| Octal | 131 | 227 | 25 | 51 | 0 | 126 | 51 | 131 | 114 | 42 |
| Binary | 1011001 | 10010111 | 10101 | 101001 | 0 | 1010110 | 101001 | 1011001 | 1001100 | 100010 |
Color Harmonies of #599715
Complementary color
Monochromatic Colors of #599715
Black with #599715
Text Example
Text Example
White with #599715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599715; }
p { color: rgb(89,151,21); }
H1.HeaderClassName
{
color: #599715;
}
.AnyTagClassName
{
color: #599715;
}
</style>
background-color css
<style>
a { background-color: #599715; }
a { background-color: rgb(89,151,21); }
div.DivClassName
{
background-color: #599715;
}
.BgClassName
{
background-color: #599715;
}
</style>
border-color css
<style>
span { border-color: #599715; }
span { border-color: rgb(89,151,21); }
td.TdClassName
{
border-color: #599715;
}
.TagClassName
{
border-color: #599715;
}
</style>