Shades of Apple #56C840
Tints of Apple #56C840
RGB
CMYK
RGB Variations
Color information
#56C840 (or 0x56C840) is known color: Apple. HEX triplet: 56, C8 and 40. RGB value is (86,200,64). Sum of RGB (Red+Green+Blue) = 86+200+64=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #56C840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C840 is #A937BF. Grayscale: #969696. Windows color (decimal): -11089856 or 4245590. OLE color: 4245590.
HSL color Cylindrical-coordinate representation of color #56C840: hue angle of 110.29º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56C840 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 200 | 64 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.22 |
| HSL | 110.29º | 0.55% | 0.52% | - |
| HSV(B) | 110.29º | 0.68% | 0.78% | - |
| XYZ | 25.42 | 43.66 | 11.94 | - |
| YUV | 150.41 | 79.23 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 200 | 64 | 0.57 | 0 | 0.68 | 0.22 | 110.29 | 0.55 | 0.52 |
| Hex | 56 | C8 | 40 | 39 | 0 | 44 | 16 | 6E | 37 | 34 |
| Octal | 126 | 310 | 100 | 71 | 0 | 104 | 26 | 156 | 67 | 64 |
| Binary | 1010110 | 11001000 | 1000000 | 111001 | 0 | 1000100 | 10110 | 1101110 | 110111 | 110100 |
Color Harmonies of #56C840
Complementary color
Monochromatic Colors of #56C840
Black with #56C840
Text Example
Text Example
White with #56C840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C840; }
p { color: rgb(86,200,64); }
H1.HeaderClassName
{
color: #56C840;
}
.AnyTagClassName
{
color: #56C840;
}
</style>
background-color css
<style>
a { background-color: #56C840; }
a { background-color: rgb(86,200,64); }
div.DivClassName
{
background-color: #56C840;
}
.BgClassName
{
background-color: #56C840;
}
</style>
border-color css
<style>
span { border-color: #56C840; }
span { border-color: rgb(86,200,64); }
td.TdClassName
{
border-color: #56C840;
}
.TagClassName
{
border-color: #56C840;
}
</style>