Shades of Limeade #55982B
Tints of Limeade #55982B
RGB
CMYK
RGB Variations
Color information
#55982B (or 0x55982B) is known color: Limeade. HEX triplet: 55, 98 and 2B. RGB value is (85,152,43). Sum of RGB (Red+Green+Blue) = 85+152+43=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #55982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55982B is #AA67D4. Grayscale: #777777. Windows color (decimal): -11167701 or 2857045. OLE color: 2857045.
HSL color Cylindrical-coordinate representation of color #55982B: hue angle of 96.88º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55982B is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 43 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.40 |
| HSL | 96.88º | 0.56% | 0.38% | - |
| HSV(B) | 96.88º | 0.72% | 0.6% | - |
| XYZ | 15.41 | 24.56 | 6.21 | - |
| YUV | 119.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 43 | 0.44 | 0 | 0.72 | 0.40 | 96.88 | 0.56 | 0.38 |
| Hex | 55 | 98 | 2B | 2C | 0 | 48 | 28 | 61 | 38 | 26 |
| Octal | 125 | 230 | 53 | 54 | 0 | 110 | 50 | 141 | 70 | 46 |
| Binary | 1010101 | 10011000 | 101011 | 101100 | 0 | 1001000 | 101000 | 1100001 | 111000 | 100110 |
Color Harmonies of #55982B
Complementary color
Monochromatic Colors of #55982B
Black with #55982B
Text Example
Text Example
White with #55982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55982B; }
p { color: rgb(85,152,43); }
H1.HeaderClassName
{
color: #55982B;
}
.AnyTagClassName
{
color: #55982B;
}
</style>
background-color css
<style>
a { background-color: #55982B; }
a { background-color: rgb(85,152,43); }
div.DivClassName
{
background-color: #55982B;
}
.BgClassName
{
background-color: #55982B;
}
</style>
border-color css
<style>
span { border-color: #55982B; }
span { border-color: rgb(85,152,43); }
td.TdClassName
{
border-color: #55982B;
}
.TagClassName
{
border-color: #55982B;
}
</style>