Shades of Limeade #599E0B
Tints of Limeade #599E0B
RGB
CMYK
RGB Variations
Color information
#599E0B (or 0x599E0B) is known color: Limeade. HEX triplet: 59, 9E and 0B. RGB value is (89,158,11). Sum of RGB (Red+Green+Blue) = 89+158+11=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 158 (62.11% from 255 or 61.24% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 158 - color contains mainly: green. Hex color #599E0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599E0B is #A661F4. Grayscale: #797979. Windows color (decimal): -10904053 or 761433. OLE color: 761433.
HSL color Cylindrical-coordinate representation of color #599E0B: hue angle of 88.16º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #599E0B is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 158 | 11 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.38 |
| HSL | 88.16º | 0.87% | 0.33% | - |
| HSV(B) | 88.16º | 0.93% | 0.62% | - |
| XYZ | 16.41 | 26.6 | 4.59 | - |
| YUV | 120.61 | 66.14 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 158 | 11 | 0.44 | 0 | 0.93 | 0.38 | 88.16 | 0.87 | 0.33 |
| Hex | 59 | 9E | B | 2C | 0 | 5D | 26 | 58 | 57 | 21 |
| Octal | 131 | 236 | 13 | 54 | 0 | 135 | 46 | 130 | 127 | 41 |
| Binary | 1011001 | 10011110 | 1011 | 101100 | 0 | 1011101 | 100110 | 1011000 | 1010111 | 100001 |
Color Harmonies of #599E0B
Complementary color
Monochromatic Colors of #599E0B
Black with #599E0B
Text Example
Text Example
White with #599E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599E0B; }
p { color: rgb(89,158,11); }
H1.HeaderClassName
{
color: #599E0B;
}
.AnyTagClassName
{
color: #599E0B;
}
</style>
background-color css
<style>
a { background-color: #599E0B; }
a { background-color: rgb(89,158,11); }
div.DivClassName
{
background-color: #599E0B;
}
.BgClassName
{
background-color: #599E0B;
}
</style>
border-color css
<style>
span { border-color: #599E0B; }
span { border-color: rgb(89,158,11); }
td.TdClassName
{
border-color: #599E0B;
}
.TagClassName
{
border-color: #599E0B;
}
</style>