Shades of Limeade #599F08
Tints of Limeade #599F08
RGB
CMYK
RGB Variations
Color information
#599F08 (or 0x599F08) is known color: Limeade. HEX triplet: 59, 9F and 08. RGB value is (89,159,8). Sum of RGB (Red+Green+Blue) = 89+159+8=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 159 (62.5% from 255 or 62.11% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 159 - color contains mainly: green. Hex color #599F08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599F08 is #A660F7. Grayscale: #797979. Windows color (decimal): -10903800 or 565081. OLE color: 565081.
HSL color Cylindrical-coordinate representation of color #599F08: hue angle of 87.81º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #599F08 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 159 | 8 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.38 |
| HSL | 87.81º | 0.9% | 0.33% | - |
| HSV(B) | 87.81º | 0.95% | 0.62% | - |
| XYZ | 16.56 | 26.94 | 4.56 | - |
| YUV | 120.86 | 64.31 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 8 | 0.44 | 0 | 0.95 | 0.38 | 87.81 | 0.9 | 0.33 |
| Hex | 59 | 9F | 8 | 2C | 0 | 5F | 26 | 58 | 5A | 21 |
| Octal | 131 | 237 | 10 | 54 | 0 | 137 | 46 | 130 | 132 | 41 |
| Binary | 1011001 | 10011111 | 1000 | 101100 | 0 | 1011111 | 100110 | 1011000 | 1011010 | 100001 |
Color Harmonies of #599F08
Complementary color
Monochromatic Colors of #599F08
Black with #599F08
Text Example
Text Example
White with #599F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599F08; }
p { color: rgb(89,159,8); }
H1.HeaderClassName
{
color: #599F08;
}
.AnyTagClassName
{
color: #599F08;
}
</style>
background-color css
<style>
a { background-color: #599F08; }
a { background-color: rgb(89,159,8); }
div.DivClassName
{
background-color: #599F08;
}
.BgClassName
{
background-color: #599F08;
}
</style>
border-color css
<style>
span { border-color: #599F08; }
span { border-color: rgb(89,159,8); }
td.TdClassName
{
border-color: #599F08;
}
.TagClassName
{
border-color: #599F08;
}
</style>