Shades of Apple #56C53E
Tints of Apple #56C53E
RGB
CMYK
RGB Variations
Color information
#56C53E (or 0x56C53E) is known color: Apple. HEX triplet: 56, C5 and 3E. RGB value is (86,197,62). Sum of RGB (Red+Green+Blue) = 86+197+62=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #56C53E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C53E is #A93AC1. Grayscale: #949494. Windows color (decimal): -11090626 or 4113750. OLE color: 4113750.
HSL color Cylindrical-coordinate representation of color #56C53E: hue angle of 109.33º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56C53E is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 197 | 62 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.23 |
| HSL | 109.33º | 0.54% | 0.51% | - |
| HSV(B) | 109.33º | 0.69% | 0.77% | - |
| XYZ | 24.67 | 42.26 | 11.41 | - |
| YUV | 148.42 | 79.23 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 197 | 62 | 0.56 | 0 | 0.69 | 0.23 | 109.33 | 0.54 | 0.51 |
| Hex | 56 | C5 | 3E | 38 | 0 | 45 | 17 | 6D | 36 | 33 |
| Octal | 126 | 305 | 76 | 70 | 0 | 105 | 27 | 155 | 66 | 63 |
| Binary | 1010110 | 11000101 | 111110 | 111000 | 0 | 1000101 | 10111 | 1101101 | 110110 | 110011 |
Color Harmonies of #56C53E
Complementary color
Monochromatic Colors of #56C53E
Black with #56C53E
Text Example
Text Example
White with #56C53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C53E; }
p { color: rgb(86,197,62); }
H1.HeaderClassName
{
color: #56C53E;
}
.AnyTagClassName
{
color: #56C53E;
}
</style>
background-color css
<style>
a { background-color: #56C53E; }
a { background-color: rgb(86,197,62); }
div.DivClassName
{
background-color: #56C53E;
}
.BgClassName
{
background-color: #56C53E;
}
</style>
border-color css
<style>
span { border-color: #56C53E; }
span { border-color: rgb(86,197,62); }
td.TdClassName
{
border-color: #56C53E;
}
.TagClassName
{
border-color: #56C53E;
}
</style>