Shades of Limeade #55992E
Tints of Limeade #55992E
RGB
CMYK
RGB Variations
Color information
#55992E (or 0x55992E) is known color: Limeade. HEX triplet: 55, 99 and 2E. RGB value is (85,153,46). Sum of RGB (Red+Green+Blue) = 85+153+46=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #55992E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55992E is #AA66D1. Grayscale: #787878. Windows color (decimal): -11167442 or 3053909. OLE color: 3053909.
HSL color Cylindrical-coordinate representation of color #55992E: hue angle of 98.13º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55992E is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 46 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.4 |
| HSL | 98.13º | 0.54% | 0.39% | - |
| HSV(B) | 98.13º | 0.7% | 0.6% | - |
| XYZ | 15.63 | 24.91 | 6.57 | - |
| YUV | 120.47 | 85.97 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 46 | 0.44 | 0 | 0.70 | 0.4 | 98.13 | 0.54 | 0.39 |
| Hex | 55 | 99 | 2E | 2C | 0 | 46 | 28 | 62 | 36 | 27 |
| Octal | 125 | 231 | 56 | 54 | 0 | 106 | 50 | 142 | 66 | 47 |
| Binary | 1010101 | 10011001 | 101110 | 101100 | 0 | 1000110 | 101000 | 1100010 | 110110 | 100111 |
Color Harmonies of #55992E
Complementary color
Monochromatic Colors of #55992E
Black with #55992E
Text Example
Text Example
White with #55992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55992E; }
p { color: rgb(85,153,46); }
H1.HeaderClassName
{
color: #55992E;
}
.AnyTagClassName
{
color: #55992E;
}
</style>
background-color css
<style>
a { background-color: #55992E; }
a { background-color: rgb(85,153,46); }
div.DivClassName
{
background-color: #55992E;
}
.BgClassName
{
background-color: #55992E;
}
</style>
border-color css
<style>
span { border-color: #55992E; }
span { border-color: rgb(85,153,46); }
td.TdClassName
{
border-color: #55992E;
}
.TagClassName
{
border-color: #55992E;
}
</style>