Shades of Limeade #549627
Tints of Limeade #549627
RGB
CMYK
RGB Variations
Color information
#549627 (or 0x549627) is known color: Limeade. HEX triplet: 54, 96 and 27. RGB value is (84,150,39). Sum of RGB (Red+Green+Blue) = 84+150+39=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #549627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549627 is #AB69D8. Grayscale: #757575. Windows color (decimal): -11233753 or 2594388. OLE color: 2594388.
HSL color Cylindrical-coordinate representation of color #549627: hue angle of 95.68º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #549627 is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 150 | 39 | - |
| CMYK | 0.44 | 0 | 0.74 | 0.41 |
| HSL | 95.68º | 0.59% | 0.37% | - |
| HSV(B) | 95.68º | 0.74% | 0.59% | - |
| XYZ | 14.93 | 23.84 | 5.73 | - |
| YUV | 117.61 | 83.63 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 150 | 39 | 0.44 | 0 | 0.74 | 0.41 | 95.68 | 0.59 | 0.37 |
| Hex | 54 | 96 | 27 | 2C | 0 | 4A | 29 | 60 | 3B | 25 |
| Octal | 124 | 226 | 47 | 54 | 0 | 112 | 51 | 140 | 73 | 45 |
| Binary | 1010100 | 10010110 | 100111 | 101100 | 0 | 1001010 | 101001 | 1100000 | 111011 | 100101 |
Color Harmonies of #549627
Complementary color
Monochromatic Colors of #549627
Black with #549627
Text Example
Text Example
White with #549627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549627; }
p { color: rgb(84,150,39); }
H1.HeaderClassName
{
color: #549627;
}
.AnyTagClassName
{
color: #549627;
}
</style>
background-color css
<style>
a { background-color: #549627; }
a { background-color: rgb(84,150,39); }
div.DivClassName
{
background-color: #549627;
}
.BgClassName
{
background-color: #549627;
}
</style>
border-color css
<style>
span { border-color: #549627; }
span { border-color: rgb(84,150,39); }
td.TdClassName
{
border-color: #549627;
}
.TagClassName
{
border-color: #549627;
}
</style>