Shades of Apple #56AE4A
Tints of Apple #56AE4A
RGB
CMYK
RGB Variations
Color information
#56AE4A (or 0x56AE4A) is known color: Apple. HEX triplet: 56, AE and 4A. RGB value is (86,174,74). Sum of RGB (Red+Green+Blue) = 86+174+74=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #56AE4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AE4A is #A951B5. Grayscale: #888888. Windows color (decimal): -11096502 or 4894294. OLE color: 4894294.
HSL color Cylindrical-coordinate representation of color #56AE4A: hue angle of 112.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56AE4A is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 174 | 74 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.32 |
| HSL | 112.8º | 0.4% | 0.49% | - |
| HSV(B) | 112.8º | 0.57% | 0.68% | - |
| XYZ | 20.21 | 32.74 | 11.73 | - |
| YUV | 136.29 | 92.85 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 174 | 74 | 0.51 | 0 | 0.57 | 0.32 | 112.8 | 0.4 | 0.49 |
| Hex | 56 | AE | 4A | 33 | 0 | 39 | 20 | 71 | 28 | 31 |
| Octal | 126 | 256 | 112 | 63 | 0 | 71 | 40 | 161 | 50 | 61 |
| Binary | 1010110 | 10101110 | 1001010 | 110011 | 0 | 111001 | 100000 | 1110001 | 101000 | 110001 |
Color Harmonies of #56AE4A
Complementary color
Monochromatic Colors of #56AE4A
Black with #56AE4A
Text Example
Text Example
White with #56AE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AE4A; }
p { color: rgb(86,174,74); }
H1.HeaderClassName
{
color: #56AE4A;
}
.AnyTagClassName
{
color: #56AE4A;
}
</style>
background-color css
<style>
a { background-color: #56AE4A; }
a { background-color: rgb(86,174,74); }
div.DivClassName
{
background-color: #56AE4A;
}
.BgClassName
{
background-color: #56AE4A;
}
</style>
border-color css
<style>
span { border-color: #56AE4A; }
span { border-color: rgb(86,174,74); }
td.TdClassName
{
border-color: #56AE4A;
}
.TagClassName
{
border-color: #56AE4A;
}
</style>