Shades of Limeade #55920B
Tints of Limeade #55920B
RGB
CMYK
RGB Variations
Color information
#55920B (or 0x55920B) is known color: Limeade. HEX triplet: 55, 92 and 0B. RGB value is (85,146,11). Sum of RGB (Red+Green+Blue) = 85+146+11=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #55920B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55920B is #AA6DF4. Grayscale: #707070. Windows color (decimal): -11169269 or 758357. OLE color: 758357.
HSL color Cylindrical-coordinate representation of color #55920B: hue angle of 87.11º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55920B is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 146 | 11 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.43 |
| HSL | 87.11º | 0.86% | 0.31% | - |
| HSV(B) | 87.11º | 0.92% | 0.57% | - |
| XYZ | 14.09 | 22.51 | 3.92 | - |
| YUV | 112.37 | 70.79 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 11 | 0.42 | 0 | 0.92 | 0.43 | 87.11 | 0.86 | 0.31 |
| Hex | 55 | 92 | B | 2A | 0 | 5C | 2B | 57 | 56 | 1F |
| Octal | 125 | 222 | 13 | 52 | 0 | 134 | 53 | 127 | 126 | 37 |
| Binary | 1010101 | 10010010 | 1011 | 101010 | 0 | 1011100 | 101011 | 1010111 | 1010110 | 11111 |
Color Harmonies of #55920B
Complementary color
Monochromatic Colors of #55920B
Black with #55920B
Text Example
Text Example
White with #55920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55920B; }
p { color: rgb(85,146,11); }
H1.HeaderClassName
{
color: #55920B;
}
.AnyTagClassName
{
color: #55920B;
}
</style>
background-color css
<style>
a { background-color: #55920B; }
a { background-color: rgb(85,146,11); }
div.DivClassName
{
background-color: #55920B;
}
.BgClassName
{
background-color: #55920B;
}
</style>
border-color css
<style>
span { border-color: #55920B; }
span { border-color: rgb(85,146,11); }
td.TdClassName
{
border-color: #55920B;
}
.TagClassName
{
border-color: #55920B;
}
</style>