Shades of Limeade #599324
Tints of Limeade #599324
RGB
CMYK
RGB Variations
Color information
#599324 (or 0x599324) is known color: Limeade. HEX triplet: 59, 93 and 24. RGB value is (89,147,36). Sum of RGB (Red+Green+Blue) = 89+147+36=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #599324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599324 is #A66CDB. Grayscale: #757575. Windows color (decimal): -10906844 or 2397017. OLE color: 2397017.
HSL color Cylindrical-coordinate representation of color #599324: hue angle of 91.35º 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 #599324 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 36 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.42 |
| HSL | 91.35º | 0.61% | 0.36% | - |
| HSV(B) | 91.35º | 0.76% | 0.58% | - |
| XYZ | 14.87 | 23.12 | 5.35 | - |
| YUV | 117 | 82.28 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 36 | 0.39 | 0 | 0.76 | 0.42 | 91.35 | 0.61 | 0.36 |
| Hex | 59 | 93 | 24 | 27 | 0 | 4C | 2A | 5B | 3D | 24 |
| Octal | 131 | 223 | 44 | 47 | 0 | 114 | 52 | 133 | 75 | 44 |
| Binary | 1011001 | 10010011 | 100100 | 100111 | 0 | 1001100 | 101010 | 1011011 | 111101 | 100100 |
Color Harmonies of #599324
Complementary color
Monochromatic Colors of #599324
Black with #599324
Text Example
Text Example
White with #599324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599324; }
p { color: rgb(89,147,36); }
H1.HeaderClassName
{
color: #599324;
}
.AnyTagClassName
{
color: #599324;
}
</style>
background-color css
<style>
a { background-color: #599324; }
a { background-color: rgb(89,147,36); }
div.DivClassName
{
background-color: #599324;
}
.BgClassName
{
background-color: #599324;
}
</style>
border-color css
<style>
span { border-color: #599324; }
span { border-color: rgb(89,147,36); }
td.TdClassName
{
border-color: #599324;
}
.TagClassName
{
border-color: #599324;
}
</style>