Shades of Limeade #549D16
Tints of Limeade #549D16
RGB
CMYK
RGB Variations
Color information
#549D16 (or 0x549D16) is known color: Limeade. HEX triplet: 54, 9D and 16. RGB value is (84,157,22). Sum of RGB (Red+Green+Blue) = 84+157+22=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 157 (61.72% from 255 or 59.70% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 157 - color contains mainly: green. Hex color #549D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549D16 is #AB62E9. Grayscale: #787878. Windows color (decimal): -11231978 or 1482068. OLE color: 1482068.
HSL color Cylindrical-coordinate representation of color #549D16: hue angle of 92.44º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #549D16 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 22 | - |
| CMYK | 0.46 | 0 | 0.86 | 0.38 |
| HSL | 92.44º | 0.75% | 0.35% | - |
| HSV(B) | 92.44º | 0.86% | 0.62% | - |
| XYZ | 15.86 | 26.06 | 4.95 | - |
| YUV | 119.78 | 72.82 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 22 | 0.46 | 0 | 0.86 | 0.38 | 92.44 | 0.75 | 0.35 |
| Hex | 54 | 9D | 16 | 2E | 0 | 56 | 26 | 5C | 4B | 23 |
| Octal | 124 | 235 | 26 | 56 | 0 | 126 | 46 | 134 | 113 | 43 |
| Binary | 1010100 | 10011101 | 10110 | 101110 | 0 | 1010110 | 100110 | 1011100 | 1001011 | 100011 |
Color Harmonies of #549D16
Complementary color
Monochromatic Colors of #549D16
Black with #549D16
Text Example
Text Example
White with #549D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D16; }
p { color: rgb(84,157,22); }
H1.HeaderClassName
{
color: #549D16;
}
.AnyTagClassName
{
color: #549D16;
}
</style>
background-color css
<style>
a { background-color: #549D16; }
a { background-color: rgb(84,157,22); }
div.DivClassName
{
background-color: #549D16;
}
.BgClassName
{
background-color: #549D16;
}
</style>
border-color css
<style>
span { border-color: #549D16; }
span { border-color: rgb(84,157,22); }
td.TdClassName
{
border-color: #549D16;
}
.TagClassName
{
border-color: #549D16;
}
</style>