Shades of Limeade #59941D
Tints of Limeade #59941D
RGB
CMYK
RGB Variations
Color information
#59941D (or 0x59941D) is known color: Limeade. HEX triplet: 59, 94 and 1D. RGB value is (89,148,29). Sum of RGB (Red+Green+Blue) = 89+148+29=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #59941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59941D is #A66BE2. Grayscale: #757575. Windows color (decimal): -10906595 or 1938521. OLE color: 1938521.
HSL color Cylindrical-coordinate representation of color #59941D: hue angle of 89.75º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59941D is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 29 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.42 |
| HSL | 89.75º | 0.67% | 0.35% | - |
| HSV(B) | 89.75º | 0.8% | 0.58% | - |
| XYZ | 14.93 | 23.39 | 4.89 | - |
| YUV | 116.79 | 78.45 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 29 | 0.40 | 0 | 0.80 | 0.42 | 89.75 | 0.67 | 0.35 |
| Hex | 59 | 94 | 1D | 28 | 0 | 50 | 2A | 5A | 43 | 23 |
| Octal | 131 | 224 | 35 | 50 | 0 | 120 | 52 | 132 | 103 | 43 |
| Binary | 1011001 | 10010100 | 11101 | 101000 | 0 | 1010000 | 101010 | 1011010 | 1000011 | 100011 |
Color Harmonies of #59941D
Complementary color
Monochromatic Colors of #59941D
Black with #59941D
Text Example
Text Example
White with #59941D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59941D; }
p { color: rgb(89,148,29); }
H1.HeaderClassName
{
color: #59941D;
}
.AnyTagClassName
{
color: #59941D;
}
</style>
background-color css
<style>
a { background-color: #59941D; }
a { background-color: rgb(89,148,29); }
div.DivClassName
{
background-color: #59941D;
}
.BgClassName
{
background-color: #59941D;
}
</style>
border-color css
<style>
span { border-color: #59941D; }
span { border-color: rgb(89,148,29); }
td.TdClassName
{
border-color: #59941D;
}
.TagClassName
{
border-color: #59941D;
}
</style>