Shades of Apple #56C64A
Tints of Apple #56C64A
RGB
CMYK
RGB Variations
Color information
#56C64A (or 0x56C64A) is known color: Apple. HEX triplet: 56, C6 and 4A. RGB value is (86,198,74). Sum of RGB (Red+Green+Blue) = 86+198+74=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #56C64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C64A is #A939B5. Grayscale: #969696. Windows color (decimal): -11090358 or 4900438. OLE color: 4900438.
HSL color Cylindrical-coordinate representation of color #56C64A: hue angle of 114.19º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56C64A is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 198 | 74 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.22 |
| HSL | 114.19º | 0.52% | 0.53% | - |
| HSV(B) | 114.19º | 0.63% | 0.78% | - |
| XYZ | 25.27 | 42.86 | 13.42 | - |
| YUV | 150.38 | 84.89 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 198 | 74 | 0.57 | 0 | 0.63 | 0.22 | 114.19 | 0.52 | 0.53 |
| Hex | 56 | C6 | 4A | 39 | 0 | 3F | 16 | 72 | 34 | 35 |
| Octal | 126 | 306 | 112 | 71 | 0 | 77 | 26 | 162 | 64 | 65 |
| Binary | 1010110 | 11000110 | 1001010 | 111001 | 0 | 111111 | 10110 | 1110010 | 110100 | 110101 |
Color Harmonies of #56C64A
Complementary color
Monochromatic Colors of #56C64A
Black with #56C64A
Text Example
Text Example
White with #56C64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C64A; }
p { color: rgb(86,198,74); }
H1.HeaderClassName
{
color: #56C64A;
}
.AnyTagClassName
{
color: #56C64A;
}
</style>
background-color css
<style>
a { background-color: #56C64A; }
a { background-color: rgb(86,198,74); }
div.DivClassName
{
background-color: #56C64A;
}
.BgClassName
{
background-color: #56C64A;
}
</style>
border-color css
<style>
span { border-color: #56C64A; }
span { border-color: rgb(86,198,74); }
td.TdClassName
{
border-color: #56C64A;
}
.TagClassName
{
border-color: #56C64A;
}
</style>