Shades of Apple #56BA50
Tints of Apple #56BA50
RGB
CMYK
RGB Variations
Color information
#56BA50 (or 0x56BA50) is known color: Apple. HEX triplet: 56, BA and 50. RGB value is (86,186,80). Sum of RGB (Red+Green+Blue) = 86+186+80=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BA50 is #A945AF. Grayscale: #909090. Windows color (decimal): -11093424 or 5290582. OLE color: 5290582.
HSL color Cylindrical-coordinate representation of color #56BA50: hue angle of 116.6º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56BA50 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 80 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.27 |
| HSL | 116.6º | 0.43% | 0.52% | - |
| HSV(B) | 116.6º | 0.57% | 0.73% | - |
| XYZ | 22.84 | 37.68 | 13.66 | - |
| YUV | 144.02 | 91.87 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 80 | 0.54 | 0 | 0.57 | 0.27 | 116.6 | 0.43 | 0.52 |
| Hex | 56 | BA | 50 | 36 | 0 | 39 | 1B | 75 | 2B | 34 |
| Octal | 126 | 272 | 120 | 66 | 0 | 71 | 33 | 165 | 53 | 64 |
| Binary | 1010110 | 10111010 | 1010000 | 110110 | 0 | 111001 | 11011 | 1110101 | 101011 | 110100 |
Color Harmonies of #56BA50
Complementary color
Monochromatic Colors of #56BA50
Black with #56BA50
Text Example
Text Example
White with #56BA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA50; }
p { color: rgb(86,186,80); }
H1.HeaderClassName
{
color: #56BA50;
}
.AnyTagClassName
{
color: #56BA50;
}
</style>
background-color css
<style>
a { background-color: #56BA50; }
a { background-color: rgb(86,186,80); }
div.DivClassName
{
background-color: #56BA50;
}
.BgClassName
{
background-color: #56BA50;
}
</style>
border-color css
<style>
span { border-color: #56BA50; }
span { border-color: rgb(86,186,80); }
td.TdClassName
{
border-color: #56BA50;
}
.TagClassName
{
border-color: #56BA50;
}
</style>