Shades of Apple #56AA3F
Tints of Apple #56AA3F
RGB
CMYK
RGB Variations
Color information
#56AA3F (or 0x56AA3F) is known color: Apple. HEX triplet: 56, AA and 3F. RGB value is (86,170,63). Sum of RGB (Red+Green+Blue) = 86+170+63=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #56AA3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AA3F is #A955C0. Grayscale: #858585. Windows color (decimal): -11097537 or 4172374. OLE color: 4172374.
HSL color Cylindrical-coordinate representation of color #56AA3F: hue angle of 107.1º 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 #56AA3F is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 170 | 63 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.33 |
| HSL | 107.1º | 0.46% | 0.46% | - |
| HSV(B) | 107.1º | 0.63% | 0.67% | - |
| XYZ | 19.11 | 31.09 | 9.7 | - |
| YUV | 132.69 | 88.67 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 170 | 63 | 0.49 | 0 | 0.63 | 0.33 | 107.1 | 0.46 | 0.46 |
| Hex | 56 | AA | 3F | 31 | 0 | 3F | 21 | 6B | 2E | 2E |
| Octal | 126 | 252 | 77 | 61 | 0 | 77 | 41 | 153 | 56 | 56 |
| Binary | 1010110 | 10101010 | 111111 | 110001 | 0 | 111111 | 100001 | 1101011 | 101110 | 101110 |
Color Harmonies of #56AA3F
Complementary color
Monochromatic Colors of #56AA3F
Black with #56AA3F
Text Example
Text Example
White with #56AA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AA3F; }
p { color: rgb(86,170,63); }
H1.HeaderClassName
{
color: #56AA3F;
}
.AnyTagClassName
{
color: #56AA3F;
}
</style>
background-color css
<style>
a { background-color: #56AA3F; }
a { background-color: rgb(86,170,63); }
div.DivClassName
{
background-color: #56AA3F;
}
.BgClassName
{
background-color: #56AA3F;
}
</style>
border-color css
<style>
span { border-color: #56AA3F; }
span { border-color: rgb(86,170,63); }
td.TdClassName
{
border-color: #56AA3F;
}
.TagClassName
{
border-color: #56AA3F;
}
</style>