Shades of Limeade #599500
Tints of Limeade #599500
RGB
CMYK
RGB Variations
Color information
#599500 (or 0x599500) is known color: Limeade. HEX triplet: 59, 95 and 00. RGB value is (89,149,0). Sum of RGB (Red+Green+Blue) = 89+149+0=238 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.39% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #599500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599500 is #A66AFF. Grayscale: #727272. Windows color (decimal): -10906368 or 38233. OLE color: 38233.
HSL color Cylindrical-coordinate representation of color #599500: hue angle of 84.16º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #599500 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.42 |
| HSL | 84.16º | 1% | 0.29% | - |
| HSV(B) | 84.16º | 1% | 0.58% | - |
| XYZ | 14.87 | 23.62 | 3.78 | - |
| YUV | 114.07 | 63.62 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 0 | 0.40 | 0 | 1 | 0.42 | 84.16 | 1 | 0.29 |
| Hex | 59 | 95 | 0 | 28 | 0 | 64 | 2A | 54 | 64 | 1D |
| Octal | 131 | 225 | 0 | 50 | 0 | 144 | 52 | 124 | 144 | 35 |
| Binary | 1011001 | 10010101 | 0 | 101000 | 0 | 1100100 | 101010 | 1010100 | 1100100 | 11101 |
Color Harmonies of #599500
Complementary color
Monochromatic Colors of #599500
Black with #599500
Text Example
Text Example
White with #599500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599500; }
p { color: rgb(89,149,0); }
H1.HeaderClassName
{
color: #599500;
}
.AnyTagClassName
{
color: #599500;
}
</style>
background-color css
<style>
a { background-color: #599500; }
a { background-color: rgb(89,149,0); }
div.DivClassName
{
background-color: #599500;
}
.BgClassName
{
background-color: #599500;
}
</style>
border-color css
<style>
span { border-color: #599500; }
span { border-color: rgb(89,149,0); }
td.TdClassName
{
border-color: #599500;
}
.TagClassName
{
border-color: #599500;
}
</style>