Shades of Limeade #599F18
Tints of Limeade #599F18
RGB
CMYK
RGB Variations
Color information
#599F18 (or 0x599F18) is known color: Limeade. HEX triplet: 59, 9F and 18. RGB value is (89,159,24). Sum of RGB (Red+Green+Blue) = 89+159+24=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 159 (62.5% from 255 or 58.46% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 159 - color contains mainly: green. Hex color #599F18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599F18 is #A660E7. Grayscale: #7B7B7B. Windows color (decimal): -10903784 or 1613657. OLE color: 1613657.
HSL color Cylindrical-coordinate representation of color #599F18: hue angle of 91.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #599F18 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 159 | 24 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.38 |
| HSL | 91.11º | 0.74% | 0.36% | - |
| HSV(B) | 91.11º | 0.85% | 0.62% | - |
| XYZ | 16.68 | 26.99 | 5.19 | - |
| YUV | 122.68 | 72.31 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 24 | 0.44 | 0 | 0.85 | 0.38 | 91.11 | 0.74 | 0.36 |
| Hex | 59 | 9F | 18 | 2C | 0 | 55 | 26 | 5B | 4A | 24 |
| Octal | 131 | 237 | 30 | 54 | 0 | 125 | 46 | 133 | 112 | 44 |
| Binary | 1011001 | 10011111 | 11000 | 101100 | 0 | 1010101 | 100110 | 1011011 | 1001010 | 100100 |
Color Harmonies of #599F18
Complementary color
Monochromatic Colors of #599F18
Black with #599F18
Text Example
Text Example
White with #599F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599F18; }
p { color: rgb(89,159,24); }
H1.HeaderClassName
{
color: #599F18;
}
.AnyTagClassName
{
color: #599F18;
}
</style>
background-color css
<style>
a { background-color: #599F18; }
a { background-color: rgb(89,159,24); }
div.DivClassName
{
background-color: #599F18;
}
.BgClassName
{
background-color: #599F18;
}
</style>
border-color css
<style>
span { border-color: #599F18; }
span { border-color: rgb(89,159,24); }
td.TdClassName
{
border-color: #599F18;
}
.TagClassName
{
border-color: #599F18;
}
</style>