Shades of Limeade #599622
Tints of Limeade #599622
RGB
CMYK
RGB Variations
Color information
#599622 (or 0x599622) is known color: Limeade. HEX triplet: 59, 96 and 22. RGB value is (89,150,34). Sum of RGB (Red+Green+Blue) = 89+150+34=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #599622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599622 is #A669DD. Grayscale: #767676. Windows color (decimal): -10906078 or 2266713. OLE color: 2266713.
HSL color Cylindrical-coordinate representation of color #599622: hue angle of 91.55º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #599622 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 150 | 34 | - |
| CMYK | 0.41 | 0 | 0.77 | 0.41 |
| HSL | 91.55º | 0.63% | 0.36% | - |
| HSV(B) | 91.55º | 0.77% | 0.59% | - |
| XYZ | 15.31 | 24.05 | 5.35 | - |
| YUV | 118.54 | 80.29 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 150 | 34 | 0.41 | 0 | 0.77 | 0.41 | 91.55 | 0.63 | 0.36 |
| Hex | 59 | 96 | 22 | 29 | 0 | 4D | 29 | 5C | 3F | 24 |
| Octal | 131 | 226 | 42 | 51 | 0 | 115 | 51 | 134 | 77 | 44 |
| Binary | 1011001 | 10010110 | 100010 | 101001 | 0 | 1001101 | 101001 | 1011100 | 111111 | 100100 |
Color Harmonies of #599622
Complementary color
Monochromatic Colors of #599622
Black with #599622
Text Example
Text Example
White with #599622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599622; }
p { color: rgb(89,150,34); }
H1.HeaderClassName
{
color: #599622;
}
.AnyTagClassName
{
color: #599622;
}
</style>
background-color css
<style>
a { background-color: #599622; }
a { background-color: rgb(89,150,34); }
div.DivClassName
{
background-color: #599622;
}
.BgClassName
{
background-color: #599622;
}
</style>
border-color css
<style>
span { border-color: #599622; }
span { border-color: rgb(89,150,34); }
td.TdClassName
{
border-color: #599622;
}
.TagClassName
{
border-color: #599622;
}
</style>