Shades of Limeade #59970D
Tints of Limeade #59970D
RGB
CMYK
RGB Variations
Color information
#59970D (or 0x59970D) is known color: Limeade. HEX triplet: 59, 97 and 0D. RGB value is (89,151,13). Sum of RGB (Red+Green+Blue) = 89+151+13=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 151 (59.38% from 255 or 59.68% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 151 - color contains mainly: green. Hex color #59970D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59970D is #A668F2. Grayscale: #757575. Windows color (decimal): -10905843 or 890713. OLE color: 890713.
HSL color Cylindrical-coordinate representation of color #59970D: hue angle of 86.96º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59970D is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 151 | 13 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.41 |
| HSL | 86.96º | 0.84% | 0.32% | - |
| HSV(B) | 86.96º | 0.91% | 0.59% | - |
| XYZ | 15.26 | 24.29 | 4.26 | - |
| YUV | 116.73 | 69.46 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 13 | 0.41 | 0 | 0.91 | 0.41 | 86.96 | 0.84 | 0.32 |
| Hex | 59 | 97 | D | 29 | 0 | 5B | 29 | 57 | 54 | 20 |
| Octal | 131 | 227 | 15 | 51 | 0 | 133 | 51 | 127 | 124 | 40 |
| Binary | 1011001 | 10010111 | 1101 | 101001 | 0 | 1011011 | 101001 | 1010111 | 1010100 | 100000 |
Color Harmonies of #59970D
Complementary color
Monochromatic Colors of #59970D
Black with #59970D
Text Example
Text Example
White with #59970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59970D; }
p { color: rgb(89,151,13); }
H1.HeaderClassName
{
color: #59970D;
}
.AnyTagClassName
{
color: #59970D;
}
</style>
background-color css
<style>
a { background-color: #59970D; }
a { background-color: rgb(89,151,13); }
div.DivClassName
{
background-color: #59970D;
}
.BgClassName
{
background-color: #59970D;
}
</style>
border-color css
<style>
span { border-color: #59970D; }
span { border-color: rgb(89,151,13); }
td.TdClassName
{
border-color: #59970D;
}
.TagClassName
{
border-color: #59970D;
}
</style>