Shades of Limeade #599206
Tints of Limeade #599206
RGB
CMYK
RGB Variations
Color information
#599206 (or 0x599206) is known color: Limeade. HEX triplet: 59, 92 and 06. RGB value is (89,146,6). Sum of RGB (Red+Green+Blue) = 89+146+6=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #599206 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599206 is #A66DF9. Grayscale: #717171. Windows color (decimal): -10907130 or 430681. OLE color: 430681.
HSL color Cylindrical-coordinate representation of color #599206: hue angle of 84.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #599206 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 6 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.43 |
| HSL | 84.43º | 0.92% | 0.3% | - |
| HSV(B) | 84.43º | 0.96% | 0.57% | - |
| XYZ | 14.43 | 22.69 | 3.79 | - |
| YUV | 113 | 67.62 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 6 | 0.39 | 0 | 0.96 | 0.43 | 84.43 | 0.92 | 0.3 |
| Hex | 59 | 92 | 6 | 27 | 0 | 60 | 2B | 54 | 5C | 1E |
| Octal | 131 | 222 | 6 | 47 | 0 | 140 | 53 | 124 | 134 | 36 |
| Binary | 1011001 | 10010010 | 110 | 100111 | 0 | 1100000 | 101011 | 1010100 | 1011100 | 11110 |
Color Harmonies of #599206
Complementary color
Monochromatic Colors of #599206
Black with #599206
Text Example
Text Example
White with #599206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599206; }
p { color: rgb(89,146,6); }
H1.HeaderClassName
{
color: #599206;
}
.AnyTagClassName
{
color: #599206;
}
</style>
background-color css
<style>
a { background-color: #599206; }
a { background-color: rgb(89,146,6); }
div.DivClassName
{
background-color: #599206;
}
.BgClassName
{
background-color: #599206;
}
</style>
border-color css
<style>
span { border-color: #599206; }
span { border-color: rgb(89,146,6); }
td.TdClassName
{
border-color: #599206;
}
.TagClassName
{
border-color: #599206;
}
</style>