Shades of Apple #56BA4E
Tints of Apple #56BA4E
RGB
CMYK
RGB Variations
Color information
#56BA4E (or 0x56BA4E) is known color: Apple. HEX triplet: 56, BA and 4E. RGB value is (86,186,78). Sum of RGB (Red+Green+Blue) = 86+186+78=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BA4E is #A945B1. Grayscale: #909090. Windows color (decimal): -11093426 or 5159510. OLE color: 5159510.
HSL color Cylindrical-coordinate representation of color #56BA4E: hue angle of 115.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56BA4E is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 78 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.27 |
| HSL | 115.56º | 0.44% | 0.52% | - |
| HSV(B) | 115.56º | 0.58% | 0.73% | - |
| XYZ | 22.77 | 37.65 | 13.27 | - |
| YUV | 143.79 | 90.87 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 78 | 0.54 | 0 | 0.58 | 0.27 | 115.56 | 0.44 | 0.52 |
| Hex | 56 | BA | 4E | 36 | 0 | 3A | 1B | 74 | 2C | 34 |
| Octal | 126 | 272 | 116 | 66 | 0 | 72 | 33 | 164 | 54 | 64 |
| Binary | 1010110 | 10111010 | 1001110 | 110110 | 0 | 111010 | 11011 | 1110100 | 101100 | 110100 |
Color Harmonies of #56BA4E
Complementary color
Monochromatic Colors of #56BA4E
Black with #56BA4E
Text Example
Text Example
White with #56BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA4E; }
p { color: rgb(86,186,78); }
H1.HeaderClassName
{
color: #56BA4E;
}
.AnyTagClassName
{
color: #56BA4E;
}
</style>
background-color css
<style>
a { background-color: #56BA4E; }
a { background-color: rgb(86,186,78); }
div.DivClassName
{
background-color: #56BA4E;
}
.BgClassName
{
background-color: #56BA4E;
}
</style>
border-color css
<style>
span { border-color: #56BA4E; }
span { border-color: rgb(86,186,78); }
td.TdClassName
{
border-color: #56BA4E;
}
.TagClassName
{
border-color: #56BA4E;
}
</style>