Shades of Limeade #589F14
Tints of Limeade #589F14
RGB
CMYK
RGB Variations
Color information
#589F14 (or 0x589F14) is known color: Limeade. HEX triplet: 58, 9F and 14. RGB value is (88,159,20). Sum of RGB (Red+Green+Blue) = 88+159+20=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 159 (62.5% from 255 or 59.55% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 159 - color contains mainly: green. Hex color #589F14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #589F14 is #A760EB. Grayscale: #7A7A7A. Windows color (decimal): -10969324 or 1351512. OLE color: 1351512.
HSL color Cylindrical-coordinate representation of color #589F14: hue angle of 90.65º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #589F14 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 159 | 20 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.38 |
| HSL | 90.65º | 0.78% | 0.35% | - |
| HSV(B) | 90.65º | 0.87% | 0.62% | - |
| XYZ | 16.55 | 26.92 | 4.99 | - |
| YUV | 121.93 | 70.48 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 20 | 0.45 | 0 | 0.87 | 0.38 | 90.65 | 0.78 | 0.35 |
| Hex | 58 | 9F | 14 | 2D | 0 | 57 | 26 | 5B | 4E | 23 |
| Octal | 130 | 237 | 24 | 55 | 0 | 127 | 46 | 133 | 116 | 43 |
| Binary | 1011000 | 10011111 | 10100 | 101101 | 0 | 1010111 | 100110 | 1011011 | 1001110 | 100011 |
Color Harmonies of #589F14
Complementary color
Monochromatic Colors of #589F14
Black with #589F14
Text Example
Text Example
White with #589F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589F14; }
p { color: rgb(88,159,20); }
H1.HeaderClassName
{
color: #589F14;
}
.AnyTagClassName
{
color: #589F14;
}
</style>
background-color css
<style>
a { background-color: #589F14; }
a { background-color: rgb(88,159,20); }
div.DivClassName
{
background-color: #589F14;
}
.BgClassName
{
background-color: #589F14;
}
</style>
border-color css
<style>
span { border-color: #589F14; }
span { border-color: rgb(88,159,20); }
td.TdClassName
{
border-color: #589F14;
}
.TagClassName
{
border-color: #589F14;
}
</style>