Shades of Limeade #589826
Tints of Limeade #589826
RGB
CMYK
RGB Variations
Color information
#589826 (or 0x589826) is known color: Limeade. HEX triplet: 58, 98 and 26. RGB value is (88,152,38). Sum of RGB (Red+Green+Blue) = 88+152+38=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #589826 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #589826 is #A767D9. Grayscale: #787878. Windows color (decimal): -10971098 or 2529368. OLE color: 2529368.
HSL color Cylindrical-coordinate representation of color #589826: hue angle of 93.68º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #589826 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 152 | 38 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.40 |
| HSL | 93.68º | 0.6% | 0.37% | - |
| HSV(B) | 93.68º | 0.75% | 0.6% | - |
| XYZ | 15.6 | 24.67 | 5.77 | - |
| YUV | 119.87 | 81.8 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 38 | 0.42 | 0 | 0.75 | 0.40 | 93.68 | 0.6 | 0.37 |
| Hex | 58 | 98 | 26 | 2A | 0 | 4B | 28 | 5E | 3C | 25 |
| Octal | 130 | 230 | 46 | 52 | 0 | 113 | 50 | 136 | 74 | 45 |
| Binary | 1011000 | 10011000 | 100110 | 101010 | 0 | 1001011 | 101000 | 1011110 | 111100 | 100101 |
Color Harmonies of #589826
Complementary color
Monochromatic Colors of #589826
Black with #589826
Text Example
Text Example
White with #589826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589826; }
p { color: rgb(88,152,38); }
H1.HeaderClassName
{
color: #589826;
}
.AnyTagClassName
{
color: #589826;
}
</style>
background-color css
<style>
a { background-color: #589826; }
a { background-color: rgb(88,152,38); }
div.DivClassName
{
background-color: #589826;
}
.BgClassName
{
background-color: #589826;
}
</style>
border-color css
<style>
span { border-color: #589826; }
span { border-color: rgb(88,152,38); }
td.TdClassName
{
border-color: #589826;
}
.TagClassName
{
border-color: #589826;
}
</style>