Shades of Limeade #59973B
Tints of Limeade #59973B
RGB
CMYK
RGB Variations
Color information
#59973B (or 0x59973B) is known color: Limeade. HEX triplet: 59, 97 and 3B. RGB value is (89,151,59). Sum of RGB (Red+Green+Blue) = 89+151+59=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #59973B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59973B is #A668C4. Grayscale: #7A7A7A. Windows color (decimal): -10905797 or 3905369. OLE color: 3905369.
HSL color Cylindrical-coordinate representation of color #59973B: hue angle of 100.43º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59973B is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 151 | 59 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.41 |
| HSL | 100.43º | 0.44% | 0.41% | - |
| HSV(B) | 100.43º | 0.61% | 0.59% | - |
| XYZ | 15.98 | 24.57 | 8.04 | - |
| YUV | 121.97 | 92.46 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 59 | 0.41 | 0 | 0.61 | 0.41 | 100.43 | 0.44 | 0.41 |
| Hex | 59 | 97 | 3B | 29 | 0 | 3D | 29 | 64 | 2C | 29 |
| Octal | 131 | 227 | 73 | 51 | 0 | 75 | 51 | 144 | 54 | 51 |
| Binary | 1011001 | 10010111 | 111011 | 101001 | 0 | 111101 | 101001 | 1100100 | 101100 | 101001 |
Color Harmonies of #59973B
Complementary color
Monochromatic Colors of #59973B
Black with #59973B
Text Example
Text Example
White with #59973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59973B; }
p { color: rgb(89,151,59); }
H1.HeaderClassName
{
color: #59973B;
}
.AnyTagClassName
{
color: #59973B;
}
</style>
background-color css
<style>
a { background-color: #59973B; }
a { background-color: rgb(89,151,59); }
div.DivClassName
{
background-color: #59973B;
}
.BgClassName
{
background-color: #59973B;
}
</style>
border-color css
<style>
span { border-color: #59973B; }
span { border-color: rgb(89,151,59); }
td.TdClassName
{
border-color: #59973B;
}
.TagClassName
{
border-color: #59973B;
}
</style>