Shades of Limeade #599517
Tints of Limeade #599517
RGB
CMYK
RGB Variations
Color information
#599517 (or 0x599517) is known color: Limeade. HEX triplet: 59, 95 and 17. RGB value is (89,149,23). Sum of RGB (Red+Green+Blue) = 89+149+23=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #599517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599517 is #A66AE8. Grayscale: #757575. Windows color (decimal): -10906345 or 1545561. OLE color: 1545561.
HSL color Cylindrical-coordinate representation of color #599517: hue angle of 88.57º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #599517 is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 23 | - |
| CMYK | 0.40 | 0 | 0.85 | 0.42 |
| HSL | 88.57º | 0.73% | 0.34% | - |
| HSV(B) | 88.57º | 0.85% | 0.58% | - |
| XYZ | 15.02 | 23.68 | 4.59 | - |
| YUV | 116.7 | 75.12 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 23 | 0.40 | 0 | 0.85 | 0.42 | 88.57 | 0.73 | 0.34 |
| Hex | 59 | 95 | 17 | 28 | 0 | 55 | 2A | 59 | 49 | 22 |
| Octal | 131 | 225 | 27 | 50 | 0 | 125 | 52 | 131 | 111 | 42 |
| Binary | 1011001 | 10010101 | 10111 | 101000 | 0 | 1010101 | 101010 | 1011001 | 1001001 | 100010 |
Color Harmonies of #599517
Complementary color
Monochromatic Colors of #599517
Black with #599517
Text Example
Text Example
White with #599517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599517; }
p { color: rgb(89,149,23); }
H1.HeaderClassName
{
color: #599517;
}
.AnyTagClassName
{
color: #599517;
}
</style>
background-color css
<style>
a { background-color: #599517; }
a { background-color: rgb(89,149,23); }
div.DivClassName
{
background-color: #599517;
}
.BgClassName
{
background-color: #599517;
}
</style>
border-color css
<style>
span { border-color: #599517; }
span { border-color: rgb(89,149,23); }
td.TdClassName
{
border-color: #599517;
}
.TagClassName
{
border-color: #599517;
}
</style>