Shades of Limeade #549509
Tints of Limeade #549509
RGB
CMYK
RGB Variations
Color information
#549509 (or 0x549509) is known color: Limeade. HEX triplet: 54, 95 and 09. RGB value is (84,149,9). Sum of RGB (Red+Green+Blue) = 84+149+9=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #549509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549509 is #AB6AF6. Grayscale: #727272. Windows color (decimal): -11234039 or 628052. OLE color: 628052.
HSL color Cylindrical-coordinate representation of color #549509: hue angle of 87.86º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #549509 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 9 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.42 |
| HSL | 87.86º | 0.89% | 0.31% | - |
| HSV(B) | 87.86º | 0.94% | 0.58% | - |
| XYZ | 14.45 | 23.4 | 4.01 | - |
| YUV | 113.61 | 68.97 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 9 | 0.44 | 0 | 0.94 | 0.42 | 87.86 | 0.89 | 0.31 |
| Hex | 54 | 95 | 9 | 2C | 0 | 5E | 2A | 58 | 59 | 1F |
| Octal | 124 | 225 | 11 | 54 | 0 | 136 | 52 | 130 | 131 | 37 |
| Binary | 1010100 | 10010101 | 1001 | 101100 | 0 | 1011110 | 101010 | 1011000 | 1011001 | 11111 |
Color Harmonies of #549509
Complementary color
Monochromatic Colors of #549509
Black with #549509
Text Example
Text Example
White with #549509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549509; }
p { color: rgb(84,149,9); }
H1.HeaderClassName
{
color: #549509;
}
.AnyTagClassName
{
color: #549509;
}
</style>
background-color css
<style>
a { background-color: #549509; }
a { background-color: rgb(84,149,9); }
div.DivClassName
{
background-color: #549509;
}
.BgClassName
{
background-color: #549509;
}
</style>
border-color css
<style>
span { border-color: #549509; }
span { border-color: rgb(84,149,9); }
td.TdClassName
{
border-color: #549509;
}
.TagClassName
{
border-color: #549509;
}
</style>