Shades of Limeade #55992B
Tints of Limeade #55992B
RGB
CMYK
RGB Variations
Color information
#55992B (or 0x55992B) is known color: Limeade. HEX triplet: 55, 99 and 2B. RGB value is (85,153,43). Sum of RGB (Red+Green+Blue) = 85+153+43=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #55992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55992B is #AA66D4. Grayscale: #787878. Windows color (decimal): -11167445 or 2857301. OLE color: 2857301.
HSL color Cylindrical-coordinate representation of color #55992B: hue angle of 97.09º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55992B is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 85 | 153 | 43 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.4 |
| HSL | 97.09º | 0.56% | 0.38% | - |
| HSV(B) | 97.09º | 0.72% | 0.6% | - |
| XYZ | 15.57 | 24.89 | 6.27 | - |
| YUV | 120.13 | 84.47 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 153 | 43 | 0.44 | 0 | 0.72 | 0.4 | 97.09 | 0.56 | 0.38 |
| Hex | 55 | 99 | 2B | 2C | 0 | 48 | 28 | 61 | 38 | 26 |
| Octal | 125 | 231 | 53 | 54 | 0 | 110 | 50 | 141 | 70 | 46 |
| Binary | 1010101 | 10011001 | 101011 | 101100 | 0 | 1001000 | 101000 | 1100001 | 111000 | 100110 |
Color Harmonies of #55992B
Complementary color
Monochromatic Colors of #55992B
Black with #55992B
Text Example
Text Example
White with #55992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55992B; }
p { color: rgb(85,153,43); }
H1.HeaderClassName
{
color: #55992B;
}
.AnyTagClassName
{
color: #55992B;
}
</style>
background-color css
<style>
a { background-color: #55992B; }
a { background-color: rgb(85,153,43); }
div.DivClassName
{
background-color: #55992B;
}
.BgClassName
{
background-color: #55992B;
}
</style>
border-color css
<style>
span { border-color: #55992B; }
span { border-color: rgb(85,153,43); }
td.TdClassName
{
border-color: #55992B;
}
.TagClassName
{
border-color: #55992B;
}
</style>