Shades of Limeade #55950C
Tints of Limeade #55950C
RGB
CMYK
RGB Variations
Color information
#55950C (or 0x55950C) is known color: Limeade. HEX triplet: 55, 95 and 0C. RGB value is (85,149,12). Sum of RGB (Red+Green+Blue) = 85+149+12=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #55950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55950C is #AA6AF3. Grayscale: #727272. Windows color (decimal): -11168500 or 824661. OLE color: 824661.
HSL color Cylindrical-coordinate representation of color #55950C: hue angle of 88.03º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55950C is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 149 | 12 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.42 |
| HSL | 88.03º | 0.85% | 0.32% | - |
| HSV(B) | 88.03º | 0.92% | 0.58% | - |
| XYZ | 14.56 | 23.45 | 4.11 | - |
| YUV | 114.25 | 70.3 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 12 | 0.43 | 0 | 0.92 | 0.42 | 88.03 | 0.85 | 0.32 |
| Hex | 55 | 95 | C | 2B | 0 | 5C | 2A | 58 | 55 | 20 |
| Octal | 125 | 225 | 14 | 53 | 0 | 134 | 52 | 130 | 125 | 40 |
| Binary | 1010101 | 10010101 | 1100 | 101011 | 0 | 1011100 | 101010 | 1011000 | 1010101 | 100000 |
Color Harmonies of #55950C
Complementary color
Monochromatic Colors of #55950C
Black with #55950C
Text Example
Text Example
White with #55950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55950C; }
p { color: rgb(85,149,12); }
H1.HeaderClassName
{
color: #55950C;
}
.AnyTagClassName
{
color: #55950C;
}
</style>
background-color css
<style>
a { background-color: #55950C; }
a { background-color: rgb(85,149,12); }
div.DivClassName
{
background-color: #55950C;
}
.BgClassName
{
background-color: #55950C;
}
</style>
border-color css
<style>
span { border-color: #55950C; }
span { border-color: rgb(85,149,12); }
td.TdClassName
{
border-color: #55950C;
}
.TagClassName
{
border-color: #55950C;
}
</style>