Shades of Limeade #599801
Tints of Limeade #599801
RGB
CMYK
RGB Variations
Color information
#599801 (or 0x599801) is known color: Limeade. HEX triplet: 59, 98 and 01. RGB value is (89,152,1). Sum of RGB (Red+Green+Blue) = 89+152+1=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 152 (59.77% from 255 or 62.81% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 152 - color contains mainly: green. Hex color #599801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599801 is #A667FE. Grayscale: #747474. Windows color (decimal): -10905599 or 104537. OLE color: 104537.
HSL color Cylindrical-coordinate representation of color #599801: hue angle of 85.03º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #599801 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 152 | 1 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.40 |
| HSL | 85.03º | 0.99% | 0.3% | - |
| HSV(B) | 85.03º | 0.99% | 0.6% | - |
| XYZ | 15.35 | 24.58 | 3.96 | - |
| YUV | 115.95 | 63.13 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 1 | 0.41 | 0 | 0.99 | 0.40 | 85.03 | 0.99 | 0.3 |
| Hex | 59 | 98 | 1 | 29 | 0 | 63 | 28 | 55 | 63 | 1E |
| Octal | 131 | 230 | 1 | 51 | 0 | 143 | 50 | 125 | 143 | 36 |
| Binary | 1011001 | 10011000 | 1 | 101001 | 0 | 1100011 | 101000 | 1010101 | 1100011 | 11110 |
Color Harmonies of #599801
Complementary color
Monochromatic Colors of #599801
Black with #599801
Text Example
Text Example
White with #599801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599801; }
p { color: rgb(89,152,1); }
H1.HeaderClassName
{
color: #599801;
}
.AnyTagClassName
{
color: #599801;
}
</style>
background-color css
<style>
a { background-color: #599801; }
a { background-color: rgb(89,152,1); }
div.DivClassName
{
background-color: #599801;
}
.BgClassName
{
background-color: #599801;
}
</style>
border-color css
<style>
span { border-color: #599801; }
span { border-color: rgb(89,152,1); }
td.TdClassName
{
border-color: #599801;
}
.TagClassName
{
border-color: #599801;
}
</style>