Shades of Limeade #599F10
Tints of Limeade #599F10
RGB
CMYK
RGB Variations
Color information
#599F10 (or 0x599F10) is known color: Limeade. HEX triplet: 59, 9F and 10. RGB value is (89,159,16). Sum of RGB (Red+Green+Blue) = 89+159+16=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 159 (62.5% from 255 or 60.23% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 159 - color contains mainly: green. Hex color #599F10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599F10 is #A660EF. Grayscale: #7A7A7A. Windows color (decimal): -10903792 or 1089369. OLE color: 1089369.
HSL color Cylindrical-coordinate representation of color #599F10: hue angle of 89.37º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #599F10 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 159 | 16 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.38 |
| HSL | 89.37º | 0.82% | 0.34% | - |
| HSV(B) | 89.37º | 0.9% | 0.62% | - |
| XYZ | 16.61 | 26.96 | 4.82 | - |
| YUV | 121.77 | 68.31 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 16 | 0.44 | 0 | 0.90 | 0.38 | 89.37 | 0.82 | 0.34 |
| Hex | 59 | 9F | 10 | 2C | 0 | 5A | 26 | 59 | 52 | 22 |
| Octal | 131 | 237 | 20 | 54 | 0 | 132 | 46 | 131 | 122 | 42 |
| Binary | 1011001 | 10011111 | 10000 | 101100 | 0 | 1011010 | 100110 | 1011001 | 1010010 | 100010 |
Color Harmonies of #599F10
Complementary color
Monochromatic Colors of #599F10
Black with #599F10
Text Example
Text Example
White with #599F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599F10; }
p { color: rgb(89,159,16); }
H1.HeaderClassName
{
color: #599F10;
}
.AnyTagClassName
{
color: #599F10;
}
</style>
background-color css
<style>
a { background-color: #599F10; }
a { background-color: rgb(89,159,16); }
div.DivClassName
{
background-color: #599F10;
}
.BgClassName
{
background-color: #599F10;
}
</style>
border-color css
<style>
span { border-color: #599F10; }
span { border-color: rgb(89,159,16); }
td.TdClassName
{
border-color: #599F10;
}
.TagClassName
{
border-color: #599F10;
}
</style>