Shades of Apple #56AB49
Tints of Apple #56AB49
RGB
CMYK
RGB Variations
Color information
#56AB49 (or 0x56AB49) is known color: Apple. HEX triplet: 56, AB and 49. RGB value is (86,171,73). Sum of RGB (Red+Green+Blue) = 86+171+73=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AB49 is #A954B6. Grayscale: #868686. Windows color (decimal): -11097271 or 4827990. OLE color: 4827990.
HSL color Cylindrical-coordinate representation of color #56AB49: hue angle of 112.04º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56AB49 is Cyan = 0.50, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 171 | 73 | - |
| CMYK | 0.50 | 0 | 0.57 | 0.33 |
| HSL | 112.04º | 0.4% | 0.48% | - |
| HSV(B) | 112.04º | 0.57% | 0.67% | - |
| XYZ | 19.6 | 31.59 | 11.37 | - |
| YUV | 134.41 | 93.34 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 73 | 0.50 | 0 | 0.57 | 0.33 | 112.04 | 0.4 | 0.48 |
| Hex | 56 | AB | 49 | 32 | 0 | 39 | 21 | 70 | 28 | 30 |
| Octal | 126 | 253 | 111 | 62 | 0 | 71 | 41 | 160 | 50 | 60 |
| Binary | 1010110 | 10101011 | 1001001 | 110010 | 0 | 111001 | 100001 | 1110000 | 101000 | 110000 |
Color Harmonies of #56AB49
Complementary color
Monochromatic Colors of #56AB49
Black with #56AB49
Text Example
Text Example
White with #56AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AB49; }
p { color: rgb(86,171,73); }
H1.HeaderClassName
{
color: #56AB49;
}
.AnyTagClassName
{
color: #56AB49;
}
</style>
background-color css
<style>
a { background-color: #56AB49; }
a { background-color: rgb(86,171,73); }
div.DivClassName
{
background-color: #56AB49;
}
.BgClassName
{
background-color: #56AB49;
}
</style>
border-color css
<style>
span { border-color: #56AB49; }
span { border-color: rgb(86,171,73); }
td.TdClassName
{
border-color: #56AB49;
}
.TagClassName
{
border-color: #56AB49;
}
</style>