Shades of Limeade #589705
Tints of Limeade #589705
RGB
CMYK
RGB Variations
Color information
#589705 (or 0x589705) is known color: Limeade. HEX triplet: 58, 97 and 05. RGB value is (88,151,5). Sum of RGB (Red+Green+Blue) = 88+151+5=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 151 (59.38% from 255 or 61.89% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 151 - color contains mainly: green. Hex color #589705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #589705 is #A768FA. Grayscale: #747474. Windows color (decimal): -10971387 or 366424. OLE color: 366424.
HSL color Cylindrical-coordinate representation of color #589705: hue angle of 85.89º 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 #589705 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 88 | 151 | 5 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.41 |
| HSL | 85.89º | 0.94% | 0.31% | - |
| HSV(B) | 85.89º | 0.97% | 0.59% | - |
| XYZ | 15.12 | 24.22 | 4.02 | - |
| YUV | 115.52 | 65.63 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 151 | 5 | 0.42 | 0 | 0.97 | 0.41 | 85.89 | 0.94 | 0.31 |
| Hex | 58 | 97 | 5 | 2A | 0 | 61 | 29 | 56 | 5E | 1F |
| Octal | 130 | 227 | 5 | 52 | 0 | 141 | 51 | 126 | 136 | 37 |
| Binary | 1011000 | 10010111 | 101 | 101010 | 0 | 1100001 | 101001 | 1010110 | 1011110 | 11111 |
Color Harmonies of #589705
Complementary color
Monochromatic Colors of #589705
Black with #589705
Text Example
Text Example
White with #589705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589705; }
p { color: rgb(88,151,5); }
H1.HeaderClassName
{
color: #589705;
}
.AnyTagClassName
{
color: #589705;
}
</style>
background-color css
<style>
a { background-color: #589705; }
a { background-color: rgb(88,151,5); }
div.DivClassName
{
background-color: #589705;
}
.BgClassName
{
background-color: #589705;
}
</style>
border-color css
<style>
span { border-color: #589705; }
span { border-color: rgb(88,151,5); }
td.TdClassName
{
border-color: #589705;
}
.TagClassName
{
border-color: #589705;
}
</style>