Shades of Limeade #55960C
Tints of Limeade #55960C
RGB
CMYK
RGB Variations
Color information
#55960C (or 0x55960C) is known color: Limeade. HEX triplet: 55, 96 and 0C. RGB value is (85,150,12). Sum of RGB (Red+Green+Blue) = 85+150+12=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 150 (58.98% from 255 or 60.73% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 150 - color contains mainly: green. Hex color #55960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55960C is #AA69F3. Grayscale: #737373. Windows color (decimal): -11168244 or 824917. OLE color: 824917.
HSL color Cylindrical-coordinate representation of color #55960C: hue angle of 88.26º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55960C is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 150 | 12 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.41 |
| HSL | 88.26º | 0.85% | 0.32% | - |
| HSV(B) | 88.26º | 0.92% | 0.59% | - |
| XYZ | 14.72 | 23.77 | 4.16 | - |
| YUV | 114.83 | 69.97 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 150 | 12 | 0.43 | 0 | 0.92 | 0.41 | 88.26 | 0.85 | 0.32 |
| Hex | 55 | 96 | C | 2B | 0 | 5C | 29 | 58 | 55 | 20 |
| Octal | 125 | 226 | 14 | 53 | 0 | 134 | 51 | 130 | 125 | 40 |
| Binary | 1010101 | 10010110 | 1100 | 101011 | 0 | 1011100 | 101001 | 1011000 | 1010101 | 100000 |
Color Harmonies of #55960C
Complementary color
Monochromatic Colors of #55960C
Black with #55960C
Text Example
Text Example
White with #55960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55960C; }
p { color: rgb(85,150,12); }
H1.HeaderClassName
{
color: #55960C;
}
.AnyTagClassName
{
color: #55960C;
}
</style>
background-color css
<style>
a { background-color: #55960C; }
a { background-color: rgb(85,150,12); }
div.DivClassName
{
background-color: #55960C;
}
.BgClassName
{
background-color: #55960C;
}
</style>
border-color css
<style>
span { border-color: #55960C; }
span { border-color: rgb(85,150,12); }
td.TdClassName
{
border-color: #55960C;
}
.TagClassName
{
border-color: #55960C;
}
</style>