Shades of Limeade #55A620
Tints of Limeade #55A620
RGB
CMYK
RGB Variations
Color information
#55A620 (or 0x55A620) is known color: Limeade. HEX triplet: 55, A6 and 20. RGB value is (85,166,32). Sum of RGB (Red+Green+Blue) = 85+166+32=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 166 (65.23% from 255 or 58.66% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 166 - color contains mainly: green. Hex color #55A620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A620 is #AA59DF. Grayscale: #7E7E7E. Windows color (decimal): -11164128 or 2139733. OLE color: 2139733.
HSL color Cylindrical-coordinate representation of color #55A620: hue angle of 96.27º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55A620 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 166 | 32 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.35 |
| HSL | 96.27º | 0.68% | 0.39% | - |
| HSV(B) | 96.27º | 0.81% | 0.65% | - |
| XYZ | 17.64 | 29.31 | 6.09 | - |
| YUV | 126.51 | 74.66 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 166 | 32 | 0.49 | 0 | 0.81 | 0.35 | 96.27 | 0.68 | 0.39 |
| Hex | 55 | A6 | 20 | 31 | 0 | 51 | 23 | 60 | 44 | 27 |
| Octal | 125 | 246 | 40 | 61 | 0 | 121 | 43 | 140 | 104 | 47 |
| Binary | 1010101 | 10100110 | 100000 | 110001 | 0 | 1010001 | 100011 | 1100000 | 1000100 | 100111 |
Color Harmonies of #55A620
Complementary color
Monochromatic Colors of #55A620
Black with #55A620
Text Example
Text Example
White with #55A620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A620; }
p { color: rgb(85,166,32); }
H1.HeaderClassName
{
color: #55A620;
}
.AnyTagClassName
{
color: #55A620;
}
</style>
background-color css
<style>
a { background-color: #55A620; }
a { background-color: rgb(85,166,32); }
div.DivClassName
{
background-color: #55A620;
}
.BgClassName
{
background-color: #55A620;
}
</style>
border-color css
<style>
span { border-color: #55A620; }
span { border-color: rgb(85,166,32); }
td.TdClassName
{
border-color: #55A620;
}
.TagClassName
{
border-color: #55A620;
}
</style>