Shades of Apple #56C640
Tints of Apple #56C640
RGB
CMYK
RGB Variations
Color information
#56C640 (or 0x56C640) is known color: Apple. HEX triplet: 56, C6 and 40. RGB value is (86,198,64). Sum of RGB (Red+Green+Blue) = 86+198+64=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #56C640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C640 is #A939BF. Grayscale: #959595. Windows color (decimal): -11090368 or 4245078. OLE color: 4245078.
HSL color Cylindrical-coordinate representation of color #56C640: hue angle of 110.15º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56C640 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 198 | 64 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.22 |
| HSL | 110.15º | 0.54% | 0.51% | - |
| HSV(B) | 110.15º | 0.68% | 0.78% | - |
| XYZ | 24.96 | 42.74 | 11.78 | - |
| YUV | 149.24 | 79.89 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 198 | 64 | 0.57 | 0 | 0.68 | 0.22 | 110.15 | 0.54 | 0.51 |
| Hex | 56 | C6 | 40 | 39 | 0 | 44 | 16 | 6E | 36 | 33 |
| Octal | 126 | 306 | 100 | 71 | 0 | 104 | 26 | 156 | 66 | 63 |
| Binary | 1010110 | 11000110 | 1000000 | 111001 | 0 | 1000100 | 10110 | 1101110 | 110110 | 110011 |
Color Harmonies of #56C640
Complementary color
Monochromatic Colors of #56C640
Black with #56C640
Text Example
Text Example
White with #56C640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C640; }
p { color: rgb(86,198,64); }
H1.HeaderClassName
{
color: #56C640;
}
.AnyTagClassName
{
color: #56C640;
}
</style>
background-color css
<style>
a { background-color: #56C640; }
a { background-color: rgb(86,198,64); }
div.DivClassName
{
background-color: #56C640;
}
.BgClassName
{
background-color: #56C640;
}
</style>
border-color css
<style>
span { border-color: #56C640; }
span { border-color: rgb(86,198,64); }
td.TdClassName
{
border-color: #56C640;
}
.TagClassName
{
border-color: #56C640;
}
</style>