Shades of Limeade #599915
Tints of Limeade #599915
RGB
CMYK
RGB Variations
Color information
#599915 (or 0x599915) is known color: Limeade. HEX triplet: 59, 99 and 15. RGB value is (89,153,21). Sum of RGB (Red+Green+Blue) = 89+153+21=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 153 (60.16% from 255 or 58.17% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 153 - color contains mainly: green. Hex color #599915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599915 is #A666EA. Grayscale: #777777. Windows color (decimal): -10905323 or 1415513. OLE color: 1415513.
HSL color Cylindrical-coordinate representation of color #599915: hue angle of 89.09º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #599915 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 153 | 21 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.4 |
| HSL | 89.09º | 0.76% | 0.34% | - |
| HSV(B) | 89.09º | 0.86% | 0.6% | - |
| XYZ | 15.65 | 24.96 | 4.7 | - |
| YUV | 118.82 | 72.8 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 21 | 0.42 | 0 | 0.86 | 0.4 | 89.09 | 0.76 | 0.34 |
| Hex | 59 | 99 | 15 | 2A | 0 | 56 | 28 | 59 | 4C | 22 |
| Octal | 131 | 231 | 25 | 52 | 0 | 126 | 50 | 131 | 114 | 42 |
| Binary | 1011001 | 10011001 | 10101 | 101010 | 0 | 1010110 | 101000 | 1011001 | 1001100 | 100010 |
Color Harmonies of #599915
Complementary color
Monochromatic Colors of #599915
Black with #599915
Text Example
Text Example
White with #599915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599915; }
p { color: rgb(89,153,21); }
H1.HeaderClassName
{
color: #599915;
}
.AnyTagClassName
{
color: #599915;
}
</style>
background-color css
<style>
a { background-color: #599915; }
a { background-color: rgb(89,153,21); }
div.DivClassName
{
background-color: #599915;
}
.BgClassName
{
background-color: #599915;
}
</style>
border-color css
<style>
span { border-color: #599915; }
span { border-color: rgb(89,153,21); }
td.TdClassName
{
border-color: #599915;
}
.TagClassName
{
border-color: #599915;
}
</style>