Shades of Limeade #55950F
Tints of Limeade #55950F
RGB
CMYK
RGB Variations
Color information
#55950F (or 0x55950F) is known color: Limeade. HEX triplet: 55, 95 and 0F. RGB value is (85,149,15). Sum of RGB (Red+Green+Blue) = 85+149+15=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #55950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55950F is #AA6AF0. Grayscale: #737373. Windows color (decimal): -11168497 or 1021269. OLE color: 1021269.
HSL color Cylindrical-coordinate representation of color #55950F: hue angle of 88.66º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55950F is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 149 | 15 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.42 |
| HSL | 88.66º | 0.82% | 0.32% | - |
| HSV(B) | 88.66º | 0.9% | 0.58% | - |
| XYZ | 14.58 | 23.46 | 4.21 | - |
| YUV | 114.59 | 71.8 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 15 | 0.43 | 0 | 0.90 | 0.42 | 88.66 | 0.82 | 0.32 |
| Hex | 55 | 95 | F | 2B | 0 | 5A | 2A | 59 | 52 | 20 |
| Octal | 125 | 225 | 17 | 53 | 0 | 132 | 52 | 131 | 122 | 40 |
| Binary | 1010101 | 10010101 | 1111 | 101011 | 0 | 1011010 | 101010 | 1011001 | 1010010 | 100000 |
Color Harmonies of #55950F
Complementary color
Monochromatic Colors of #55950F
Black with #55950F
Text Example
Text Example
White with #55950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55950F; }
p { color: rgb(85,149,15); }
H1.HeaderClassName
{
color: #55950F;
}
.AnyTagClassName
{
color: #55950F;
}
</style>
background-color css
<style>
a { background-color: #55950F; }
a { background-color: rgb(85,149,15); }
div.DivClassName
{
background-color: #55950F;
}
.BgClassName
{
background-color: #55950F;
}
</style>
border-color css
<style>
span { border-color: #55950F; }
span { border-color: rgb(85,149,15); }
td.TdClassName
{
border-color: #55950F;
}
.TagClassName
{
border-color: #55950F;
}
</style>