Shades of Apple #56C850
Tints of Apple #56C850
RGB
CMYK
RGB Variations
Color information
#56C850 (or 0x56C850) is known color: Apple. HEX triplet: 56, C8 and 50. RGB value is (86,200,80). Sum of RGB (Red+Green+Blue) = 86+200+80=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #56C850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C850 is #A937AF. Grayscale: #989898. Windows color (decimal): -11089840 or 5294166. OLE color: 5294166.
HSL color Cylindrical-coordinate representation of color #56C850: hue angle of 117º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56C850 is Cyan = 0.57, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 200 | 80 | - |
| CMYK | 0.57 | 0 | 0.6 | 0.22 |
| HSL | 117º | 0.52% | 0.55% | - |
| HSV(B) | 117º | 0.6% | 0.78% | - |
| XYZ | 25.94 | 43.87 | 14.69 | - |
| YUV | 152.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 200 | 80 | 0.57 | 0 | 0.6 | 0.22 | 117 | 0.52 | 0.55 |
| Hex | 56 | C8 | 50 | 39 | 0 | 3C | 16 | 75 | 34 | 37 |
| Octal | 126 | 310 | 120 | 71 | 0 | 74 | 26 | 165 | 64 | 67 |
| Binary | 1010110 | 11001000 | 1010000 | 111001 | 0 | 111100 | 10110 | 1110101 | 110100 | 110111 |
Color Harmonies of #56C850
Complementary color
Monochromatic Colors of #56C850
Black with #56C850
Text Example
Text Example
White with #56C850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C850; }
p { color: rgb(86,200,80); }
H1.HeaderClassName
{
color: #56C850;
}
.AnyTagClassName
{
color: #56C850;
}
</style>
background-color css
<style>
a { background-color: #56C850; }
a { background-color: rgb(86,200,80); }
div.DivClassName
{
background-color: #56C850;
}
.BgClassName
{
background-color: #56C850;
}
</style>
border-color css
<style>
span { border-color: #56C850; }
span { border-color: rgb(86,200,80); }
td.TdClassName
{
border-color: #56C850;
}
.TagClassName
{
border-color: #56C850;
}
</style>