Shades of Limeade #559C20
Tints of Limeade #559C20
RGB
CMYK
RGB Variations
Color information
#559C20 (or 0x559C20) is known color: Limeade. HEX triplet: 55, 9C and 20. RGB value is (85,156,32). Sum of RGB (Red+Green+Blue) = 85+156+32=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #559C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559C20 is #AA63DF. Grayscale: #797979. Windows color (decimal): -11166688 or 2137173. OLE color: 2137173.
HSL color Cylindrical-coordinate representation of color #559C20: hue angle of 94.35º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #559C20 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 32 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.39 |
| HSL | 94.35º | 0.66% | 0.37% | - |
| HSV(B) | 94.35º | 0.79% | 0.61% | - |
| XYZ | 15.9 | 25.81 | 5.51 | - |
| YUV | 120.64 | 77.98 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 32 | 0.46 | 0 | 0.79 | 0.39 | 94.35 | 0.66 | 0.37 |
| Hex | 55 | 9C | 20 | 2E | 0 | 4F | 27 | 5E | 42 | 25 |
| Octal | 125 | 234 | 40 | 56 | 0 | 117 | 47 | 136 | 102 | 45 |
| Binary | 1010101 | 10011100 | 100000 | 101110 | 0 | 1001111 | 100111 | 1011110 | 1000010 | 100101 |
Color Harmonies of #559C20
Complementary color
Monochromatic Colors of #559C20
Black with #559C20
Text Example
Text Example
White with #559C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C20; }
p { color: rgb(85,156,32); }
H1.HeaderClassName
{
color: #559C20;
}
.AnyTagClassName
{
color: #559C20;
}
</style>
background-color css
<style>
a { background-color: #559C20; }
a { background-color: rgb(85,156,32); }
div.DivClassName
{
background-color: #559C20;
}
.BgClassName
{
background-color: #559C20;
}
</style>
border-color css
<style>
span { border-color: #559C20; }
span { border-color: rgb(85,156,32); }
td.TdClassName
{
border-color: #559C20;
}
.TagClassName
{
border-color: #559C20;
}
</style>