Shades of Apple #56D346
Tints of Apple #56D346
RGB
CMYK
RGB Variations
Color information
#56D346 (or 0x56D346) is known color: Apple. HEX triplet: 56, D3 and 46. RGB value is (86,211,70). Sum of RGB (Red+Green+Blue) = 86+211+70=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 211 (82.81% from 255 or 57.49% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 211 - color contains mainly: green. Hex color #56D346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56D346 is #A92CB9. Grayscale: #9D9D9D. Windows color (decimal): -11087034 or 4641622. OLE color: 4641622.
HSL color Cylindrical-coordinate representation of color #56D346: hue angle of 113.19º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56D346 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 86 | 211 | 70 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.17 |
| HSL | 113.19º | 0.62% | 0.55% | - |
| HSV(B) | 113.19º | 0.67% | 0.83% | - |
| XYZ | 28.24 | 49.01 | 13.77 | - |
| YUV | 157.55 | 78.59 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 211 | 70 | 0.59 | 0 | 0.67 | 0.17 | 113.19 | 0.62 | 0.55 |
| Hex | 56 | D3 | 46 | 3B | 0 | 43 | 11 | 71 | 3E | 37 |
| Octal | 126 | 323 | 106 | 73 | 0 | 103 | 21 | 161 | 76 | 67 |
| Binary | 1010110 | 11010011 | 1000110 | 111011 | 0 | 1000011 | 10001 | 1110001 | 111110 | 110111 |
Color Harmonies of #56D346
Complementary color
Monochromatic Colors of #56D346
Black with #56D346
Text Example
Text Example
White with #56D346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D346; }
p { color: rgb(86,211,70); }
H1.HeaderClassName
{
color: #56D346;
}
.AnyTagClassName
{
color: #56D346;
}
</style>
background-color css
<style>
a { background-color: #56D346; }
a { background-color: rgb(86,211,70); }
div.DivClassName
{
background-color: #56D346;
}
.BgClassName
{
background-color: #56D346;
}
</style>
border-color css
<style>
span { border-color: #56D346; }
span { border-color: rgb(86,211,70); }
td.TdClassName
{
border-color: #56D346;
}
.TagClassName
{
border-color: #56D346;
}
</style>