Shades of Limeade #59980D
Tints of Limeade #59980D
RGB
CMYK
RGB Variations
Color information
#59980D (or 0x59980D) is known color: Limeade. HEX triplet: 59, 98 and 0D. RGB value is (89,152,13). Sum of RGB (Red+Green+Blue) = 89+152+13=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 152 (59.77% from 255 or 59.84% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 152 - color contains mainly: green. Hex color #59980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59980D is #A667F2. Grayscale: #757575. Windows color (decimal): -10905587 or 890969. OLE color: 890969.
HSL color Cylindrical-coordinate representation of color #59980D: hue angle of 87.19º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59980D is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 152 | 13 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.40 |
| HSL | 87.19º | 0.84% | 0.32% | - |
| HSV(B) | 87.19º | 0.91% | 0.6% | - |
| XYZ | 15.42 | 24.61 | 4.32 | - |
| YUV | 117.32 | 69.13 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 13 | 0.41 | 0 | 0.91 | 0.40 | 87.19 | 0.84 | 0.32 |
| Hex | 59 | 98 | D | 29 | 0 | 5B | 28 | 57 | 54 | 20 |
| Octal | 131 | 230 | 15 | 51 | 0 | 133 | 50 | 127 | 124 | 40 |
| Binary | 1011001 | 10011000 | 1101 | 101001 | 0 | 1011011 | 101000 | 1010111 | 1010100 | 100000 |
Color Harmonies of #59980D
Complementary color
Monochromatic Colors of #59980D
Black with #59980D
Text Example
Text Example
White with #59980D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59980D; }
p { color: rgb(89,152,13); }
H1.HeaderClassName
{
color: #59980D;
}
.AnyTagClassName
{
color: #59980D;
}
</style>
background-color css
<style>
a { background-color: #59980D; }
a { background-color: rgb(89,152,13); }
div.DivClassName
{
background-color: #59980D;
}
.BgClassName
{
background-color: #59980D;
}
</style>
border-color css
<style>
span { border-color: #59980D; }
span { border-color: rgb(89,152,13); }
td.TdClassName
{
border-color: #59980D;
}
.TagClassName
{
border-color: #59980D;
}
</style>