Shades of Limeade #599314
Tints of Limeade #599314
RGB
CMYK
RGB Variations
Color information
#599314 (or 0x599314) is known color: Limeade. HEX triplet: 59, 93 and 14. RGB value is (89,147,20). Sum of RGB (Red+Green+Blue) = 89+147+20=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #599314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599314 is #A66CEB. Grayscale: #737373. Windows color (decimal): -10906860 or 1348441. OLE color: 1348441.
HSL color Cylindrical-coordinate representation of color #599314: hue angle of 87.4º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #599314 is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 20 | - |
| CMYK | 0.39 | 0 | 0.86 | 0.42 |
| HSL | 87.4º | 0.76% | 0.33% | - |
| HSV(B) | 87.4º | 0.86% | 0.58% | - |
| XYZ | 14.68 | 23.04 | 4.34 | - |
| YUV | 115.18 | 74.28 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 20 | 0.39 | 0 | 0.86 | 0.42 | 87.4 | 0.76 | 0.33 |
| Hex | 59 | 93 | 14 | 27 | 0 | 56 | 2A | 57 | 4C | 21 |
| Octal | 131 | 223 | 24 | 47 | 0 | 126 | 52 | 127 | 114 | 41 |
| Binary | 1011001 | 10010011 | 10100 | 100111 | 0 | 1010110 | 101010 | 1010111 | 1001100 | 100001 |
Color Harmonies of #599314
Complementary color
Monochromatic Colors of #599314
Black with #599314
Text Example
Text Example
White with #599314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599314; }
p { color: rgb(89,147,20); }
H1.HeaderClassName
{
color: #599314;
}
.AnyTagClassName
{
color: #599314;
}
</style>
background-color css
<style>
a { background-color: #599314; }
a { background-color: rgb(89,147,20); }
div.DivClassName
{
background-color: #599314;
}
.BgClassName
{
background-color: #599314;
}
</style>
border-color css
<style>
span { border-color: #599314; }
span { border-color: rgb(89,147,20); }
td.TdClassName
{
border-color: #599314;
}
.TagClassName
{
border-color: #599314;
}
</style>