Shades of Limeade #55961E
Tints of Limeade #55961E
RGB
CMYK
RGB Variations
Color information
#55961E (or 0x55961E) is known color: Limeade. HEX triplet: 55, 96 and 1E. RGB value is (85,150,30). Sum of RGB (Red+Green+Blue) = 85+150+30=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #55961E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55961E is #AA69E1. Grayscale: #757575. Windows color (decimal): -11168226 or 2004565. OLE color: 2004565.
HSL color Cylindrical-coordinate representation of color #55961E: hue angle of 92.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55961E is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 150 | 30 | - |
| CMYK | 0.43 | 0 | 0.80 | 0.41 |
| HSL | 92.5º | 0.67% | 0.35% | - |
| HSV(B) | 92.5º | 0.8% | 0.59% | - |
| XYZ | 14.89 | 23.84 | 5.04 | - |
| YUV | 116.89 | 78.97 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 150 | 30 | 0.43 | 0 | 0.80 | 0.41 | 92.5 | 0.67 | 0.35 |
| Hex | 55 | 96 | 1E | 2B | 0 | 50 | 29 | 5C | 43 | 23 |
| Octal | 125 | 226 | 36 | 53 | 0 | 120 | 51 | 134 | 103 | 43 |
| Binary | 1010101 | 10010110 | 11110 | 101011 | 0 | 1010000 | 101001 | 1011100 | 1000011 | 100011 |
Color Harmonies of #55961E
Complementary color
Monochromatic Colors of #55961E
Black with #55961E
Text Example
Text Example
White with #55961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55961E; }
p { color: rgb(85,150,30); }
H1.HeaderClassName
{
color: #55961E;
}
.AnyTagClassName
{
color: #55961E;
}
</style>
background-color css
<style>
a { background-color: #55961E; }
a { background-color: rgb(85,150,30); }
div.DivClassName
{
background-color: #55961E;
}
.BgClassName
{
background-color: #55961E;
}
</style>
border-color css
<style>
span { border-color: #55961E; }
span { border-color: rgb(85,150,30); }
td.TdClassName
{
border-color: #55961E;
}
.TagClassName
{
border-color: #55961E;
}
</style>