Shades of Limeade #559C32
Tints of Limeade #559C32
RGB
CMYK
RGB Variations
Color information
#559C32 (or 0x559C32) is known color: Limeade. HEX triplet: 55, 9C and 32. RGB value is (85,156,50). Sum of RGB (Red+Green+Blue) = 85+156+50=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 156 (61.33% from 255 or 53.61% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 156 - color contains mainly: green. Hex color #559C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C32 is #AA63CD. Grayscale: #7B7B7B. Windows color (decimal): -11166670 or 3316821. OLE color: 3316821.
HSL color Cylindrical-coordinate representation of color #559C32: hue angle of 100.19º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #559C32 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 50 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.39 |
| HSL | 100.19º | 0.51% | 0.4% | - |
| HSV(B) | 100.19º | 0.68% | 0.61% | - |
| XYZ | 16.21 | 25.94 | 7.17 | - |
| YUV | 122.69 | 86.98 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 50 | 0.46 | 0 | 0.68 | 0.39 | 100.19 | 0.51 | 0.4 |
| Hex | 55 | 9C | 32 | 2E | 0 | 44 | 27 | 64 | 33 | 28 |
| Octal | 125 | 234 | 62 | 56 | 0 | 104 | 47 | 144 | 63 | 50 |
| Binary | 1010101 | 10011100 | 110010 | 101110 | 0 | 1000100 | 100111 | 1100100 | 110011 | 101000 |
Color Harmonies of #559C32
Complementary color
Monochromatic Colors of #559C32
Black with #559C32
Text Example
Text Example
White with #559C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C32; }
p { color: rgb(85,156,50); }
H1.HeaderClassName
{
color: #559C32;
}
.AnyTagClassName
{
color: #559C32;
}
</style>
background-color css
<style>
a { background-color: #559C32; }
a { background-color: rgb(85,156,50); }
div.DivClassName
{
background-color: #559C32;
}
.BgClassName
{
background-color: #559C32;
}
</style>
border-color css
<style>
span { border-color: #559C32; }
span { border-color: rgb(85,156,50); }
td.TdClassName
{
border-color: #559C32;
}
.TagClassName
{
border-color: #559C32;
}
</style>