Shades of Limeade #549C0C
Tints of Limeade #549C0C
RGB
CMYK
RGB Variations
Color information
#549C0C (or 0x549C0C) is known color: Limeade. HEX triplet: 54, 9C and 0C. RGB value is (84,156,12). Sum of RGB (Red+Green+Blue) = 84+156+12=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 156 (61.33% from 255 or 61.90% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 156 - color contains mainly: green. Hex color #549C0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549C0C is #AB63F3. Grayscale: #767676. Windows color (decimal): -11232244 or 826452. OLE color: 826452.
HSL color Cylindrical-coordinate representation of color #549C0C: hue angle of 90º degrees, saturation: 0.86, 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 #549C0C is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 156 | 12 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.39 |
| HSL | 90º | 0.86% | 0.33% | - |
| HSV(B) | 90º | 0.92% | 0.61% | - |
| XYZ | 15.61 | 25.69 | 4.48 | - |
| YUV | 118.06 | 68.15 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 12 | 0.46 | 0 | 0.92 | 0.39 | 90 | 0.86 | 0.33 |
| Hex | 54 | 9C | C | 2E | 0 | 5C | 27 | 5A | 56 | 21 |
| Octal | 124 | 234 | 14 | 56 | 0 | 134 | 47 | 132 | 126 | 41 |
| Binary | 1010100 | 10011100 | 1100 | 101110 | 0 | 1011100 | 100111 | 1011010 | 1010110 | 100001 |
Color Harmonies of #549C0C
Complementary color
Monochromatic Colors of #549C0C
Black with #549C0C
Text Example
Text Example
White with #549C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549C0C; }
p { color: rgb(84,156,12); }
H1.HeaderClassName
{
color: #549C0C;
}
.AnyTagClassName
{
color: #549C0C;
}
</style>
background-color css
<style>
a { background-color: #549C0C; }
a { background-color: rgb(84,156,12); }
div.DivClassName
{
background-color: #549C0C;
}
.BgClassName
{
background-color: #549C0C;
}
</style>
border-color css
<style>
span { border-color: #549C0C; }
span { border-color: rgb(84,156,12); }
td.TdClassName
{
border-color: #549C0C;
}
.TagClassName
{
border-color: #549C0C;
}
</style>