Shades of Limeade #599214
Tints of Limeade #599214
RGB
CMYK
RGB Variations
Color information
#599214 (or 0x599214) is known color: Limeade. HEX triplet: 59, 92 and 14. RGB value is (89,146,20). Sum of RGB (Red+Green+Blue) = 89+146+20=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #599214 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599214 is #A66DEB. Grayscale: #737373. Windows color (decimal): -10907116 or 1348185. OLE color: 1348185.
HSL color Cylindrical-coordinate representation of color #599214: hue angle of 87.14º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #599214 is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 20 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.43 |
| HSL | 87.14º | 0.76% | 0.33% | - |
| HSV(B) | 87.14º | 0.86% | 0.57% | - |
| XYZ | 14.52 | 22.73 | 4.28 | - |
| YUV | 114.59 | 74.62 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 20 | 0.39 | 0 | 0.86 | 0.43 | 87.14 | 0.76 | 0.33 |
| Hex | 59 | 92 | 14 | 27 | 0 | 56 | 2B | 57 | 4C | 21 |
| Octal | 131 | 222 | 24 | 47 | 0 | 126 | 53 | 127 | 114 | 41 |
| Binary | 1011001 | 10010010 | 10100 | 100111 | 0 | 1010110 | 101011 | 1010111 | 1001100 | 100001 |
Color Harmonies of #599214
Complementary color
Monochromatic Colors of #599214
Black with #599214
Text Example
Text Example
White with #599214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599214; }
p { color: rgb(89,146,20); }
H1.HeaderClassName
{
color: #599214;
}
.AnyTagClassName
{
color: #599214;
}
</style>
background-color css
<style>
a { background-color: #599214; }
a { background-color: rgb(89,146,20); }
div.DivClassName
{
background-color: #599214;
}
.BgClassName
{
background-color: #599214;
}
</style>
border-color css
<style>
span { border-color: #599214; }
span { border-color: rgb(89,146,20); }
td.TdClassName
{
border-color: #599214;
}
.TagClassName
{
border-color: #599214;
}
</style>