Shades of Limeade #599D17
Tints of Limeade #599D17
RGB
CMYK
RGB Variations
Color information
#599D17 (or 0x599D17) is known color: Limeade. HEX triplet: 59, 9D and 17. RGB value is (89,157,23). Sum of RGB (Red+Green+Blue) = 89+157+23=269 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.09% from 269); Green value is 157 (61.72% from 255 or 58.36% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 157 - color contains mainly: green. Hex color #599D17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599D17 is #A662E8. Grayscale: #797979. Windows color (decimal): -10904297 or 1547609. OLE color: 1547609.
HSL color Cylindrical-coordinate representation of color #599D17: hue angle of 90.45º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #599D17 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 23 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.38 |
| HSL | 90.45º | 0.74% | 0.35% | - |
| HSV(B) | 90.45º | 0.85% | 0.62% | - |
| XYZ | 16.33 | 26.3 | 5.03 | - |
| YUV | 121.39 | 72.47 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 23 | 0.43 | 0 | 0.85 | 0.38 | 90.45 | 0.74 | 0.35 |
| Hex | 59 | 9D | 17 | 2B | 0 | 55 | 26 | 5A | 4A | 23 |
| Octal | 131 | 235 | 27 | 53 | 0 | 125 | 46 | 132 | 112 | 43 |
| Binary | 1011001 | 10011101 | 10111 | 101011 | 0 | 1010101 | 100110 | 1011010 | 1001010 | 100011 |
Color Harmonies of #599D17
Complementary color
Monochromatic Colors of #599D17
Black with #599D17
Text Example
Text Example
White with #599D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D17; }
p { color: rgb(89,157,23); }
H1.HeaderClassName
{
color: #599D17;
}
.AnyTagClassName
{
color: #599D17;
}
</style>
background-color css
<style>
a { background-color: #599D17; }
a { background-color: rgb(89,157,23); }
div.DivClassName
{
background-color: #599D17;
}
.BgClassName
{
background-color: #599D17;
}
</style>
border-color css
<style>
span { border-color: #599D17; }
span { border-color: rgb(89,157,23); }
td.TdClassName
{
border-color: #599D17;
}
.TagClassName
{
border-color: #599D17;
}
</style>