Shades of Limeade #589808
Tints of Limeade #589808
RGB
CMYK
RGB Variations
Color information
#589808 (or 0x589808) is known color: Limeade. HEX triplet: 58, 98 and 08. RGB value is (88,152,8). Sum of RGB (Red+Green+Blue) = 88+152+8=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 152 (59.77% from 255 or 61.29% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 152 - color contains mainly: green. Hex color #589808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #589808 is #A767F7. Grayscale: #747474. Windows color (decimal): -10971128 or 563288. OLE color: 563288.
HSL color Cylindrical-coordinate representation of color #589808: hue angle of 86.67º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #589808 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 152 | 8 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.40 |
| HSL | 86.67º | 0.9% | 0.31% | - |
| HSV(B) | 86.67º | 0.95% | 0.6% | - |
| XYZ | 15.3 | 24.55 | 4.16 | - |
| YUV | 116.45 | 66.8 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 8 | 0.42 | 0 | 0.95 | 0.40 | 86.67 | 0.9 | 0.31 |
| Hex | 58 | 98 | 8 | 2A | 0 | 5F | 28 | 57 | 5A | 1F |
| Octal | 130 | 230 | 10 | 52 | 0 | 137 | 50 | 127 | 132 | 37 |
| Binary | 1011000 | 10011000 | 1000 | 101010 | 0 | 1011111 | 101000 | 1010111 | 1011010 | 11111 |
Color Harmonies of #589808
Complementary color
Monochromatic Colors of #589808
Black with #589808
Text Example
Text Example
White with #589808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589808; }
p { color: rgb(88,152,8); }
H1.HeaderClassName
{
color: #589808;
}
.AnyTagClassName
{
color: #589808;
}
</style>
background-color css
<style>
a { background-color: #589808; }
a { background-color: rgb(88,152,8); }
div.DivClassName
{
background-color: #589808;
}
.BgClassName
{
background-color: #589808;
}
</style>
border-color css
<style>
span { border-color: #589808; }
span { border-color: rgb(88,152,8); }
td.TdClassName
{
border-color: #589808;
}
.TagClassName
{
border-color: #589808;
}
</style>