Shades of Limeade #589B14
Tints of Limeade #589B14
RGB
CMYK
RGB Variations
Color information
#589B14 (or 0x589B14) is known color: Limeade. HEX triplet: 58, 9B and 14. RGB value is (88,155,20). Sum of RGB (Red+Green+Blue) = 88+155+20=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 155 (60.94% from 255 or 58.94% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 155 - color contains mainly: green. Hex color #589B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #589B14 is #A764EB. Grayscale: #787878. Windows color (decimal): -10970348 or 1350488. OLE color: 1350488.
HSL color Cylindrical-coordinate representation of color #589B14: hue angle of 89.78º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #589B14 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 155 | 20 | - |
| CMYK | 0.43 | 0 | 0.87 | 0.39 |
| HSL | 89.78º | 0.77% | 0.34% | - |
| HSV(B) | 89.78º | 0.87% | 0.61% | - |
| XYZ | 15.87 | 25.57 | 4.76 | - |
| YUV | 119.58 | 71.8 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 20 | 0.43 | 0 | 0.87 | 0.39 | 89.78 | 0.77 | 0.34 |
| Hex | 58 | 9B | 14 | 2B | 0 | 57 | 27 | 5A | 4D | 22 |
| Octal | 130 | 233 | 24 | 53 | 0 | 127 | 47 | 132 | 115 | 42 |
| Binary | 1011000 | 10011011 | 10100 | 101011 | 0 | 1010111 | 100111 | 1011010 | 1001101 | 100010 |
Color Harmonies of #589B14
Complementary color
Monochromatic Colors of #589B14
Black with #589B14
Text Example
Text Example
White with #589B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589B14; }
p { color: rgb(88,155,20); }
H1.HeaderClassName
{
color: #589B14;
}
.AnyTagClassName
{
color: #589B14;
}
</style>
background-color css
<style>
a { background-color: #589B14; }
a { background-color: rgb(88,155,20); }
div.DivClassName
{
background-color: #589B14;
}
.BgClassName
{
background-color: #589B14;
}
</style>
border-color css
<style>
span { border-color: #589B14; }
span { border-color: rgb(88,155,20); }
td.TdClassName
{
border-color: #589B14;
}
.TagClassName
{
border-color: #589B14;
}
</style>