Shades of Apple #56C142
Tints of Apple #56C142
RGB
CMYK
RGB Variations
Color information
#56C142 (or 0x56C142) is known color: Apple. HEX triplet: 56, C1 and 42. RGB value is (86,193,66). Sum of RGB (Red+Green+Blue) = 86+193+66=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #56C142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C142 is #A93EBD. Grayscale: #929292. Windows color (decimal): -11091646 or 4374870. OLE color: 4374870.
HSL color Cylindrical-coordinate representation of color #56C142: hue angle of 110.55º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56C142 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 193 | 66 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.24 |
| HSL | 110.55º | 0.51% | 0.51% | - |
| HSV(B) | 110.55º | 0.66% | 0.76% | - |
| XYZ | 23.89 | 40.51 | 11.71 | - |
| YUV | 146.53 | 82.55 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 193 | 66 | 0.55 | 0 | 0.66 | 0.24 | 110.55 | 0.51 | 0.51 |
| Hex | 56 | C1 | 42 | 37 | 0 | 42 | 18 | 6F | 33 | 33 |
| Octal | 126 | 301 | 102 | 67 | 0 | 102 | 30 | 157 | 63 | 63 |
| Binary | 1010110 | 11000001 | 1000010 | 110111 | 0 | 1000010 | 11000 | 1101111 | 110011 | 110011 |
Color Harmonies of #56C142
Complementary color
Monochromatic Colors of #56C142
Black with #56C142
Text Example
Text Example
White with #56C142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C142; }
p { color: rgb(86,193,66); }
H1.HeaderClassName
{
color: #56C142;
}
.AnyTagClassName
{
color: #56C142;
}
</style>
background-color css
<style>
a { background-color: #56C142; }
a { background-color: rgb(86,193,66); }
div.DivClassName
{
background-color: #56C142;
}
.BgClassName
{
background-color: #56C142;
}
</style>
border-color css
<style>
span { border-color: #56C142; }
span { border-color: rgb(86,193,66); }
td.TdClassName
{
border-color: #56C142;
}
.TagClassName
{
border-color: #56C142;
}
</style>