Shades of Limeade #55910E
Tints of Limeade #55910E
RGB
CMYK
RGB Variations
Color information
#55910E (or 0x55910E) is known color: Limeade. HEX triplet: 55, 91 and 0E. RGB value is (85,145,14). Sum of RGB (Red+Green+Blue) = 85+145+14=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 145 (57.03% from 255 or 59.43% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 145 - color contains mainly: green. Hex color #55910E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55910E is #AA6EF1. Grayscale: #707070. Windows color (decimal): -11169522 or 954709. OLE color: 954709.
HSL color Cylindrical-coordinate representation of color #55910E: hue angle of 87.48º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55910E is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 145 | 14 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.43 |
| HSL | 87.48º | 0.82% | 0.31% | - |
| HSV(B) | 87.48º | 0.9% | 0.57% | - |
| XYZ | 13.95 | 22.21 | 3.97 | - |
| YUV | 112.13 | 72.62 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 14 | 0.41 | 0 | 0.90 | 0.43 | 87.48 | 0.82 | 0.31 |
| Hex | 55 | 91 | E | 29 | 0 | 5A | 2B | 57 | 52 | 1F |
| Octal | 125 | 221 | 16 | 51 | 0 | 132 | 53 | 127 | 122 | 37 |
| Binary | 1010101 | 10010001 | 1110 | 101001 | 0 | 1011010 | 101011 | 1010111 | 1010010 | 11111 |
Color Harmonies of #55910E
Complementary color
Monochromatic Colors of #55910E
Black with #55910E
Text Example
Text Example
White with #55910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55910E; }
p { color: rgb(85,145,14); }
H1.HeaderClassName
{
color: #55910E;
}
.AnyTagClassName
{
color: #55910E;
}
</style>
background-color css
<style>
a { background-color: #55910E; }
a { background-color: rgb(85,145,14); }
div.DivClassName
{
background-color: #55910E;
}
.BgClassName
{
background-color: #55910E;
}
</style>
border-color css
<style>
span { border-color: #55910E; }
span { border-color: rgb(85,145,14); }
td.TdClassName
{
border-color: #55910E;
}
.TagClassName
{
border-color: #55910E;
}
</style>