Shades of Limeade #559832
Tints of Limeade #559832
RGB
CMYK
RGB Variations
Color information
#559832 (or 0x559832) is known color: Limeade. HEX triplet: 55, 98 and 32. RGB value is (85,152,50). Sum of RGB (Red+Green+Blue) = 85+152+50=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #559832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559832 is #AA67CD. Grayscale: #787878. Windows color (decimal): -11167694 or 3315797. OLE color: 3315797.
HSL color Cylindrical-coordinate representation of color #559832: hue angle of 99.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #559832 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 50 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.40 |
| HSL | 99.41º | 0.5% | 0.4% | - |
| HSV(B) | 99.41º | 0.67% | 0.6% | - |
| XYZ | 15.55 | 24.62 | 6.95 | - |
| YUV | 120.34 | 88.3 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 50 | 0.44 | 0 | 0.67 | 0.40 | 99.41 | 0.5 | 0.4 |
| Hex | 55 | 98 | 32 | 2C | 0 | 43 | 28 | 63 | 32 | 28 |
| Octal | 125 | 230 | 62 | 54 | 0 | 103 | 50 | 143 | 62 | 50 |
| Binary | 1010101 | 10011000 | 110010 | 101100 | 0 | 1000011 | 101000 | 1100011 | 110010 | 101000 |
Color Harmonies of #559832
Complementary color
Monochromatic Colors of #559832
Black with #559832
Text Example
Text Example
White with #559832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559832; }
p { color: rgb(85,152,50); }
H1.HeaderClassName
{
color: #559832;
}
.AnyTagClassName
{
color: #559832;
}
</style>
background-color css
<style>
a { background-color: #559832; }
a { background-color: rgb(85,152,50); }
div.DivClassName
{
background-color: #559832;
}
.BgClassName
{
background-color: #559832;
}
</style>
border-color css
<style>
span { border-color: #559832; }
span { border-color: rgb(85,152,50); }
td.TdClassName
{
border-color: #559832;
}
.TagClassName
{
border-color: #559832;
}
</style>