Shades of Limeade #549833
Tints of Limeade #549833
RGB
CMYK
RGB Variations
Color information
#549833 (or 0x549833) is known color: Limeade. HEX triplet: 54, 98 and 33. RGB value is (84,152,51). Sum of RGB (Red+Green+Blue) = 84+152+51=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #549833 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549833 is #AB67CC. Grayscale: #787878. Windows color (decimal): -11233229 or 3381332. OLE color: 3381332.
HSL color Cylindrical-coordinate representation of color #549833: hue angle of 100.4º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #549833 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 84 | 152 | 51 | - |
| CMYK | 0.45 | 0 | 0.66 | 0.40 |
| HSL | 100.4º | 0.5% | 0.4% | - |
| HSV(B) | 100.4º | 0.66% | 0.6% | - |
| XYZ | 15.48 | 24.58 | 7.06 | - |
| YUV | 120.15 | 88.97 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 152 | 51 | 0.45 | 0 | 0.66 | 0.40 | 100.4 | 0.5 | 0.4 |
| Hex | 54 | 98 | 33 | 2D | 0 | 42 | 28 | 64 | 32 | 28 |
| Octal | 124 | 230 | 63 | 55 | 0 | 102 | 50 | 144 | 62 | 50 |
| Binary | 1010100 | 10011000 | 110011 | 101101 | 0 | 1000010 | 101000 | 1100100 | 110010 | 101000 |
Color Harmonies of #549833
Complementary color
Monochromatic Colors of #549833
Black with #549833
Text Example
Text Example
White with #549833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549833; }
p { color: rgb(84,152,51); }
H1.HeaderClassName
{
color: #549833;
}
.AnyTagClassName
{
color: #549833;
}
</style>
background-color css
<style>
a { background-color: #549833; }
a { background-color: rgb(84,152,51); }
div.DivClassName
{
background-color: #549833;
}
.BgClassName
{
background-color: #549833;
}
</style>
border-color css
<style>
span { border-color: #549833; }
span { border-color: rgb(84,152,51); }
td.TdClassName
{
border-color: #549833;
}
.TagClassName
{
border-color: #549833;
}
</style>