Shades of Limeade #549D21
Tints of Limeade #549D21
RGB
CMYK
RGB Variations
Color information
#549D21 (or 0x549D21) is known color: Limeade. HEX triplet: 54, 9D and 21. RGB value is (84,157,33). Sum of RGB (Red+Green+Blue) = 84+157+33=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #549D21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549D21 is #AB62DE. Grayscale: #797979. Windows color (decimal): -11231967 or 2202964. OLE color: 2202964.
HSL color Cylindrical-coordinate representation of color #549D21: hue angle of 95.32º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #549D21 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 33 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.38 |
| HSL | 95.32º | 0.65% | 0.37% | - |
| HSV(B) | 95.32º | 0.79% | 0.62% | - |
| XYZ | 15.99 | 26.11 | 5.64 | - |
| YUV | 121.04 | 78.32 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 33 | 0.46 | 0 | 0.79 | 0.38 | 95.32 | 0.65 | 0.37 |
| Hex | 54 | 9D | 21 | 2E | 0 | 4F | 26 | 5F | 41 | 25 |
| Octal | 124 | 235 | 41 | 56 | 0 | 117 | 46 | 137 | 101 | 45 |
| Binary | 1010100 | 10011101 | 100001 | 101110 | 0 | 1001111 | 100110 | 1011111 | 1000001 | 100101 |
Color Harmonies of #549D21
Complementary color
Monochromatic Colors of #549D21
Black with #549D21
Text Example
Text Example
White with #549D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D21; }
p { color: rgb(84,157,33); }
H1.HeaderClassName
{
color: #549D21;
}
.AnyTagClassName
{
color: #549D21;
}
</style>
background-color css
<style>
a { background-color: #549D21; }
a { background-color: rgb(84,157,33); }
div.DivClassName
{
background-color: #549D21;
}
.BgClassName
{
background-color: #549D21;
}
</style>
border-color css
<style>
span { border-color: #549D21; }
span { border-color: rgb(84,157,33); }
td.TdClassName
{
border-color: #549D21;
}
.TagClassName
{
border-color: #549D21;
}
</style>