Shades of Limeade #599D16
Tints of Limeade #599D16
RGB
CMYK
RGB Variations
Color information
#599D16 (or 0x599D16) is known color: Limeade. HEX triplet: 59, 9D and 16. RGB value is (89,157,22). Sum of RGB (Red+Green+Blue) = 89+157+22=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 157 (61.72% from 255 or 58.58% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 157 - color contains mainly: green. Hex color #599D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599D16 is #A662E9. Grayscale: #797979. Windows color (decimal): -10904298 or 1482073. OLE color: 1482073.
HSL color Cylindrical-coordinate representation of color #599D16: hue angle of 90.22º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #599D16 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 22 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.38 |
| HSL | 90.22º | 0.75% | 0.35% | - |
| HSV(B) | 90.22º | 0.86% | 0.62% | - |
| XYZ | 16.32 | 26.3 | 4.97 | - |
| YUV | 121.28 | 71.97 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 22 | 0.43 | 0 | 0.86 | 0.38 | 90.22 | 0.75 | 0.35 |
| Hex | 59 | 9D | 16 | 2B | 0 | 56 | 26 | 5A | 4B | 23 |
| Octal | 131 | 235 | 26 | 53 | 0 | 126 | 46 | 132 | 113 | 43 |
| Binary | 1011001 | 10011101 | 10110 | 101011 | 0 | 1010110 | 100110 | 1011010 | 1001011 | 100011 |
Color Harmonies of #599D16
Complementary color
Monochromatic Colors of #599D16
Black with #599D16
Text Example
Text Example
White with #599D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D16; }
p { color: rgb(89,157,22); }
H1.HeaderClassName
{
color: #599D16;
}
.AnyTagClassName
{
color: #599D16;
}
</style>
background-color css
<style>
a { background-color: #599D16; }
a { background-color: rgb(89,157,22); }
div.DivClassName
{
background-color: #599D16;
}
.BgClassName
{
background-color: #599D16;
}
</style>
border-color css
<style>
span { border-color: #599D16; }
span { border-color: rgb(89,157,22); }
td.TdClassName
{
border-color: #599D16;
}
.TagClassName
{
border-color: #599D16;
}
</style>