Shades of Limeade #549910
Tints of Limeade #549910
RGB
CMYK
RGB Variations
Color information
#549910 (or 0x549910) is known color: Limeade. HEX triplet: 54, 99 and 10. RGB value is (84,153,16). Sum of RGB (Red+Green+Blue) = 84+153+16=253 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.20% from 253); Green value is 153 (60.16% from 255 or 60.47% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 153 - color contains mainly: green. Hex color #549910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549910 is #AB66EF. Grayscale: #757575. Windows color (decimal): -11233008 or 1087828. OLE color: 1087828.
HSL color Cylindrical-coordinate representation of color #549910: hue angle of 90.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #549910 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 16 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.4 |
| HSL | 90.22º | 0.81% | 0.33% | - |
| HSV(B) | 90.22º | 0.9% | 0.6% | - |
| XYZ | 15.14 | 24.7 | 4.46 | - |
| YUV | 116.75 | 71.14 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 16 | 0.45 | 0 | 0.90 | 0.4 | 90.22 | 0.81 | 0.33 |
| Hex | 54 | 99 | 10 | 2D | 0 | 5A | 28 | 5A | 51 | 21 |
| Octal | 124 | 231 | 20 | 55 | 0 | 132 | 50 | 132 | 121 | 41 |
| Binary | 1010100 | 10011001 | 10000 | 101101 | 0 | 1011010 | 101000 | 1011010 | 1010001 | 100001 |
Color Harmonies of #549910
Complementary color
Monochromatic Colors of #549910
Black with #549910
Text Example
Text Example
White with #549910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549910; }
p { color: rgb(84,153,16); }
H1.HeaderClassName
{
color: #549910;
}
.AnyTagClassName
{
color: #549910;
}
</style>
background-color css
<style>
a { background-color: #549910; }
a { background-color: rgb(84,153,16); }
div.DivClassName
{
background-color: #549910;
}
.BgClassName
{
background-color: #549910;
}
</style>
border-color css
<style>
span { border-color: #549910; }
span { border-color: rgb(84,153,16); }
td.TdClassName
{
border-color: #549910;
}
.TagClassName
{
border-color: #549910;
}
</style>