Shades of Apple #56CC4A
Tints of Apple #56CC4A
RGB
CMYK
RGB Variations
Color information
#56CC4A (or 0x56CC4A) is known color: Apple. HEX triplet: 56, CC and 4A. RGB value is (86,204,74). Sum of RGB (Red+Green+Blue) = 86+204+74=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #56CC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56CC4A is #A933B5. Grayscale: #9A9A9A. Windows color (decimal): -11088822 or 4901974. OLE color: 4901974.
HSL color Cylindrical-coordinate representation of color #56CC4A: hue angle of 114.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56CC4A is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 204 | 74 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.2 |
| HSL | 114.46º | 0.56% | 0.55% | - |
| HSV(B) | 114.46º | 0.64% | 0.8% | - |
| XYZ | 26.67 | 45.66 | 13.89 | - |
| YUV | 153.9 | 82.91 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 204 | 74 | 0.58 | 0 | 0.64 | 0.2 | 114.46 | 0.56 | 0.55 |
| Hex | 56 | CC | 4A | 3A | 0 | 40 | 14 | 72 | 38 | 37 |
| Octal | 126 | 314 | 112 | 72 | 0 | 100 | 24 | 162 | 70 | 67 |
| Binary | 1010110 | 11001100 | 1001010 | 111010 | 0 | 1000000 | 10100 | 1110010 | 111000 | 110111 |
Color Harmonies of #56CC4A
Complementary color
Monochromatic Colors of #56CC4A
Black with #56CC4A
Text Example
Text Example
White with #56CC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CC4A; }
p { color: rgb(86,204,74); }
H1.HeaderClassName
{
color: #56CC4A;
}
.AnyTagClassName
{
color: #56CC4A;
}
</style>
background-color css
<style>
a { background-color: #56CC4A; }
a { background-color: rgb(86,204,74); }
div.DivClassName
{
background-color: #56CC4A;
}
.BgClassName
{
background-color: #56CC4A;
}
</style>
border-color css
<style>
span { border-color: #56CC4A; }
span { border-color: rgb(86,204,74); }
td.TdClassName
{
border-color: #56CC4A;
}
.TagClassName
{
border-color: #56CC4A;
}
</style>