Shades of Limeade #599217
Tints of Limeade #599217
RGB
CMYK
RGB Variations
Color information
#599217 (or 0x599217) is known color: Limeade. HEX triplet: 59, 92 and 17. RGB value is (89,146,23). Sum of RGB (Red+Green+Blue) = 89+146+23=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #599217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599217 is #A66DE8. Grayscale: #737373. Windows color (decimal): -10907113 or 1544793. OLE color: 1544793.
HSL color Cylindrical-coordinate representation of color #599217: hue angle of 87.8º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #599217 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 23 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.43 |
| HSL | 87.8º | 0.73% | 0.33% | - |
| HSV(B) | 87.8º | 0.84% | 0.57% | - |
| XYZ | 14.55 | 22.74 | 4.43 | - |
| YUV | 114.94 | 76.12 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 23 | 0.39 | 0 | 0.84 | 0.43 | 87.8 | 0.73 | 0.33 |
| Hex | 59 | 92 | 17 | 27 | 0 | 54 | 2B | 58 | 49 | 21 |
| Octal | 131 | 222 | 27 | 47 | 0 | 124 | 53 | 130 | 111 | 41 |
| Binary | 1011001 | 10010010 | 10111 | 100111 | 0 | 1010100 | 101011 | 1011000 | 1001001 | 100001 |
Color Harmonies of #599217
Complementary color
Monochromatic Colors of #599217
Black with #599217
Text Example
Text Example
White with #599217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599217; }
p { color: rgb(89,146,23); }
H1.HeaderClassName
{
color: #599217;
}
.AnyTagClassName
{
color: #599217;
}
</style>
background-color css
<style>
a { background-color: #599217; }
a { background-color: rgb(89,146,23); }
div.DivClassName
{
background-color: #599217;
}
.BgClassName
{
background-color: #599217;
}
</style>
border-color css
<style>
span { border-color: #599217; }
span { border-color: rgb(89,146,23); }
td.TdClassName
{
border-color: #599217;
}
.TagClassName
{
border-color: #599217;
}
</style>