Shades of Limeade #599928
Tints of Limeade #599928
RGB
CMYK
RGB Variations
Color information
#599928 (or 0x599928) is known color: Limeade. HEX triplet: 59, 99 and 28. RGB value is (89,153,40). Sum of RGB (Red+Green+Blue) = 89+153+40=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #599928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599928 is #A666D7. Grayscale: #797979. Windows color (decimal): -10905304 or 2660697. OLE color: 2660697.
HSL color Cylindrical-coordinate representation of color #599928: hue angle of 93.98º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #599928 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 153 | 40 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.4 |
| HSL | 93.98º | 0.59% | 0.38% | - |
| HSV(B) | 93.98º | 0.74% | 0.6% | - |
| XYZ | 15.89 | 25.06 | 6.01 | - |
| YUV | 120.98 | 82.3 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 40 | 0.42 | 0 | 0.74 | 0.4 | 93.98 | 0.59 | 0.38 |
| Hex | 59 | 99 | 28 | 2A | 0 | 4A | 28 | 5E | 3B | 26 |
| Octal | 131 | 231 | 50 | 52 | 0 | 112 | 50 | 136 | 73 | 46 |
| Binary | 1011001 | 10011001 | 101000 | 101010 | 0 | 1001010 | 101000 | 1011110 | 111011 | 100110 |
Color Harmonies of #599928
Complementary color
Monochromatic Colors of #599928
Black with #599928
Text Example
Text Example
White with #599928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599928; }
p { color: rgb(89,153,40); }
H1.HeaderClassName
{
color: #599928;
}
.AnyTagClassName
{
color: #599928;
}
</style>
background-color css
<style>
a { background-color: #599928; }
a { background-color: rgb(89,153,40); }
div.DivClassName
{
background-color: #599928;
}
.BgClassName
{
background-color: #599928;
}
</style>
border-color css
<style>
span { border-color: #599928; }
span { border-color: rgb(89,153,40); }
td.TdClassName
{
border-color: #599928;
}
.TagClassName
{
border-color: #599928;
}
</style>