Shades of Apple #56CB47
Tints of Apple #56CB47
RGB
CMYK
RGB Variations
Color information
#56CB47 (or 0x56CB47) is known color: Apple. HEX triplet: 56, CB and 47. RGB value is (86,203,71). Sum of RGB (Red+Green+Blue) = 86+203+71=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #56CB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56CB47 is #A934B8. Grayscale: #999999. Windows color (decimal): -11089081 or 4705110. OLE color: 4705110.
HSL color Cylindrical-coordinate representation of color #56CB47: hue angle of 113.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56CB47 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 203 | 71 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.20 |
| HSL | 113.18º | 0.56% | 0.54% | - |
| HSV(B) | 113.18º | 0.65% | 0.8% | - |
| XYZ | 26.33 | 45.15 | 13.29 | - |
| YUV | 152.97 | 81.74 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 203 | 71 | 0.58 | 0 | 0.65 | 0.20 | 113.18 | 0.56 | 0.54 |
| Hex | 56 | CB | 47 | 3A | 0 | 41 | 14 | 71 | 38 | 36 |
| Octal | 126 | 313 | 107 | 72 | 0 | 101 | 24 | 161 | 70 | 66 |
| Binary | 1010110 | 11001011 | 1000111 | 111010 | 0 | 1000001 | 10100 | 1110001 | 111000 | 110110 |
Color Harmonies of #56CB47
Complementary color
Monochromatic Colors of #56CB47
Black with #56CB47
Text Example
Text Example
White with #56CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CB47; }
p { color: rgb(86,203,71); }
H1.HeaderClassName
{
color: #56CB47;
}
.AnyTagClassName
{
color: #56CB47;
}
</style>
background-color css
<style>
a { background-color: #56CB47; }
a { background-color: rgb(86,203,71); }
div.DivClassName
{
background-color: #56CB47;
}
.BgClassName
{
background-color: #56CB47;
}
</style>
border-color css
<style>
span { border-color: #56CB47; }
span { border-color: rgb(86,203,71); }
td.TdClassName
{
border-color: #56CB47;
}
.TagClassName
{
border-color: #56CB47;
}
</style>