Shades of Apple #56BC50
Tints of Apple #56BC50
RGB
CMYK
RGB Variations
Color information
#56BC50 (or 0x56BC50) is known color: Apple. HEX triplet: 56, BC and 50. RGB value is (86,188,80). Sum of RGB (Red+Green+Blue) = 86+188+80=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BC50 is #A943AF. Grayscale: #919191. Windows color (decimal): -11092912 or 5291094. OLE color: 5291094.
HSL color Cylindrical-coordinate representation of color #56BC50: hue angle of 116.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56BC50 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 80 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.26 |
| HSL | 116.67º | 0.45% | 0.53% | - |
| HSV(B) | 116.67º | 0.57% | 0.74% | - |
| XYZ | 23.27 | 38.52 | 13.8 | - |
| YUV | 145.19 | 91.21 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 80 | 0.54 | 0 | 0.57 | 0.26 | 116.67 | 0.45 | 0.53 |
| Hex | 56 | BC | 50 | 36 | 0 | 39 | 1A | 75 | 2D | 35 |
| Octal | 126 | 274 | 120 | 66 | 0 | 71 | 32 | 165 | 55 | 65 |
| Binary | 1010110 | 10111100 | 1010000 | 110110 | 0 | 111001 | 11010 | 1110101 | 101101 | 110101 |
Color Harmonies of #56BC50
Complementary color
Monochromatic Colors of #56BC50
Black with #56BC50
Text Example
Text Example
White with #56BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC50; }
p { color: rgb(86,188,80); }
H1.HeaderClassName
{
color: #56BC50;
}
.AnyTagClassName
{
color: #56BC50;
}
</style>
background-color css
<style>
a { background-color: #56BC50; }
a { background-color: rgb(86,188,80); }
div.DivClassName
{
background-color: #56BC50;
}
.BgClassName
{
background-color: #56BC50;
}
</style>
border-color css
<style>
span { border-color: #56BC50; }
span { border-color: rgb(86,188,80); }
td.TdClassName
{
border-color: #56BC50;
}
.TagClassName
{
border-color: #56BC50;
}
</style>