Shades of Limeade #55942C
Tints of Limeade #55942C
RGB
CMYK
RGB Variations
Color information
#55942C (or 0x55942C) is known color: Limeade. HEX triplet: 55, 94 and 2C. RGB value is (85,148,44). Sum of RGB (Red+Green+Blue) = 85+148+44=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #55942C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55942C is #AA6BD3. Grayscale: #757575. Windows color (decimal): -11168724 or 2921557. OLE color: 2921557.
HSL color Cylindrical-coordinate representation of color #55942C: hue angle of 96.35º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55942C is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 148 | 44 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.42 |
| HSL | 96.35º | 0.54% | 0.38% | - |
| HSV(B) | 96.35º | 0.7% | 0.58% | - |
| XYZ | 14.79 | 23.29 | 6.1 | - |
| YUV | 117.31 | 86.63 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 148 | 44 | 0.43 | 0 | 0.70 | 0.42 | 96.35 | 0.54 | 0.38 |
| Hex | 55 | 94 | 2C | 2B | 0 | 46 | 2A | 60 | 36 | 26 |
| Octal | 125 | 224 | 54 | 53 | 0 | 106 | 52 | 140 | 66 | 46 |
| Binary | 1010101 | 10010100 | 101100 | 101011 | 0 | 1000110 | 101010 | 1100000 | 110110 | 100110 |
Color Harmonies of #55942C
Complementary color
Monochromatic Colors of #55942C
Black with #55942C
Text Example
Text Example
White with #55942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55942C; }
p { color: rgb(85,148,44); }
H1.HeaderClassName
{
color: #55942C;
}
.AnyTagClassName
{
color: #55942C;
}
</style>
background-color css
<style>
a { background-color: #55942C; }
a { background-color: rgb(85,148,44); }
div.DivClassName
{
background-color: #55942C;
}
.BgClassName
{
background-color: #55942C;
}
</style>
border-color css
<style>
span { border-color: #55942C; }
span { border-color: rgb(85,148,44); }
td.TdClassName
{
border-color: #55942C;
}
.TagClassName
{
border-color: #55942C;
}
</style>