Shades of Apple #56AB40
Tints of Apple #56AB40
RGB
CMYK
RGB Variations
Color information
#56AB40 (or 0x56AB40) is known color: Apple. HEX triplet: 56, AB and 40. RGB value is (86,171,64). Sum of RGB (Red+Green+Blue) = 86+171+64=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AB40 is #A954BF. Grayscale: #858585. Windows color (decimal): -11097280 or 4238166. OLE color: 4238166.
HSL color Cylindrical-coordinate representation of color #56AB40: hue angle of 107.66º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56AB40 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 64 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.33 |
| HSL | 107.66º | 0.46% | 0.46% | - |
| HSV(B) | 107.66º | 0.63% | 0.67% | - |
| XYZ | 19.33 | 31.47 | 9.91 | - |
| YUV | 133.39 | 88.84 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 64 | 0.50 | 0 | 0.63 | 0.33 | 107.66 | 0.46 | 0.46 |
| Hex | 56 | AB | 40 | 32 | 0 | 3F | 21 | 6C | 2E | 2E |
| Octal | 126 | 253 | 100 | 62 | 0 | 77 | 41 | 154 | 56 | 56 |
| Binary | 1010110 | 10101011 | 1000000 | 110010 | 0 | 111111 | 100001 | 1101100 | 101110 | 101110 |
Color Harmonies of #56AB40
Complementary color
Monochromatic Colors of #56AB40
Black with #56AB40
Text Example
Text Example
White with #56AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AB40; }
p { color: rgb(86,171,64); }
H1.HeaderClassName
{
color: #56AB40;
}
.AnyTagClassName
{
color: #56AB40;
}
</style>
background-color css
<style>
a { background-color: #56AB40; }
a { background-color: rgb(86,171,64); }
div.DivClassName
{
background-color: #56AB40;
}
.BgClassName
{
background-color: #56AB40;
}
</style>
border-color css
<style>
span { border-color: #56AB40; }
span { border-color: rgb(86,171,64); }
td.TdClassName
{
border-color: #56AB40;
}
.TagClassName
{
border-color: #56AB40;
}
</style>