Shades of Limeade #55A020
Tints of Limeade #55A020
RGB
CMYK
RGB Variations
Color information
#55A020 (or 0x55A020) is known color: Limeade. HEX triplet: 55, A0 and 20. RGB value is (85,160,32). Sum of RGB (Red+Green+Blue) = 85+160+32=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 160 (62.89% from 255 or 57.76% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 160 - color contains mainly: green. Hex color #55A020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A020 is #AA5FDF. Grayscale: #7B7B7B. Windows color (decimal): -11165664 or 2138197. OLE color: 2138197.
HSL color Cylindrical-coordinate representation of color #55A020: hue angle of 95.16º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55A020 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 160 | 32 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.37 |
| HSL | 95.16º | 0.67% | 0.38% | - |
| HSV(B) | 95.16º | 0.8% | 0.63% | - |
| XYZ | 16.58 | 27.18 | 5.74 | - |
| YUV | 122.98 | 76.65 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 160 | 32 | 0.47 | 0 | 0.80 | 0.37 | 95.16 | 0.67 | 0.38 |
| Hex | 55 | A0 | 20 | 2F | 0 | 50 | 25 | 5F | 43 | 26 |
| Octal | 125 | 240 | 40 | 57 | 0 | 120 | 45 | 137 | 103 | 46 |
| Binary | 1010101 | 10100000 | 100000 | 101111 | 0 | 1010000 | 100101 | 1011111 | 1000011 | 100110 |
Color Harmonies of #55A020
Complementary color
Monochromatic Colors of #55A020
Black with #55A020
Text Example
Text Example
White with #55A020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A020; }
p { color: rgb(85,160,32); }
H1.HeaderClassName
{
color: #55A020;
}
.AnyTagClassName
{
color: #55A020;
}
</style>
background-color css
<style>
a { background-color: #55A020; }
a { background-color: rgb(85,160,32); }
div.DivClassName
{
background-color: #55A020;
}
.BgClassName
{
background-color: #55A020;
}
</style>
border-color css
<style>
span { border-color: #55A020; }
span { border-color: rgb(85,160,32); }
td.TdClassName
{
border-color: #55A020;
}
.TagClassName
{
border-color: #55A020;
}
</style>