Shades of Limeade #549637
Tints of Limeade #549637
RGB
CMYK
RGB Variations
Color information
#549637 (or 0x549637) is known color: Limeade. HEX triplet: 54, 96 and 37. RGB value is (84,150,55). Sum of RGB (Red+Green+Blue) = 84+150+55=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #549637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549637 is #AB69C8. Grayscale: #777777. Windows color (decimal): -11233737 or 3642964. OLE color: 3642964.
HSL color Cylindrical-coordinate representation of color #549637: hue angle of 101.68º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #549637 is Cyan = 0.44, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 150 | 55 | - |
| CMYK | 0.44 | 0 | 0.63 | 0.41 |
| HSL | 101.68º | 0.46% | 0.4% | - |
| HSV(B) | 101.68º | 0.63% | 0.59% | - |
| XYZ | 15.25 | 23.97 | 7.44 | - |
| YUV | 119.44 | 91.63 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 150 | 55 | 0.44 | 0 | 0.63 | 0.41 | 101.68 | 0.46 | 0.4 |
| Hex | 54 | 96 | 37 | 2C | 0 | 3F | 29 | 66 | 2E | 28 |
| Octal | 124 | 226 | 67 | 54 | 0 | 77 | 51 | 146 | 56 | 50 |
| Binary | 1010100 | 10010110 | 110111 | 101100 | 0 | 111111 | 101001 | 1100110 | 101110 | 101000 |
Color Harmonies of #549637
Complementary color
Monochromatic Colors of #549637
Black with #549637
Text Example
Text Example
White with #549637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549637; }
p { color: rgb(84,150,55); }
H1.HeaderClassName
{
color: #549637;
}
.AnyTagClassName
{
color: #549637;
}
</style>
background-color css
<style>
a { background-color: #549637; }
a { background-color: rgb(84,150,55); }
div.DivClassName
{
background-color: #549637;
}
.BgClassName
{
background-color: #549637;
}
</style>
border-color css
<style>
span { border-color: #549637; }
span { border-color: rgb(84,150,55); }
td.TdClassName
{
border-color: #549637;
}
.TagClassName
{
border-color: #549637;
}
</style>