Shades of Limeade #599A00
Tints of Limeade #599A00
RGB
CMYK
RGB Variations
Color information
#599A00 (or 0x599A00) is known color: Limeade. HEX triplet: 59, 9A and 00. RGB value is (89,154,0). Sum of RGB (Red+Green+Blue) = 89+154+0=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 154 (60.55% from 255 or 63.37% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 154 - color contains mainly: green. Hex color #599A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599A00 is #A665FF. Grayscale: #757575. Windows color (decimal): -10905088 or 39513. OLE color: 39513.
HSL color Cylindrical-coordinate representation of color #599A00: hue angle of 85.32º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #599A00 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 154 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.40 |
| HSL | 85.32º | 1% | 0.3% | - |
| HSV(B) | 85.32º | 1% | 0.6% | - |
| XYZ | 15.68 | 25.24 | 4.04 | - |
| YUV | 117.01 | 61.97 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 154 | 0 | 0.42 | 0 | 1 | 0.40 | 85.32 | 1 | 0.3 |
| Hex | 59 | 9A | 0 | 2A | 0 | 64 | 28 | 55 | 64 | 1E |
| Octal | 131 | 232 | 0 | 52 | 0 | 144 | 50 | 125 | 144 | 36 |
| Binary | 1011001 | 10011010 | 0 | 101010 | 0 | 1100100 | 101000 | 1010101 | 1100100 | 11110 |
Color Harmonies of #599A00
Complementary color
Monochromatic Colors of #599A00
Black with #599A00
Text Example
Text Example
White with #599A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599A00; }
p { color: rgb(89,154,0); }
H1.HeaderClassName
{
color: #599A00;
}
.AnyTagClassName
{
color: #599A00;
}
</style>
background-color css
<style>
a { background-color: #599A00; }
a { background-color: rgb(89,154,0); }
div.DivClassName
{
background-color: #599A00;
}
.BgClassName
{
background-color: #599A00;
}
</style>
border-color css
<style>
span { border-color: #599A00; }
span { border-color: rgb(89,154,0); }
td.TdClassName
{
border-color: #599A00;
}
.TagClassName
{
border-color: #599A00;
}
</style>