Shades of Limeade #599D18
Tints of Limeade #599D18
RGB
CMYK
RGB Variations
Color information
#599D18 (or 0x599D18) is known color: Limeade. HEX triplet: 59, 9D and 18. RGB value is (89,157,24). Sum of RGB (Red+Green+Blue) = 89+157+24=270 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.96% from 270); Green value is 157 (61.72% from 255 or 58.15% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 157 - color contains mainly: green. Hex color #599D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599D18 is #A662E7. Grayscale: #797979. Windows color (decimal): -10904296 or 1613145. OLE color: 1613145.
HSL color Cylindrical-coordinate representation of color #599D18: hue angle of 90.68º degrees, saturation: 0.73, 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 #599D18 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 24 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.38 |
| HSL | 90.68º | 0.73% | 0.35% | - |
| HSV(B) | 90.68º | 0.85% | 0.62% | - |
| XYZ | 16.34 | 26.3 | 5.08 | - |
| YUV | 121.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 24 | 0.43 | 0 | 0.85 | 0.38 | 90.68 | 0.73 | 0.35 |
| Hex | 59 | 9D | 18 | 2B | 0 | 55 | 26 | 5B | 49 | 23 |
| Octal | 131 | 235 | 30 | 53 | 0 | 125 | 46 | 133 | 111 | 43 |
| Binary | 1011001 | 10011101 | 11000 | 101011 | 0 | 1010101 | 100110 | 1011011 | 1001001 | 100011 |
Color Harmonies of #599D18
Complementary color
Monochromatic Colors of #599D18
Black with #599D18
Text Example
Text Example
White with #599D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D18; }
p { color: rgb(89,157,24); }
H1.HeaderClassName
{
color: #599D18;
}
.AnyTagClassName
{
color: #599D18;
}
</style>
background-color css
<style>
a { background-color: #599D18; }
a { background-color: rgb(89,157,24); }
div.DivClassName
{
background-color: #599D18;
}
.BgClassName
{
background-color: #599D18;
}
</style>
border-color css
<style>
span { border-color: #599D18; }
span { border-color: rgb(89,157,24); }
td.TdClassName
{
border-color: #599D18;
}
.TagClassName
{
border-color: #599D18;
}
</style>