Shades of Limeade #599506
Tints of Limeade #599506
RGB
CMYK
RGB Variations
Color information
#599506 (or 0x599506) is known color: Limeade. HEX triplet: 59, 95 and 06. RGB value is (89,149,6). Sum of RGB (Red+Green+Blue) = 89+149+6=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 149 (58.59% from 255 or 61.07% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 149 - color contains mainly: green. Hex color #599506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599506 is #A66AF9. Grayscale: #737373. Windows color (decimal): -10906362 or 431449. OLE color: 431449.
HSL color Cylindrical-coordinate representation of color #599506: hue angle of 85.17º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #599506 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 6 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.42 |
| HSL | 85.17º | 0.92% | 0.3% | - |
| HSV(B) | 85.17º | 0.96% | 0.58% | - |
| XYZ | 14.9 | 23.63 | 3.95 | - |
| YUV | 114.76 | 66.62 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 6 | 0.40 | 0 | 0.96 | 0.42 | 85.17 | 0.92 | 0.3 |
| Hex | 59 | 95 | 6 | 28 | 0 | 60 | 2A | 55 | 5C | 1E |
| Octal | 131 | 225 | 6 | 50 | 0 | 140 | 52 | 125 | 134 | 36 |
| Binary | 1011001 | 10010101 | 110 | 101000 | 0 | 1100000 | 101010 | 1010101 | 1011100 | 11110 |
Color Harmonies of #599506
Complementary color
Monochromatic Colors of #599506
Black with #599506
Text Example
Text Example
White with #599506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599506; }
p { color: rgb(89,149,6); }
H1.HeaderClassName
{
color: #599506;
}
.AnyTagClassName
{
color: #599506;
}
</style>
background-color css
<style>
a { background-color: #599506; }
a { background-color: rgb(89,149,6); }
div.DivClassName
{
background-color: #599506;
}
.BgClassName
{
background-color: #599506;
}
</style>
border-color css
<style>
span { border-color: #599506; }
span { border-color: rgb(89,149,6); }
td.TdClassName
{
border-color: #599506;
}
.TagClassName
{
border-color: #599506;
}
</style>