Shades of Apple #56BC40
Tints of Apple #56BC40
RGB
CMYK
RGB Variations
Color information
#56BC40 (or 0x56BC40) is known color: Apple. HEX triplet: 56, BC and 40. RGB value is (86,188,64). Sum of RGB (Red+Green+Blue) = 86+188+64=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BC40 is #A943BF. Grayscale: #8F8F8F. Windows color (decimal): -11092928 or 4242518. OLE color: 4242518.
HSL color Cylindrical-coordinate representation of color #56BC40: hue angle of 109.35º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56BC40 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 64 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.26 |
| HSL | 109.35º | 0.49% | 0.49% | - |
| HSV(B) | 109.35º | 0.66% | 0.74% | - |
| XYZ | 22.75 | 38.32 | 11.05 | - |
| YUV | 143.37 | 83.21 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 64 | 0.54 | 0 | 0.66 | 0.26 | 109.35 | 0.49 | 0.49 |
| Hex | 56 | BC | 40 | 36 | 0 | 42 | 1A | 6D | 31 | 31 |
| Octal | 126 | 274 | 100 | 66 | 0 | 102 | 32 | 155 | 61 | 61 |
| Binary | 1010110 | 10111100 | 1000000 | 110110 | 0 | 1000010 | 11010 | 1101101 | 110001 | 110001 |
Color Harmonies of #56BC40
Complementary color
Monochromatic Colors of #56BC40
Black with #56BC40
Text Example
Text Example
White with #56BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC40; }
p { color: rgb(86,188,64); }
H1.HeaderClassName
{
color: #56BC40;
}
.AnyTagClassName
{
color: #56BC40;
}
</style>
background-color css
<style>
a { background-color: #56BC40; }
a { background-color: rgb(86,188,64); }
div.DivClassName
{
background-color: #56BC40;
}
.BgClassName
{
background-color: #56BC40;
}
</style>
border-color css
<style>
span { border-color: #56BC40; }
span { border-color: rgb(86,188,64); }
td.TdClassName
{
border-color: #56BC40;
}
.TagClassName
{
border-color: #56BC40;
}
</style>