Shades of Limeade #599306
Tints of Limeade #599306
RGB
CMYK
RGB Variations
Color information
#599306 (or 0x599306) is known color: Limeade. HEX triplet: 59, 93 and 06. RGB value is (89,147,6). Sum of RGB (Red+Green+Blue) = 89+147+6=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 147 (57.81% from 255 or 60.74% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 147 - color contains mainly: green. Hex color #599306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599306 is #A66CF9. Grayscale: #727272. Windows color (decimal): -10906874 or 430937. OLE color: 430937.
HSL color Cylindrical-coordinate representation of color #599306: hue angle of 84.68º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #599306 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 6 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.42 |
| HSL | 84.68º | 0.92% | 0.3% | - |
| HSV(B) | 84.68º | 0.96% | 0.58% | - |
| XYZ | 14.59 | 23 | 3.84 | - |
| YUV | 113.58 | 67.28 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 6 | 0.39 | 0 | 0.96 | 0.42 | 84.68 | 0.92 | 0.3 |
| Hex | 59 | 93 | 6 | 27 | 0 | 60 | 2A | 55 | 5C | 1E |
| Octal | 131 | 223 | 6 | 47 | 0 | 140 | 52 | 125 | 134 | 36 |
| Binary | 1011001 | 10010011 | 110 | 100111 | 0 | 1100000 | 101010 | 1010101 | 1011100 | 11110 |
Color Harmonies of #599306
Complementary color
Monochromatic Colors of #599306
Black with #599306
Text Example
Text Example
White with #599306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599306; }
p { color: rgb(89,147,6); }
H1.HeaderClassName
{
color: #599306;
}
.AnyTagClassName
{
color: #599306;
}
</style>
background-color css
<style>
a { background-color: #599306; }
a { background-color: rgb(89,147,6); }
div.DivClassName
{
background-color: #599306;
}
.BgClassName
{
background-color: #599306;
}
</style>
border-color css
<style>
span { border-color: #599306; }
span { border-color: rgb(89,147,6); }
td.TdClassName
{
border-color: #599306;
}
.TagClassName
{
border-color: #599306;
}
</style>