Shades of Limeade #59992B
Tints of Limeade #59992B
RGB
CMYK
RGB Variations
Color information
#59992B (or 0x59992B) is known color: Limeade. HEX triplet: 59, 99 and 2B. RGB value is (89,153,43). Sum of RGB (Red+Green+Blue) = 89+153+43=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #59992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59992B is #A666D4. Grayscale: #797979. Windows color (decimal): -10905301 or 2857305. OLE color: 2857305.
HSL color Cylindrical-coordinate representation of color #59992B: hue angle of 94.91º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #59992B is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 153 | 43 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.4 |
| HSL | 94.91º | 0.56% | 0.38% | - |
| HSV(B) | 94.91º | 0.72% | 0.6% | - |
| XYZ | 15.95 | 25.08 | 6.29 | - |
| YUV | 121.32 | 83.8 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 43 | 0.42 | 0 | 0.72 | 0.4 | 94.91 | 0.56 | 0.38 |
| Hex | 59 | 99 | 2B | 2A | 0 | 48 | 28 | 5F | 38 | 26 |
| Octal | 131 | 231 | 53 | 52 | 0 | 110 | 50 | 137 | 70 | 46 |
| Binary | 1011001 | 10011001 | 101011 | 101010 | 0 | 1001000 | 101000 | 1011111 | 111000 | 100110 |
Color Harmonies of #59992B
Complementary color
Monochromatic Colors of #59992B
Black with #59992B
Text Example
Text Example
White with #59992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59992B; }
p { color: rgb(89,153,43); }
H1.HeaderClassName
{
color: #59992B;
}
.AnyTagClassName
{
color: #59992B;
}
</style>
background-color css
<style>
a { background-color: #59992B; }
a { background-color: rgb(89,153,43); }
div.DivClassName
{
background-color: #59992B;
}
.BgClassName
{
background-color: #59992B;
}
</style>
border-color css
<style>
span { border-color: #59992B; }
span { border-color: rgb(89,153,43); }
td.TdClassName
{
border-color: #59992B;
}
.TagClassName
{
border-color: #59992B;
}
</style>