Shades of Limeade #599C16
Tints of Limeade #599C16
RGB
CMYK
RGB Variations
Color information
#599C16 (or 0x599C16) is known color: Limeade. HEX triplet: 59, 9C and 16. RGB value is (89,156,22). Sum of RGB (Red+Green+Blue) = 89+156+22=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #599C16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599C16 is #A663E9. Grayscale: #797979. Windows color (decimal): -10904554 or 1481817. OLE color: 1481817.
HSL color Cylindrical-coordinate representation of color #599C16: hue angle of 90º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #599C16 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 89 | 156 | 22 | - |
| CMYK | 0.43 | 0 | 0.86 | 0.39 |
| HSL | 90º | 0.75% | 0.35% | - |
| HSV(B) | 90º | 0.86% | 0.61% | - |
| XYZ | 16.15 | 25.96 | 4.92 | - |
| YUV | 120.69 | 72.3 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 156 | 22 | 0.43 | 0 | 0.86 | 0.39 | 90 | 0.75 | 0.35 |
| Hex | 59 | 9C | 16 | 2B | 0 | 56 | 27 | 5A | 4B | 23 |
| Octal | 131 | 234 | 26 | 53 | 0 | 126 | 47 | 132 | 113 | 43 |
| Binary | 1011001 | 10011100 | 10110 | 101011 | 0 | 1010110 | 100111 | 1011010 | 1001011 | 100011 |
Color Harmonies of #599C16
Complementary color
Monochromatic Colors of #599C16
Black with #599C16
Text Example
Text Example
White with #599C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599C16; }
p { color: rgb(89,156,22); }
H1.HeaderClassName
{
color: #599C16;
}
.AnyTagClassName
{
color: #599C16;
}
</style>
background-color css
<style>
a { background-color: #599C16; }
a { background-color: rgb(89,156,22); }
div.DivClassName
{
background-color: #599C16;
}
.BgClassName
{
background-color: #599C16;
}
</style>
border-color css
<style>
span { border-color: #599C16; }
span { border-color: rgb(89,156,22); }
td.TdClassName
{
border-color: #599C16;
}
.TagClassName
{
border-color: #599C16;
}
</style>