Shades of Limeade #56A135
Tints of Limeade #56A135
RGB
CMYK
RGB Variations
Color information
#56A135 (or 0x56A135) is known color: Limeade. HEX triplet: 56, A1 and 35. RGB value is (86,161,53). Sum of RGB (Red+Green+Blue) = 86+161+53=300 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.67% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #56A135 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56A135 is #A95ECA. Grayscale: #7E7E7E. Windows color (decimal): -11099851 or 3514710. OLE color: 3514710.
HSL color Cylindrical-coordinate representation of color #56A135: hue angle of 101.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56A135 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 161 | 53 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.37 |
| HSL | 101.67º | 0.5% | 0.42% | - |
| HSV(B) | 101.67º | 0.67% | 0.63% | - |
| XYZ | 17.23 | 27.73 | 7.81 | - |
| YUV | 126.26 | 86.65 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 161 | 53 | 0.47 | 0 | 0.67 | 0.37 | 101.67 | 0.5 | 0.42 |
| Hex | 56 | A1 | 35 | 2F | 0 | 43 | 25 | 66 | 32 | 2A |
| Octal | 126 | 241 | 65 | 57 | 0 | 103 | 45 | 146 | 62 | 52 |
| Binary | 1010110 | 10100001 | 110101 | 101111 | 0 | 1000011 | 100101 | 1100110 | 110010 | 101010 |
Color Harmonies of #56A135
Complementary color
Monochromatic Colors of #56A135
Black with #56A135
Text Example
Text Example
White with #56A135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A135; }
p { color: rgb(86,161,53); }
H1.HeaderClassName
{
color: #56A135;
}
.AnyTagClassName
{
color: #56A135;
}
</style>
background-color css
<style>
a { background-color: #56A135; }
a { background-color: rgb(86,161,53); }
div.DivClassName
{
background-color: #56A135;
}
.BgClassName
{
background-color: #56A135;
}
</style>
border-color css
<style>
span { border-color: #56A135; }
span { border-color: rgb(86,161,53); }
td.TdClassName
{
border-color: #56A135;
}
.TagClassName
{
border-color: #56A135;
}
</style>