Shades of Apple #56C747
Tints of Apple #56C747
RGB
CMYK
RGB Variations
Color information
#56C747 (or 0x56C747) is known color: Apple. HEX triplet: 56, C7 and 47. RGB value is (86,199,71). Sum of RGB (Red+Green+Blue) = 86+199+71=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 199 (78.12% from 255 or 55.90% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 199 - color contains mainly: green. Hex color #56C747 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C747 is #A938B8. Grayscale: #979797. Windows color (decimal): -11090105 or 4704086. OLE color: 4704086.
HSL color Cylindrical-coordinate representation of color #56C747: hue angle of 112.97º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56C747 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 199 | 71 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.22 |
| HSL | 112.97º | 0.53% | 0.53% | - |
| HSV(B) | 112.97º | 0.64% | 0.78% | - |
| XYZ | 25.4 | 43.28 | 12.98 | - |
| YUV | 150.62 | 83.06 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 199 | 71 | 0.57 | 0 | 0.64 | 0.22 | 112.97 | 0.53 | 0.53 |
| Hex | 56 | C7 | 47 | 39 | 0 | 40 | 16 | 71 | 35 | 35 |
| Octal | 126 | 307 | 107 | 71 | 0 | 100 | 26 | 161 | 65 | 65 |
| Binary | 1010110 | 11000111 | 1000111 | 111001 | 0 | 1000000 | 10110 | 1110001 | 110101 | 110101 |
Color Harmonies of #56C747
Complementary color
Monochromatic Colors of #56C747
Black with #56C747
Text Example
Text Example
White with #56C747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C747; }
p { color: rgb(86,199,71); }
H1.HeaderClassName
{
color: #56C747;
}
.AnyTagClassName
{
color: #56C747;
}
</style>
background-color css
<style>
a { background-color: #56C747; }
a { background-color: rgb(86,199,71); }
div.DivClassName
{
background-color: #56C747;
}
.BgClassName
{
background-color: #56C747;
}
</style>
border-color css
<style>
span { border-color: #56C747; }
span { border-color: rgb(86,199,71); }
td.TdClassName
{
border-color: #56C747;
}
.TagClassName
{
border-color: #56C747;
}
</style>