Shades of Limeade #599424
Tints of Limeade #599424
RGB
CMYK
RGB Variations
Color information
#599424 (or 0x599424) is known color: Limeade. HEX triplet: 59, 94 and 24. RGB value is (89,148,36). Sum of RGB (Red+Green+Blue) = 89+148+36=273 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.60% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #599424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599424 is #A66BDB. Grayscale: #757575. Windows color (decimal): -10906588 or 2397273. OLE color: 2397273.
HSL color Cylindrical-coordinate representation of color #599424: hue angle of 91.61º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #599424 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 36 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.42 |
| HSL | 91.61º | 0.61% | 0.36% | - |
| HSV(B) | 91.61º | 0.76% | 0.58% | - |
| XYZ | 15.03 | 23.43 | 5.4 | - |
| YUV | 117.59 | 81.95 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 36 | 0.40 | 0 | 0.76 | 0.42 | 91.61 | 0.61 | 0.36 |
| Hex | 59 | 94 | 24 | 28 | 0 | 4C | 2A | 5C | 3D | 24 |
| Octal | 131 | 224 | 44 | 50 | 0 | 114 | 52 | 134 | 75 | 44 |
| Binary | 1011001 | 10010100 | 100100 | 101000 | 0 | 1001100 | 101010 | 1011100 | 111101 | 100100 |
Color Harmonies of #599424
Complementary color
Monochromatic Colors of #599424
Black with #599424
Text Example
Text Example
White with #599424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599424; }
p { color: rgb(89,148,36); }
H1.HeaderClassName
{
color: #599424;
}
.AnyTagClassName
{
color: #599424;
}
</style>
background-color css
<style>
a { background-color: #599424; }
a { background-color: rgb(89,148,36); }
div.DivClassName
{
background-color: #599424;
}
.BgClassName
{
background-color: #599424;
}
</style>
border-color css
<style>
span { border-color: #599424; }
span { border-color: rgb(89,148,36); }
td.TdClassName
{
border-color: #599424;
}
.TagClassName
{
border-color: #599424;
}
</style>