Shades of Apple #56AE4B
Tints of Apple #56AE4B
RGB
CMYK
RGB Variations
Color information
#56AE4B (or 0x56AE4B) is known color: Apple. HEX triplet: 56, AE and 4B. RGB value is (86,174,75). Sum of RGB (Red+Green+Blue) = 86+174+75=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #56AE4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AE4B is #A951B4. Grayscale: #888888. Windows color (decimal): -11096501 or 4959830. OLE color: 4959830.
HSL color Cylindrical-coordinate representation of color #56AE4B: hue angle of 113.33º 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 #56AE4B is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 86 | 174 | 75 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.32 |
| HSL | 113.33º | 0.4% | 0.49% | - |
| HSV(B) | 113.33º | 0.57% | 0.68% | - |
| XYZ | 20.24 | 32.76 | 11.91 | - |
| YUV | 136.4 | 93.35 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 174 | 75 | 0.51 | 0 | 0.57 | 0.32 | 113.33 | 0.4 | 0.49 |
| Hex | 56 | AE | 4B | 33 | 0 | 39 | 20 | 71 | 28 | 31 |
| Octal | 126 | 256 | 113 | 63 | 0 | 71 | 40 | 161 | 50 | 61 |
| Binary | 1010110 | 10101110 | 1001011 | 110011 | 0 | 111001 | 100000 | 1110001 | 101000 | 110001 |
Color Harmonies of #56AE4B
Complementary color
Monochromatic Colors of #56AE4B
Black with #56AE4B
Text Example
Text Example
White with #56AE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AE4B; }
p { color: rgb(86,174,75); }
H1.HeaderClassName
{
color: #56AE4B;
}
.AnyTagClassName
{
color: #56AE4B;
}
</style>
background-color css
<style>
a { background-color: #56AE4B; }
a { background-color: rgb(86,174,75); }
div.DivClassName
{
background-color: #56AE4B;
}
.BgClassName
{
background-color: #56AE4B;
}
</style>
border-color css
<style>
span { border-color: #56AE4B; }
span { border-color: rgb(86,174,75); }
td.TdClassName
{
border-color: #56AE4B;
}
.TagClassName
{
border-color: #56AE4B;
}
</style>