Shades of Apple #56D04C
Tints of Apple #56D04C
RGB
CMYK
RGB Variations
Color information
#56D04C (or 0x56D04C) is known color: Apple. HEX triplet: 56, D0 and 4C. RGB value is (86,208,76). Sum of RGB (Red+Green+Blue) = 86+208+76=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #56D04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56D04C is #A92FB3. Grayscale: #9C9C9C. Windows color (decimal): -11087796 or 5034070. OLE color: 5034070.
HSL color Cylindrical-coordinate representation of color #56D04C: hue angle of 115.45º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56D04C is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 208 | 76 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.18 |
| HSL | 115.45º | 0.58% | 0.56% | - |
| HSV(B) | 115.45º | 0.63% | 0.82% | - |
| XYZ | 27.7 | 47.61 | 14.57 | - |
| YUV | 156.47 | 82.58 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 208 | 76 | 0.59 | 0 | 0.63 | 0.18 | 115.45 | 0.58 | 0.56 |
| Hex | 56 | D0 | 4C | 3B | 0 | 3F | 12 | 73 | 3A | 38 |
| Octal | 126 | 320 | 114 | 73 | 0 | 77 | 22 | 163 | 72 | 70 |
| Binary | 1010110 | 11010000 | 1001100 | 111011 | 0 | 111111 | 10010 | 1110011 | 111010 | 111000 |
Color Harmonies of #56D04C
Complementary color
Monochromatic Colors of #56D04C
Black with #56D04C
Text Example
Text Example
White with #56D04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D04C; }
p { color: rgb(86,208,76); }
H1.HeaderClassName
{
color: #56D04C;
}
.AnyTagClassName
{
color: #56D04C;
}
</style>
background-color css
<style>
a { background-color: #56D04C; }
a { background-color: rgb(86,208,76); }
div.DivClassName
{
background-color: #56D04C;
}
.BgClassName
{
background-color: #56D04C;
}
</style>
border-color css
<style>
span { border-color: #56D04C; }
span { border-color: rgb(86,208,76); }
td.TdClassName
{
border-color: #56D04C;
}
.TagClassName
{
border-color: #56D04C;
}
</style>