Shades of Limeade #56A20D
Tints of Limeade #56A20D
RGB
CMYK
RGB Variations
Color information
#56A20D (or 0x56A20D) is known color: Limeade. HEX triplet: 56, A2 and 0D. RGB value is (86,162,13). Sum of RGB (Red+Green+Blue) = 86+162+13=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 162 (63.67% from 255 or 62.07% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 162 - color contains mainly: green. Hex color #56A20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A20D is #A95DF2. Grayscale: #7A7A7A. Windows color (decimal): -11099635 or 893526. OLE color: 893526.
HSL color Cylindrical-coordinate representation of color #56A20D: hue angle of 90.6º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56A20D is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 162 | 13 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.36 |
| HSL | 90.6º | 0.85% | 0.34% | - |
| HSV(B) | 90.6º | 0.92% | 0.64% | - |
| XYZ | 16.83 | 27.85 | 4.87 | - |
| YUV | 122.29 | 66.32 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 162 | 13 | 0.47 | 0 | 0.92 | 0.36 | 90.6 | 0.85 | 0.34 |
| Hex | 56 | A2 | D | 2F | 0 | 5C | 24 | 5B | 55 | 22 |
| Octal | 126 | 242 | 15 | 57 | 0 | 134 | 44 | 133 | 125 | 42 |
| Binary | 1010110 | 10100010 | 1101 | 101111 | 0 | 1011100 | 100100 | 1011011 | 1010101 | 100010 |
Color Harmonies of #56A20D
Complementary color
Monochromatic Colors of #56A20D
Black with #56A20D
Text Example
Text Example
White with #56A20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A20D; }
p { color: rgb(86,162,13); }
H1.HeaderClassName
{
color: #56A20D;
}
.AnyTagClassName
{
color: #56A20D;
}
</style>
background-color css
<style>
a { background-color: #56A20D; }
a { background-color: rgb(86,162,13); }
div.DivClassName
{
background-color: #56A20D;
}
.BgClassName
{
background-color: #56A20D;
}
</style>
border-color css
<style>
span { border-color: #56A20D; }
span { border-color: rgb(86,162,13); }
td.TdClassName
{
border-color: #56A20D;
}
.TagClassName
{
border-color: #56A20D;
}
</style>