Shades of Limeade #59942C
Tints of Limeade #59942C
RGB
CMYK
RGB Variations
Color information
#59942C (or 0x59942C) is known color: Limeade. HEX triplet: 59, 94 and 2C. RGB value is (89,148,44). Sum of RGB (Red+Green+Blue) = 89+148+44=281 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.67% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #59942C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59942C is #A66BD3. Grayscale: #767676. Windows color (decimal): -10906580 or 2921561. OLE color: 2921561.
HSL color Cylindrical-coordinate representation of color #59942C: hue angle of 94.04º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #59942C is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 44 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.42 |
| HSL | 94.04º | 0.54% | 0.38% | - |
| HSV(B) | 94.04º | 0.7% | 0.58% | - |
| XYZ | 15.16 | 23.49 | 6.12 | - |
| YUV | 118.5 | 85.95 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 44 | 0.40 | 0 | 0.70 | 0.42 | 94.04 | 0.54 | 0.38 |
| Hex | 59 | 94 | 2C | 28 | 0 | 46 | 2A | 5E | 36 | 26 |
| Octal | 131 | 224 | 54 | 50 | 0 | 106 | 52 | 136 | 66 | 46 |
| Binary | 1011001 | 10010100 | 101100 | 101000 | 0 | 1000110 | 101010 | 1011110 | 110110 | 100110 |
Color Harmonies of #59942C
Complementary color
Monochromatic Colors of #59942C
Black with #59942C
Text Example
Text Example
White with #59942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59942C; }
p { color: rgb(89,148,44); }
H1.HeaderClassName
{
color: #59942C;
}
.AnyTagClassName
{
color: #59942C;
}
</style>
background-color css
<style>
a { background-color: #59942C; }
a { background-color: rgb(89,148,44); }
div.DivClassName
{
background-color: #59942C;
}
.BgClassName
{
background-color: #59942C;
}
</style>
border-color css
<style>
span { border-color: #59942C; }
span { border-color: rgb(89,148,44); }
td.TdClassName
{
border-color: #59942C;
}
.TagClassName
{
border-color: #59942C;
}
</style>