Shades of Limeade #549004
Tints of Limeade #549004
RGB
CMYK
RGB Variations
Color information
#549004 (or 0x549004) is known color: Limeade. HEX triplet: 54, 90 and 04. RGB value is (84,144,4). Sum of RGB (Red+Green+Blue) = 84+144+4=232 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.21% from 232); Green value is 144 (56.64% from 255 or 62.07% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 144 - color contains mainly: green. Hex color #549004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549004 is #AB6FFB. Grayscale: #6E6E6E. Windows color (decimal): -11235324 or 299092. OLE color: 299092.
HSL color Cylindrical-coordinate representation of color #549004: hue angle of 85.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #549004 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 144 | 4 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.44 |
| HSL | 85.71º | 0.95% | 0.29% | - |
| HSV(B) | 85.71º | 0.97% | 0.56% | - |
| XYZ | 13.65 | 21.84 | 3.61 | - |
| YUV | 110.1 | 68.12 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 4 | 0.42 | 0 | 0.97 | 0.44 | 85.71 | 0.95 | 0.29 |
| Hex | 54 | 90 | 4 | 2A | 0 | 61 | 2C | 56 | 5F | 1D |
| Octal | 124 | 220 | 4 | 52 | 0 | 141 | 54 | 126 | 137 | 35 |
| Binary | 1010100 | 10010000 | 100 | 101010 | 0 | 1100001 | 101100 | 1010110 | 1011111 | 11101 |
Color Harmonies of #549004
Complementary color
Monochromatic Colors of #549004
Black with #549004
Text Example
Text Example
White with #549004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549004; }
p { color: rgb(84,144,4); }
H1.HeaderClassName
{
color: #549004;
}
.AnyTagClassName
{
color: #549004;
}
</style>
background-color css
<style>
a { background-color: #549004; }
a { background-color: rgb(84,144,4); }
div.DivClassName
{
background-color: #549004;
}
.BgClassName
{
background-color: #549004;
}
</style>
border-color css
<style>
span { border-color: #549004; }
span { border-color: rgb(84,144,4); }
td.TdClassName
{
border-color: #549004;
}
.TagClassName
{
border-color: #549004;
}
</style>