Shades of Limeade #59983B
Tints of Limeade #59983B
RGB
CMYK
RGB Variations
Color information
#59983B (or 0x59983B) is known color: Limeade. HEX triplet: 59, 98 and 3B. RGB value is (89,152,59). Sum of RGB (Red+Green+Blue) = 89+152+59=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #59983B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59983B is #A667C4. Grayscale: #7A7A7A. Windows color (decimal): -10905541 or 3905625. OLE color: 3905625.
HSL color Cylindrical-coordinate representation of color #59983B: hue angle of 100.65º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59983B is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 152 | 59 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.40 |
| HSL | 100.65º | 0.44% | 0.41% | - |
| HSV(B) | 100.65º | 0.61% | 0.6% | - |
| XYZ | 16.14 | 24.9 | 8.09 | - |
| YUV | 122.56 | 92.13 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 59 | 0.41 | 0 | 0.61 | 0.40 | 100.65 | 0.44 | 0.41 |
| Hex | 59 | 98 | 3B | 29 | 0 | 3D | 28 | 65 | 2C | 29 |
| Octal | 131 | 230 | 73 | 51 | 0 | 75 | 50 | 145 | 54 | 51 |
| Binary | 1011001 | 10011000 | 111011 | 101001 | 0 | 111101 | 101000 | 1100101 | 101100 | 101001 |
Color Harmonies of #59983B
Complementary color
Monochromatic Colors of #59983B
Black with #59983B
Text Example
Text Example
White with #59983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59983B; }
p { color: rgb(89,152,59); }
H1.HeaderClassName
{
color: #59983B;
}
.AnyTagClassName
{
color: #59983B;
}
</style>
background-color css
<style>
a { background-color: #59983B; }
a { background-color: rgb(89,152,59); }
div.DivClassName
{
background-color: #59983B;
}
.BgClassName
{
background-color: #59983B;
}
</style>
border-color css
<style>
span { border-color: #59983B; }
span { border-color: rgb(89,152,59); }
td.TdClassName
{
border-color: #59983B;
}
.TagClassName
{
border-color: #59983B;
}
</style>