Shades of Limeade #55920F
Tints of Limeade #55920F
RGB
CMYK
RGB Variations
Color information
#55920F (or 0x55920F) is known color: Limeade. HEX triplet: 55, 92 and 0F. RGB value is (85,146,15). Sum of RGB (Red+Green+Blue) = 85+146+15=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #55920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55920F is #AA6DF0. Grayscale: #717171. Windows color (decimal): -11169265 or 1020501. OLE color: 1020501.
HSL color Cylindrical-coordinate representation of color #55920F: hue angle of 87.94º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55920F is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 146 | 15 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.43 |
| HSL | 87.94º | 0.81% | 0.32% | - |
| HSV(B) | 87.94º | 0.9% | 0.57% | - |
| XYZ | 14.11 | 22.52 | 4.06 | - |
| YUV | 112.83 | 72.79 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 15 | 0.42 | 0 | 0.90 | 0.43 | 87.94 | 0.81 | 0.32 |
| Hex | 55 | 92 | F | 2A | 0 | 5A | 2B | 58 | 51 | 20 |
| Octal | 125 | 222 | 17 | 52 | 0 | 132 | 53 | 130 | 121 | 40 |
| Binary | 1010101 | 10010010 | 1111 | 101010 | 0 | 1011010 | 101011 | 1011000 | 1010001 | 100000 |
Color Harmonies of #55920F
Complementary color
Monochromatic Colors of #55920F
Black with #55920F
Text Example
Text Example
White with #55920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55920F; }
p { color: rgb(85,146,15); }
H1.HeaderClassName
{
color: #55920F;
}
.AnyTagClassName
{
color: #55920F;
}
</style>
background-color css
<style>
a { background-color: #55920F; }
a { background-color: rgb(85,146,15); }
div.DivClassName
{
background-color: #55920F;
}
.BgClassName
{
background-color: #55920F;
}
</style>
border-color css
<style>
span { border-color: #55920F; }
span { border-color: rgb(85,146,15); }
td.TdClassName
{
border-color: #55920F;
}
.TagClassName
{
border-color: #55920F;
}
</style>