Shades of Apple #56C852
Tints of Apple #56C852
RGB
CMYK
RGB Variations
Color information
#56C852 (or 0x56C852) is known color: Apple. HEX triplet: 56, C8 and 52. RGB value is (86,200,82). Sum of RGB (Red+Green+Blue) = 86+200+82=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 200 (78.52% from 255 or 54.35% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 200 - color contains mainly: green. Hex color #56C852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56C852 is #A937AD. Grayscale: #989898. Windows color (decimal): -11089838 or 5425238. OLE color: 5425238.
HSL color Cylindrical-coordinate representation of color #56C852: hue angle of 117.97º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56C852 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 200 | 82 | - |
| CMYK | 0.57 | 0 | 0.59 | 0.22 |
| HSL | 117.97º | 0.52% | 0.55% | - |
| HSV(B) | 117.97º | 0.59% | 0.78% | - |
| XYZ | 26.02 | 43.9 | 15.08 | - |
| YUV | 152.46 | 88.23 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 200 | 82 | 0.57 | 0 | 0.59 | 0.22 | 117.97 | 0.52 | 0.55 |
| Hex | 56 | C8 | 52 | 39 | 0 | 3B | 16 | 76 | 34 | 37 |
| Octal | 126 | 310 | 122 | 71 | 0 | 73 | 26 | 166 | 64 | 67 |
| Binary | 1010110 | 11001000 | 1010010 | 111001 | 0 | 111011 | 10110 | 1110110 | 110100 | 110111 |
Color Harmonies of #56C852
Complementary color
Monochromatic Colors of #56C852
Black with #56C852
Text Example
Text Example
White with #56C852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C852; }
p { color: rgb(86,200,82); }
H1.HeaderClassName
{
color: #56C852;
}
.AnyTagClassName
{
color: #56C852;
}
</style>
background-color css
<style>
a { background-color: #56C852; }
a { background-color: rgb(86,200,82); }
div.DivClassName
{
background-color: #56C852;
}
.BgClassName
{
background-color: #56C852;
}
</style>
border-color css
<style>
span { border-color: #56C852; }
span { border-color: rgb(86,200,82); }
td.TdClassName
{
border-color: #56C852;
}
.TagClassName
{
border-color: #56C852;
}
</style>