Shades of Apple #56D43D
Tints of Apple #56D43D
RGB
CMYK
RGB Variations
Color information
#56D43D (or 0x56D43D) is known color: Apple. HEX triplet: 56, D4 and 3D. RGB value is (86,212,61). Sum of RGB (Red+Green+Blue) = 86+212+61=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 212 (83.20% from 255 or 59.05% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 212 - color contains mainly: green. Hex color #56D43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56D43D is #A92BC2. Grayscale: #9D9D9D. Windows color (decimal): -11086787 or 4052054. OLE color: 4052054.
HSL color Cylindrical-coordinate representation of color #56D43D: hue angle of 110.07º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56D43D is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 86 | 212 | 61 | - |
| CMYK | 0.59 | 0 | 0.71 | 0.17 |
| HSL | 110.07º | 0.64% | 0.54% | - |
| HSV(B) | 110.07º | 0.71% | 0.83% | - |
| XYZ | 28.22 | 49.4 | 12.46 | - |
| YUV | 157.11 | 73.76 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 212 | 61 | 0.59 | 0 | 0.71 | 0.17 | 110.07 | 0.64 | 0.54 |
| Hex | 56 | D4 | 3D | 3B | 0 | 47 | 11 | 6E | 40 | 36 |
| Octal | 126 | 324 | 75 | 73 | 0 | 107 | 21 | 156 | 100 | 66 |
| Binary | 1010110 | 11010100 | 111101 | 111011 | 0 | 1000111 | 10001 | 1101110 | 1000000 | 110110 |
Color Harmonies of #56D43D
Complementary color
Monochromatic Colors of #56D43D
Black with #56D43D
Text Example
Text Example
White with #56D43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D43D; }
p { color: rgb(86,212,61); }
H1.HeaderClassName
{
color: #56D43D;
}
.AnyTagClassName
{
color: #56D43D;
}
</style>
background-color css
<style>
a { background-color: #56D43D; }
a { background-color: rgb(86,212,61); }
div.DivClassName
{
background-color: #56D43D;
}
.BgClassName
{
background-color: #56D43D;
}
</style>
border-color css
<style>
span { border-color: #56D43D; }
span { border-color: rgb(86,212,61); }
td.TdClassName
{
border-color: #56D43D;
}
.TagClassName
{
border-color: #56D43D;
}
</style>