Shades of Limeade #59940E
Tints of Limeade #59940E
RGB
CMYK
RGB Variations
Color information
#59940E (or 0x59940E) is known color: Limeade. HEX triplet: 59, 94 and 0E. RGB value is (89,148,14). Sum of RGB (Red+Green+Blue) = 89+148+14=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #59940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59940E is #A66BF1. Grayscale: #737373. Windows color (decimal): -10906610 or 955481. OLE color: 955481.
HSL color Cylindrical-coordinate representation of color #59940E: hue angle of 86.42º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59940E is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 14 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.42 |
| HSL | 86.42º | 0.83% | 0.32% | - |
| HSV(B) | 86.42º | 0.91% | 0.58% | - |
| XYZ | 14.79 | 23.34 | 4.14 | - |
| YUV | 115.08 | 70.95 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 14 | 0.40 | 0 | 0.91 | 0.42 | 86.42 | 0.83 | 0.32 |
| Hex | 59 | 94 | E | 28 | 0 | 5B | 2A | 56 | 53 | 20 |
| Octal | 131 | 224 | 16 | 50 | 0 | 133 | 52 | 126 | 123 | 40 |
| Binary | 1011001 | 10010100 | 1110 | 101000 | 0 | 1011011 | 101010 | 1010110 | 1010011 | 100000 |
Color Harmonies of #59940E
Complementary color
Monochromatic Colors of #59940E
Black with #59940E
Text Example
Text Example
White with #59940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59940E; }
p { color: rgb(89,148,14); }
H1.HeaderClassName
{
color: #59940E;
}
.AnyTagClassName
{
color: #59940E;
}
</style>
background-color css
<style>
a { background-color: #59940E; }
a { background-color: rgb(89,148,14); }
div.DivClassName
{
background-color: #59940E;
}
.BgClassName
{
background-color: #59940E;
}
</style>
border-color css
<style>
span { border-color: #59940E; }
span { border-color: rgb(89,148,14); }
td.TdClassName
{
border-color: #59940E;
}
.TagClassName
{
border-color: #59940E;
}
</style>