Shades of Limeade #599525
Tints of Limeade #599525
RGB
CMYK
RGB Variations
Color information
#599525 (or 0x599525) is known color: Limeade. HEX triplet: 59, 95 and 25. RGB value is (89,149,37). Sum of RGB (Red+Green+Blue) = 89+149+37=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #599525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599525 is #A66ADA. Grayscale: #767676. Windows color (decimal): -10906331 or 2463065. OLE color: 2463065.
HSL color Cylindrical-coordinate representation of color #599525: hue angle of 92.14º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #599525 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 37 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.42 |
| HSL | 92.14º | 0.6% | 0.36% | - |
| HSV(B) | 92.14º | 0.75% | 0.58% | - |
| XYZ | 15.2 | 23.75 | 5.53 | - |
| YUV | 118.29 | 82.12 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 37 | 0.40 | 0 | 0.75 | 0.42 | 92.14 | 0.6 | 0.36 |
| Hex | 59 | 95 | 25 | 28 | 0 | 4B | 2A | 5C | 3C | 24 |
| Octal | 131 | 225 | 45 | 50 | 0 | 113 | 52 | 134 | 74 | 44 |
| Binary | 1011001 | 10010101 | 100101 | 101000 | 0 | 1001011 | 101010 | 1011100 | 111100 | 100100 |
Color Harmonies of #599525
Complementary color
Monochromatic Colors of #599525
Black with #599525
Text Example
Text Example
White with #599525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599525; }
p { color: rgb(89,149,37); }
H1.HeaderClassName
{
color: #599525;
}
.AnyTagClassName
{
color: #599525;
}
</style>
background-color css
<style>
a { background-color: #599525; }
a { background-color: rgb(89,149,37); }
div.DivClassName
{
background-color: #599525;
}
.BgClassName
{
background-color: #599525;
}
</style>
border-color css
<style>
span { border-color: #599525; }
span { border-color: rgb(89,149,37); }
td.TdClassName
{
border-color: #599525;
}
.TagClassName
{
border-color: #599525;
}
</style>