Shades of Limeade #55952E
Tints of Limeade #55952E
RGB
CMYK
RGB Variations
Color information
#55952E (or 0x55952E) is known color: Limeade. HEX triplet: 55, 95 and 2E. RGB value is (85,149,46). Sum of RGB (Red+Green+Blue) = 85+149+46=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #55952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55952E is #AA6AD1. Grayscale: #767676. Windows color (decimal): -11168466 or 3052885. OLE color: 3052885.
HSL color Cylindrical-coordinate representation of color #55952E: hue angle of 97.28º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55952E is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 149 | 46 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.42 |
| HSL | 97.28º | 0.53% | 0.38% | - |
| HSV(B) | 97.28º | 0.69% | 0.58% | - |
| XYZ | 14.99 | 23.62 | 6.35 | - |
| YUV | 118.12 | 87.3 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 46 | 0.43 | 0 | 0.69 | 0.42 | 97.28 | 0.53 | 0.38 |
| Hex | 55 | 95 | 2E | 2B | 0 | 45 | 2A | 61 | 35 | 26 |
| Octal | 125 | 225 | 56 | 53 | 0 | 105 | 52 | 141 | 65 | 46 |
| Binary | 1010101 | 10010101 | 101110 | 101011 | 0 | 1000101 | 101010 | 1100001 | 110101 | 100110 |
Color Harmonies of #55952E
Complementary color
Monochromatic Colors of #55952E
Black with #55952E
Text Example
Text Example
White with #55952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55952E; }
p { color: rgb(85,149,46); }
H1.HeaderClassName
{
color: #55952E;
}
.AnyTagClassName
{
color: #55952E;
}
</style>
background-color css
<style>
a { background-color: #55952E; }
a { background-color: rgb(85,149,46); }
div.DivClassName
{
background-color: #55952E;
}
.BgClassName
{
background-color: #55952E;
}
</style>
border-color css
<style>
span { border-color: #55952E; }
span { border-color: rgb(85,149,46); }
td.TdClassName
{
border-color: #55952E;
}
.TagClassName
{
border-color: #55952E;
}
</style>