Shades of Limeade #56A22D
Tints of Limeade #56A22D
RGB
CMYK
RGB Variations
Color information
#56A22D (or 0x56A22D) is known color: Limeade. HEX triplet: 56, A2 and 2D. RGB value is (86,162,45). Sum of RGB (Red+Green+Blue) = 86+162+45=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #56A22D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A22D is #A95DD2. Grayscale: #7E7E7E. Windows color (decimal): -11099603 or 2990678. OLE color: 2990678.
HSL color Cylindrical-coordinate representation of color #56A22D: hue angle of 98.97º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56A22D is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 162 | 45 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.36 |
| HSL | 98.97º | 0.57% | 0.41% | - |
| HSV(B) | 98.97º | 0.72% | 0.64% | - |
| XYZ | 17.23 | 28.01 | 6.98 | - |
| YUV | 125.94 | 82.32 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 162 | 45 | 0.47 | 0 | 0.72 | 0.36 | 98.97 | 0.57 | 0.41 |
| Hex | 56 | A2 | 2D | 2F | 0 | 48 | 24 | 63 | 39 | 29 |
| Octal | 126 | 242 | 55 | 57 | 0 | 110 | 44 | 143 | 71 | 51 |
| Binary | 1010110 | 10100010 | 101101 | 101111 | 0 | 1001000 | 100100 | 1100011 | 111001 | 101001 |
Color Harmonies of #56A22D
Complementary color
Monochromatic Colors of #56A22D
Black with #56A22D
Text Example
Text Example
White with #56A22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A22D; }
p { color: rgb(86,162,45); }
H1.HeaderClassName
{
color: #56A22D;
}
.AnyTagClassName
{
color: #56A22D;
}
</style>
background-color css
<style>
a { background-color: #56A22D; }
a { background-color: rgb(86,162,45); }
div.DivClassName
{
background-color: #56A22D;
}
.BgClassName
{
background-color: #56A22D;
}
</style>
border-color css
<style>
span { border-color: #56A22D; }
span { border-color: rgb(86,162,45); }
td.TdClassName
{
border-color: #56A22D;
}
.TagClassName
{
border-color: #56A22D;
}
</style>