Shades of Limeade #549B0D
Tints of Limeade #549B0D
RGB
CMYK
RGB Variations
Color information
#549B0D (or 0x549B0D) is known color: Limeade. HEX triplet: 54, 9B and 0D. RGB value is (84,155,13). Sum of RGB (Red+Green+Blue) = 84+155+13=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 155 (60.94% from 255 or 61.51% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 155 - color contains mainly: green. Hex color #549B0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549B0D is #AB64F2. Grayscale: #767676. Windows color (decimal): -11232499 or 891732. OLE color: 891732.
HSL color Cylindrical-coordinate representation of color #549B0D: hue angle of 90º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #549B0D is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 155 | 13 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.39 |
| HSL | 90º | 0.85% | 0.33% | - |
| HSV(B) | 90º | 0.92% | 0.61% | - |
| XYZ | 15.45 | 25.36 | 4.46 | - |
| YUV | 117.58 | 68.98 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 13 | 0.46 | 0 | 0.92 | 0.39 | 90 | 0.85 | 0.33 |
| Hex | 54 | 9B | D | 2E | 0 | 5C | 27 | 5A | 55 | 21 |
| Octal | 124 | 233 | 15 | 56 | 0 | 134 | 47 | 132 | 125 | 41 |
| Binary | 1010100 | 10011011 | 1101 | 101110 | 0 | 1011100 | 100111 | 1011010 | 1010101 | 100001 |
Color Harmonies of #549B0D
Complementary color
Monochromatic Colors of #549B0D
Black with #549B0D
Text Example
Text Example
White with #549B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549B0D; }
p { color: rgb(84,155,13); }
H1.HeaderClassName
{
color: #549B0D;
}
.AnyTagClassName
{
color: #549B0D;
}
</style>
background-color css
<style>
a { background-color: #549B0D; }
a { background-color: rgb(84,155,13); }
div.DivClassName
{
background-color: #549B0D;
}
.BgClassName
{
background-color: #549B0D;
}
</style>
border-color css
<style>
span { border-color: #549B0D; }
span { border-color: rgb(84,155,13); }
td.TdClassName
{
border-color: #549B0D;
}
.TagClassName
{
border-color: #549B0D;
}
</style>