Shades of Apple #56D04F
Tints of Apple #56D04F
RGB
CMYK
RGB Variations
Color information
#56D04F (or 0x56D04F) is known color: Apple. HEX triplet: 56, D0 and 4F. RGB value is (86,208,79). Sum of RGB (Red+Green+Blue) = 86+208+79=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #56D04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56D04F is #A92FB0. Grayscale: #9D9D9D. Windows color (decimal): -11087793 or 5230678. OLE color: 5230678.
HSL color Cylindrical-coordinate representation of color #56D04F: hue angle of 116.74º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56D04F is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 208 | 79 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.18 |
| HSL | 116.74º | 0.58% | 0.56% | - |
| HSV(B) | 116.74º | 0.62% | 0.82% | - |
| XYZ | 27.8 | 47.65 | 15.13 | - |
| YUV | 156.82 | 84.08 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 208 | 79 | 0.59 | 0 | 0.62 | 0.18 | 116.74 | 0.58 | 0.56 |
| Hex | 56 | D0 | 4F | 3B | 0 | 3E | 12 | 75 | 3A | 38 |
| Octal | 126 | 320 | 117 | 73 | 0 | 76 | 22 | 165 | 72 | 70 |
| Binary | 1010110 | 11010000 | 1001111 | 111011 | 0 | 111110 | 10010 | 1110101 | 111010 | 111000 |
Color Harmonies of #56D04F
Complementary color
Monochromatic Colors of #56D04F
Black with #56D04F
Text Example
Text Example
White with #56D04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D04F; }
p { color: rgb(86,208,79); }
H1.HeaderClassName
{
color: #56D04F;
}
.AnyTagClassName
{
color: #56D04F;
}
</style>
background-color css
<style>
a { background-color: #56D04F; }
a { background-color: rgb(86,208,79); }
div.DivClassName
{
background-color: #56D04F;
}
.BgClassName
{
background-color: #56D04F;
}
</style>
border-color css
<style>
span { border-color: #56D04F; }
span { border-color: rgb(86,208,79); }
td.TdClassName
{
border-color: #56D04F;
}
.TagClassName
{
border-color: #56D04F;
}
</style>