Shades of Limeade #599310
Tints of Limeade #599310
RGB
CMYK
RGB Variations
Color information
#599310 (or 0x599310) is known color: Limeade. HEX triplet: 59, 93 and 10. RGB value is (89,147,16). Sum of RGB (Red+Green+Blue) = 89+147+16=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #599310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599310 is #A66CEF. Grayscale: #737373. Windows color (decimal): -10906864 or 1086297. OLE color: 1086297.
HSL color Cylindrical-coordinate representation of color #599310: hue angle of 86.56º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #599310 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 16 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.42 |
| HSL | 86.56º | 0.8% | 0.32% | - |
| HSV(B) | 86.56º | 0.89% | 0.58% | - |
| XYZ | 14.65 | 23.03 | 4.16 | - |
| YUV | 114.72 | 72.28 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 16 | 0.39 | 0 | 0.89 | 0.42 | 86.56 | 0.8 | 0.32 |
| Hex | 59 | 93 | 10 | 27 | 0 | 59 | 2A | 57 | 50 | 20 |
| Octal | 131 | 223 | 20 | 47 | 0 | 131 | 52 | 127 | 120 | 40 |
| Binary | 1011001 | 10010011 | 10000 | 100111 | 0 | 1011001 | 101010 | 1010111 | 1010000 | 100000 |
Color Harmonies of #599310
Complementary color
Monochromatic Colors of #599310
Black with #599310
Text Example
Text Example
White with #599310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599310; }
p { color: rgb(89,147,16); }
H1.HeaderClassName
{
color: #599310;
}
.AnyTagClassName
{
color: #599310;
}
</style>
background-color css
<style>
a { background-color: #599310; }
a { background-color: rgb(89,147,16); }
div.DivClassName
{
background-color: #599310;
}
.BgClassName
{
background-color: #599310;
}
</style>
border-color css
<style>
span { border-color: #599310; }
span { border-color: rgb(89,147,16); }
td.TdClassName
{
border-color: #599310;
}
.TagClassName
{
border-color: #599310;
}
</style>