Shades of Limeade #599705
Tints of Limeade #599705
RGB
CMYK
RGB Variations
Color information
#599705 (or 0x599705) is known color: Limeade. HEX triplet: 59, 97 and 05. RGB value is (89,151,5). Sum of RGB (Red+Green+Blue) = 89+151+5=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 151 (59.38% from 255 or 61.63% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 151 - color contains mainly: green. Hex color #599705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #599705 is #A668FA. Grayscale: #747474. Windows color (decimal): -10905851 or 366425. OLE color: 366425.
HSL color Cylindrical-coordinate representation of color #599705: hue angle of 85.48º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #599705 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 151 | 5 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.41 |
| HSL | 85.48º | 0.94% | 0.31% | - |
| HSV(B) | 85.48º | 0.97% | 0.59% | - |
| XYZ | 15.21 | 24.27 | 4.03 | - |
| YUV | 115.82 | 65.46 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 5 | 0.41 | 0 | 0.97 | 0.41 | 85.48 | 0.94 | 0.31 |
| Hex | 59 | 97 | 5 | 29 | 0 | 61 | 29 | 55 | 5E | 1F |
| Octal | 131 | 227 | 5 | 51 | 0 | 141 | 51 | 125 | 136 | 37 |
| Binary | 1011001 | 10010111 | 101 | 101001 | 0 | 1100001 | 101001 | 1010101 | 1011110 | 11111 |
Color Harmonies of #599705
Complementary color
Monochromatic Colors of #599705
Black with #599705
Text Example
Text Example
White with #599705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599705; }
p { color: rgb(89,151,5); }
H1.HeaderClassName
{
color: #599705;
}
.AnyTagClassName
{
color: #599705;
}
</style>
background-color css
<style>
a { background-color: #599705; }
a { background-color: rgb(89,151,5); }
div.DivClassName
{
background-color: #599705;
}
.BgClassName
{
background-color: #599705;
}
</style>
border-color css
<style>
span { border-color: #599705; }
span { border-color: rgb(89,151,5); }
td.TdClassName
{
border-color: #599705;
}
.TagClassName
{
border-color: #599705;
}
</style>