Shades of Limeade #599212
Tints of Limeade #599212
RGB
CMYK
RGB Variations
Color information
#599212 (or 0x599212) is known color: Limeade. HEX triplet: 59, 92 and 12. RGB value is (89,146,18). Sum of RGB (Red+Green+Blue) = 89+146+18=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #599212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599212 is #A66DED. Grayscale: #727272. Windows color (decimal): -10907118 or 1217113. OLE color: 1217113.
HSL color Cylindrical-coordinate representation of color #599212: hue angle of 86.72º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #599212 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 18 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.43 |
| HSL | 86.72º | 0.78% | 0.32% | - |
| HSV(B) | 86.72º | 0.88% | 0.57% | - |
| XYZ | 14.51 | 22.73 | 4.19 | - |
| YUV | 114.37 | 73.62 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 18 | 0.39 | 0 | 0.88 | 0.43 | 86.72 | 0.78 | 0.32 |
| Hex | 59 | 92 | 12 | 27 | 0 | 58 | 2B | 57 | 4E | 20 |
| Octal | 131 | 222 | 22 | 47 | 0 | 130 | 53 | 127 | 116 | 40 |
| Binary | 1011001 | 10010010 | 10010 | 100111 | 0 | 1011000 | 101011 | 1010111 | 1001110 | 100000 |
Color Harmonies of #599212
Complementary color
Monochromatic Colors of #599212
Black with #599212
Text Example
Text Example
White with #599212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599212; }
p { color: rgb(89,146,18); }
H1.HeaderClassName
{
color: #599212;
}
.AnyTagClassName
{
color: #599212;
}
</style>
background-color css
<style>
a { background-color: #599212; }
a { background-color: rgb(89,146,18); }
div.DivClassName
{
background-color: #599212;
}
.BgClassName
{
background-color: #599212;
}
</style>
border-color css
<style>
span { border-color: #599212; }
span { border-color: rgb(89,146,18); }
td.TdClassName
{
border-color: #599212;
}
.TagClassName
{
border-color: #599212;
}
</style>