Shades of Limeade #549B11
Tints of Limeade #549B11
RGB
CMYK
RGB Variations
Color information
#549B11 (or 0x549B11) is known color: Limeade. HEX triplet: 54, 9B and 11. RGB value is (84,155,17). Sum of RGB (Red+Green+Blue) = 84+155+17=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 155 (60.94% from 255 or 60.55% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 155 - color contains mainly: green. Hex color #549B11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549B11 is #AB64EE. Grayscale: #767676. Windows color (decimal): -11232495 or 1153876. OLE color: 1153876.
HSL color Cylindrical-coordinate representation of color #549B11: hue angle of 90.87º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #549B11 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 155 | 17 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.39 |
| HSL | 90.87º | 0.8% | 0.34% | - |
| HSV(B) | 90.87º | 0.89% | 0.61% | - |
| XYZ | 15.48 | 25.37 | 4.61 | - |
| YUV | 118.04 | 70.98 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 17 | 0.46 | 0 | 0.89 | 0.39 | 90.87 | 0.8 | 0.34 |
| Hex | 54 | 9B | 11 | 2E | 0 | 59 | 27 | 5B | 50 | 22 |
| Octal | 124 | 233 | 21 | 56 | 0 | 131 | 47 | 133 | 120 | 42 |
| Binary | 1010100 | 10011011 | 10001 | 101110 | 0 | 1011001 | 100111 | 1011011 | 1010000 | 100010 |
Color Harmonies of #549B11
Complementary color
Monochromatic Colors of #549B11
Black with #549B11
Text Example
Text Example
White with #549B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549B11; }
p { color: rgb(84,155,17); }
H1.HeaderClassName
{
color: #549B11;
}
.AnyTagClassName
{
color: #549B11;
}
</style>
background-color css
<style>
a { background-color: #549B11; }
a { background-color: rgb(84,155,17); }
div.DivClassName
{
background-color: #549B11;
}
.BgClassName
{
background-color: #549B11;
}
</style>
border-color css
<style>
span { border-color: #549B11; }
span { border-color: rgb(84,155,17); }
td.TdClassName
{
border-color: #549B11;
}
.TagClassName
{
border-color: #549B11;
}
</style>