Shades of Apple #56D540
Tints of Apple #56D540
RGB
CMYK
RGB Variations
Color information
#56D540 (or 0x56D540) is known color: Apple. HEX triplet: 56, D5 and 40. RGB value is (86,213,64). Sum of RGB (Red+Green+Blue) = 86+213+64=363 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.69% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #56D540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56D540 is #A92ABF. Grayscale: #9E9E9E. Windows color (decimal): -11086528 or 4248918. OLE color: 4248918.
HSL color Cylindrical-coordinate representation of color #56D540: hue angle of 111.14º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56D540 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 213 | 64 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.16 |
| HSL | 111.14º | 0.64% | 0.54% | - |
| HSV(B) | 111.14º | 0.7% | 0.84% | - |
| XYZ | 28.56 | 49.94 | 12.98 | - |
| YUV | 158.04 | 74.92 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 213 | 64 | 0.60 | 0 | 0.70 | 0.16 | 111.14 | 0.64 | 0.54 |
| Hex | 56 | D5 | 40 | 3C | 0 | 46 | 10 | 6F | 40 | 36 |
| Octal | 126 | 325 | 100 | 74 | 0 | 106 | 20 | 157 | 100 | 66 |
| Binary | 1010110 | 11010101 | 1000000 | 111100 | 0 | 1000110 | 10000 | 1101111 | 1000000 | 110110 |
Color Harmonies of #56D540
Complementary color
Monochromatic Colors of #56D540
Black with #56D540
Text Example
Text Example
White with #56D540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D540; }
p { color: rgb(86,213,64); }
H1.HeaderClassName
{
color: #56D540;
}
.AnyTagClassName
{
color: #56D540;
}
</style>
background-color css
<style>
a { background-color: #56D540; }
a { background-color: rgb(86,213,64); }
div.DivClassName
{
background-color: #56D540;
}
.BgClassName
{
background-color: #56D540;
}
</style>
border-color css
<style>
span { border-color: #56D540; }
span { border-color: rgb(86,213,64); }
td.TdClassName
{
border-color: #56D540;
}
.TagClassName
{
border-color: #56D540;
}
</style>