Shades of Limeade #599800
Tints of Limeade #599800
RGB
CMYK
RGB Variations
Color information
#599800 (or 0x599800) is known color: Limeade. HEX triplet: 59, 98 and 00. RGB value is (89,152,0). Sum of RGB (Red+Green+Blue) = 89+152+0=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 152 (59.77% from 255 or 63.07% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 152 - color contains mainly: green. Hex color #599800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599800 is #A667FF. Grayscale: #747474. Windows color (decimal): -10905600 or 39001. OLE color: 39001.
HSL color Cylindrical-coordinate representation of color #599800: hue angle of 84.87º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #599800 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 152 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.40 |
| HSL | 84.87º | 1% | 0.3% | - |
| HSV(B) | 84.87º | 1% | 0.6% | - |
| XYZ | 15.35 | 24.58 | 3.94 | - |
| YUV | 115.84 | 62.63 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 0 | 0.41 | 0 | 1 | 0.40 | 84.87 | 1 | 0.3 |
| Hex | 59 | 98 | 0 | 29 | 0 | 64 | 28 | 55 | 64 | 1E |
| Octal | 131 | 230 | 0 | 51 | 0 | 144 | 50 | 125 | 144 | 36 |
| Binary | 1011001 | 10011000 | 0 | 101001 | 0 | 1100100 | 101000 | 1010101 | 1100100 | 11110 |
Color Harmonies of #599800
Complementary color
Monochromatic Colors of #599800
Black with #599800
Text Example
Text Example
White with #599800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599800; }
p { color: rgb(89,152,0); }
H1.HeaderClassName
{
color: #599800;
}
.AnyTagClassName
{
color: #599800;
}
</style>
background-color css
<style>
a { background-color: #599800; }
a { background-color: rgb(89,152,0); }
div.DivClassName
{
background-color: #599800;
}
.BgClassName
{
background-color: #599800;
}
</style>
border-color css
<style>
span { border-color: #599800; }
span { border-color: rgb(89,152,0); }
td.TdClassName
{
border-color: #599800;
}
.TagClassName
{
border-color: #599800;
}
</style>