Shades of Limeade #56992B
Tints of Limeade #56992B
RGB
CMYK
RGB Variations
Color information
#56992B (or 0x56992B) is known color: Limeade. HEX triplet: 56, 99 and 2B. RGB value is (86,153,43). Sum of RGB (Red+Green+Blue) = 86+153+43=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #56992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56992B is #A966D4. Grayscale: #787878. Windows color (decimal): -11101909 or 2857302. OLE color: 2857302.
HSL color Cylindrical-coordinate representation of color #56992B: hue angle of 96.55º 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 #56992B is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 153 | 43 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.4 |
| HSL | 96.55º | 0.56% | 0.38% | - |
| HSV(B) | 96.55º | 0.72% | 0.6% | - |
| XYZ | 15.67 | 24.94 | 6.27 | - |
| YUV | 120.43 | 84.3 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 153 | 43 | 0.44 | 0 | 0.72 | 0.4 | 96.55 | 0.56 | 0.38 |
| Hex | 56 | 99 | 2B | 2C | 0 | 48 | 28 | 61 | 38 | 26 |
| Octal | 126 | 231 | 53 | 54 | 0 | 110 | 50 | 141 | 70 | 46 |
| Binary | 1010110 | 10011001 | 101011 | 101100 | 0 | 1001000 | 101000 | 1100001 | 111000 | 100110 |
Color Harmonies of #56992B
Complementary color
Monochromatic Colors of #56992B
Black with #56992B
Text Example
Text Example
White with #56992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56992B; }
p { color: rgb(86,153,43); }
H1.HeaderClassName
{
color: #56992B;
}
.AnyTagClassName
{
color: #56992B;
}
</style>
background-color css
<style>
a { background-color: #56992B; }
a { background-color: rgb(86,153,43); }
div.DivClassName
{
background-color: #56992B;
}
.BgClassName
{
background-color: #56992B;
}
</style>
border-color css
<style>
span { border-color: #56992B; }
span { border-color: rgb(86,153,43); }
td.TdClassName
{
border-color: #56992B;
}
.TagClassName
{
border-color: #56992B;
}
</style>