Shades of Limeade #59980B
Tints of Limeade #59980B
RGB
CMYK
RGB Variations
Color information
#59980B (or 0x59980B) is known color: Limeade. HEX triplet: 59, 98 and 0B. RGB value is (89,152,11). Sum of RGB (Red+Green+Blue) = 89+152+11=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 152 (59.77% from 255 or 60.32% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 152 - color contains mainly: green. Hex color #59980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59980B is #A667F4. Grayscale: #757575. Windows color (decimal): -10905589 or 759897. OLE color: 759897.
HSL color Cylindrical-coordinate representation of color #59980B: hue angle of 86.81º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59980B is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 152 | 11 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.40 |
| HSL | 86.81º | 0.87% | 0.32% | - |
| HSV(B) | 86.81º | 0.93% | 0.6% | - |
| XYZ | 15.41 | 24.6 | 4.25 | - |
| YUV | 117.09 | 68.13 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 11 | 0.41 | 0 | 0.93 | 0.40 | 86.81 | 0.87 | 0.32 |
| Hex | 59 | 98 | B | 29 | 0 | 5D | 28 | 57 | 57 | 20 |
| Octal | 131 | 230 | 13 | 51 | 0 | 135 | 50 | 127 | 127 | 40 |
| Binary | 1011001 | 10011000 | 1011 | 101001 | 0 | 1011101 | 101000 | 1010111 | 1010111 | 100000 |
Color Harmonies of #59980B
Complementary color
Monochromatic Colors of #59980B
Black with #59980B
Text Example
Text Example
White with #59980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59980B; }
p { color: rgb(89,152,11); }
H1.HeaderClassName
{
color: #59980B;
}
.AnyTagClassName
{
color: #59980B;
}
</style>
background-color css
<style>
a { background-color: #59980B; }
a { background-color: rgb(89,152,11); }
div.DivClassName
{
background-color: #59980B;
}
.BgClassName
{
background-color: #59980B;
}
</style>
border-color css
<style>
span { border-color: #59980B; }
span { border-color: rgb(89,152,11); }
td.TdClassName
{
border-color: #59980B;
}
.TagClassName
{
border-color: #59980B;
}
</style>