Shades of Apple #56D036
Tints of Apple #56D036
RGB
CMYK
RGB Variations
Color information
#56D036 (or 0x56D036) is known color: Apple. HEX triplet: 56, D0 and 36. RGB value is (86,208,54). Sum of RGB (Red+Green+Blue) = 86+208+54=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #56D036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56D036 is #A92FC9. Grayscale: #9A9A9A. Windows color (decimal): -11087818 or 3592278. OLE color: 3592278.
HSL color Cylindrical-coordinate representation of color #56D036: hue angle of 107.53º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56D036 is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 208 | 54 | - |
| CMYK | 0.59 | 0 | 0.74 | 0.18 |
| HSL | 107.53º | 0.62% | 0.51% | - |
| HSV(B) | 107.53º | 0.74% | 0.82% | - |
| XYZ | 27.06 | 47.36 | 11.2 | - |
| YUV | 153.97 | 71.58 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 208 | 54 | 0.59 | 0 | 0.74 | 0.18 | 107.53 | 0.62 | 0.51 |
| Hex | 56 | D0 | 36 | 3B | 0 | 4A | 12 | 6C | 3E | 33 |
| Octal | 126 | 320 | 66 | 73 | 0 | 112 | 22 | 154 | 76 | 63 |
| Binary | 1010110 | 11010000 | 110110 | 111011 | 0 | 1001010 | 10010 | 1101100 | 111110 | 110011 |
Color Harmonies of #56D036
Complementary color
Monochromatic Colors of #56D036
Black with #56D036
Text Example
Text Example
White with #56D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D036; }
p { color: rgb(86,208,54); }
H1.HeaderClassName
{
color: #56D036;
}
.AnyTagClassName
{
color: #56D036;
}
</style>
background-color css
<style>
a { background-color: #56D036; }
a { background-color: rgb(86,208,54); }
div.DivClassName
{
background-color: #56D036;
}
.BgClassName
{
background-color: #56D036;
}
</style>
border-color css
<style>
span { border-color: #56D036; }
span { border-color: rgb(86,208,54); }
td.TdClassName
{
border-color: #56D036;
}
.TagClassName
{
border-color: #56D036;
}
</style>