Shades of Apple #56C53C
Tints of Apple #56C53C
RGB
CMYK
RGB Variations
Color information
#56C53C (or 0x56C53C) is known color: Apple. HEX triplet: 56, C5 and 3C. RGB value is (86,197,60). Sum of RGB (Red+Green+Blue) = 86+197+60=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #56C53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C53C is #A93AC3. Grayscale: #949494. Windows color (decimal): -11090628 or 3982678. OLE color: 3982678.
HSL color Cylindrical-coordinate representation of color #56C53C: hue angle of 108.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56C53C is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 197 | 60 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.23 |
| HSL | 108.61º | 0.54% | 0.5% | - |
| HSV(B) | 108.61º | 0.7% | 0.77% | - |
| XYZ | 24.62 | 42.24 | 11.13 | - |
| YUV | 148.19 | 78.23 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 197 | 60 | 0.56 | 0 | 0.70 | 0.23 | 108.61 | 0.54 | 0.5 |
| Hex | 56 | C5 | 3C | 38 | 0 | 46 | 17 | 6D | 36 | 32 |
| Octal | 126 | 305 | 74 | 70 | 0 | 106 | 27 | 155 | 66 | 62 |
| Binary | 1010110 | 11000101 | 111100 | 111000 | 0 | 1000110 | 10111 | 1101101 | 110110 | 110010 |
Color Harmonies of #56C53C
Complementary color
Monochromatic Colors of #56C53C
Black with #56C53C
Text Example
Text Example
White with #56C53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C53C; }
p { color: rgb(86,197,60); }
H1.HeaderClassName
{
color: #56C53C;
}
.AnyTagClassName
{
color: #56C53C;
}
</style>
background-color css
<style>
a { background-color: #56C53C; }
a { background-color: rgb(86,197,60); }
div.DivClassName
{
background-color: #56C53C;
}
.BgClassName
{
background-color: #56C53C;
}
</style>
border-color css
<style>
span { border-color: #56C53C; }
span { border-color: rgb(86,197,60); }
td.TdClassName
{
border-color: #56C53C;
}
.TagClassName
{
border-color: #56C53C;
}
</style>