Shades of Limeade #549221
Tints of Limeade #549221
RGB
CMYK
RGB Variations
Color information
#549221 (or 0x549221) is known color: Limeade. HEX triplet: 54, 92 and 21. RGB value is (84,146,33). Sum of RGB (Red+Green+Blue) = 84+146+33=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #549221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549221 is #AB6DDE. Grayscale: #727272. Windows color (decimal): -11234783 or 2200148. OLE color: 2200148.
HSL color Cylindrical-coordinate representation of color #549221: hue angle of 92.92º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #549221 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 84 | 146 | 33 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.43 |
| HSL | 92.92º | 0.63% | 0.35% | - |
| HSV(B) | 92.92º | 0.77% | 0.57% | - |
| XYZ | 14.21 | 22.55 | 5.04 | - |
| YUV | 114.58 | 81.96 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 146 | 33 | 0.42 | 0 | 0.77 | 0.43 | 92.92 | 0.63 | 0.35 |
| Hex | 54 | 92 | 21 | 2A | 0 | 4D | 2B | 5D | 3F | 23 |
| Octal | 124 | 222 | 41 | 52 | 0 | 115 | 53 | 135 | 77 | 43 |
| Binary | 1010100 | 10010010 | 100001 | 101010 | 0 | 1001101 | 101011 | 1011101 | 111111 | 100011 |
Color Harmonies of #549221
Complementary color
Monochromatic Colors of #549221
Black with #549221
Text Example
Text Example
White with #549221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549221; }
p { color: rgb(84,146,33); }
H1.HeaderClassName
{
color: #549221;
}
.AnyTagClassName
{
color: #549221;
}
</style>
background-color css
<style>
a { background-color: #549221; }
a { background-color: rgb(84,146,33); }
div.DivClassName
{
background-color: #549221;
}
.BgClassName
{
background-color: #549221;
}
</style>
border-color css
<style>
span { border-color: #549221; }
span { border-color: rgb(84,146,33); }
td.TdClassName
{
border-color: #549221;
}
.TagClassName
{
border-color: #549221;
}
</style>