Shades of Limeade #55981E
Tints of Limeade #55981E
RGB
CMYK
RGB Variations
Color information
#55981E (or 0x55981E) is known color: Limeade. HEX triplet: 55, 98 and 1E. RGB value is (85,152,30). Sum of RGB (Red+Green+Blue) = 85+152+30=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #55981E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55981E is #AA67E1. Grayscale: #767676. Windows color (decimal): -11167714 or 2005077. OLE color: 2005077.
HSL color Cylindrical-coordinate representation of color #55981E: hue angle of 92.95º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55981E is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 30 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.40 |
| HSL | 92.95º | 0.67% | 0.36% | - |
| HSV(B) | 92.95º | 0.8% | 0.6% | - |
| XYZ | 15.21 | 24.48 | 5.15 | - |
| YUV | 118.06 | 78.3 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 30 | 0.44 | 0 | 0.80 | 0.40 | 92.95 | 0.67 | 0.36 |
| Hex | 55 | 98 | 1E | 2C | 0 | 50 | 28 | 5D | 43 | 24 |
| Octal | 125 | 230 | 36 | 54 | 0 | 120 | 50 | 135 | 103 | 44 |
| Binary | 1010101 | 10011000 | 11110 | 101100 | 0 | 1010000 | 101000 | 1011101 | 1000011 | 100100 |
Color Harmonies of #55981E
Complementary color
Monochromatic Colors of #55981E
Black with #55981E
Text Example
Text Example
White with #55981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55981E; }
p { color: rgb(85,152,30); }
H1.HeaderClassName
{
color: #55981E;
}
.AnyTagClassName
{
color: #55981E;
}
</style>
background-color css
<style>
a { background-color: #55981E; }
a { background-color: rgb(85,152,30); }
div.DivClassName
{
background-color: #55981E;
}
.BgClassName
{
background-color: #55981E;
}
</style>
border-color css
<style>
span { border-color: #55981E; }
span { border-color: rgb(85,152,30); }
td.TdClassName
{
border-color: #55981E;
}
.TagClassName
{
border-color: #55981E;
}
</style>