Shades of Apple #56CC40
Tints of Apple #56CC40
RGB
CMYK
RGB Variations
Color information
#56CC40 (or 0x56CC40) is known color: Apple. HEX triplet: 56, CC and 40. RGB value is (86,204,64). Sum of RGB (Red+Green+Blue) = 86+204+64=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #56CC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56CC40 is #A933BF. Grayscale: #999999. Windows color (decimal): -11088832 or 4246614. OLE color: 4246614.
HSL color Cylindrical-coordinate representation of color #56CC40: hue angle of 110.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56CC40 is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 204 | 64 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.2 |
| HSL | 110.57º | 0.58% | 0.53% | - |
| HSV(B) | 110.57º | 0.69% | 0.8% | - |
| XYZ | 26.36 | 45.53 | 12.25 | - |
| YUV | 152.76 | 77.91 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 204 | 64 | 0.58 | 0 | 0.69 | 0.2 | 110.57 | 0.58 | 0.53 |
| Hex | 56 | CC | 40 | 3A | 0 | 45 | 14 | 6F | 3A | 35 |
| Octal | 126 | 314 | 100 | 72 | 0 | 105 | 24 | 157 | 72 | 65 |
| Binary | 1010110 | 11001100 | 1000000 | 111010 | 0 | 1000101 | 10100 | 1101111 | 111010 | 110101 |
Color Harmonies of #56CC40
Complementary color
Monochromatic Colors of #56CC40
Black with #56CC40
Text Example
Text Example
White with #56CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CC40; }
p { color: rgb(86,204,64); }
H1.HeaderClassName
{
color: #56CC40;
}
.AnyTagClassName
{
color: #56CC40;
}
</style>
background-color css
<style>
a { background-color: #56CC40; }
a { background-color: rgb(86,204,64); }
div.DivClassName
{
background-color: #56CC40;
}
.BgClassName
{
background-color: #56CC40;
}
</style>
border-color css
<style>
span { border-color: #56CC40; }
span { border-color: rgb(86,204,64); }
td.TdClassName
{
border-color: #56CC40;
}
.TagClassName
{
border-color: #56CC40;
}
</style>