Shades of Limeade #55982D
Tints of Limeade #55982D
RGB
CMYK
RGB Variations
Color information
#55982D (or 0x55982D) is known color: Limeade. HEX triplet: 55, 98 and 2D. RGB value is (85,152,45). Sum of RGB (Red+Green+Blue) = 85+152+45=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #55982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55982D is #AA67D2. Grayscale: #787878. Windows color (decimal): -11167699 or 2988117. OLE color: 2988117.
HSL color Cylindrical-coordinate representation of color #55982D: hue angle of 97.57º 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 #55982D is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 45 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.40 |
| HSL | 97.57º | 0.54% | 0.39% | - |
| HSV(B) | 97.57º | 0.7% | 0.6% | - |
| XYZ | 15.45 | 24.58 | 6.41 | - |
| YUV | 119.77 | 85.8 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 45 | 0.44 | 0 | 0.70 | 0.40 | 97.57 | 0.54 | 0.39 |
| Hex | 55 | 98 | 2D | 2C | 0 | 46 | 28 | 62 | 36 | 27 |
| Octal | 125 | 230 | 55 | 54 | 0 | 106 | 50 | 142 | 66 | 47 |
| Binary | 1010101 | 10011000 | 101101 | 101100 | 0 | 1000110 | 101000 | 1100010 | 110110 | 100111 |
Color Harmonies of #55982D
Complementary color
Monochromatic Colors of #55982D
Black with #55982D
Text Example
Text Example
White with #55982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55982D; }
p { color: rgb(85,152,45); }
H1.HeaderClassName
{
color: #55982D;
}
.AnyTagClassName
{
color: #55982D;
}
</style>
background-color css
<style>
a { background-color: #55982D; }
a { background-color: rgb(85,152,45); }
div.DivClassName
{
background-color: #55982D;
}
.BgClassName
{
background-color: #55982D;
}
</style>
border-color css
<style>
span { border-color: #55982D; }
span { border-color: rgb(85,152,45); }
td.TdClassName
{
border-color: #55982D;
}
.TagClassName
{
border-color: #55982D;
}
</style>