Shades of Apple #56BB47
Tints of Apple #56BB47
RGB
CMYK
RGB Variations
Color information
#56BB47 (or 0x56BB47) is known color: Apple. HEX triplet: 56, BB and 47. RGB value is (86,187,71). Sum of RGB (Red+Green+Blue) = 86+187+71=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #56BB47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BB47 is #A944B8. Grayscale: #8F8F8F. Windows color (decimal): -11093177 or 4701014. OLE color: 4701014.
HSL color Cylindrical-coordinate representation of color #56BB47: hue angle of 112.24º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56BB47 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 187 | 71 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.27 |
| HSL | 112.24º | 0.46% | 0.51% | - |
| HSV(B) | 112.24º | 0.62% | 0.73% | - |
| XYZ | 22.75 | 37.97 | 12.09 | - |
| YUV | 143.58 | 87.04 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 71 | 0.54 | 0 | 0.62 | 0.27 | 112.24 | 0.46 | 0.51 |
| Hex | 56 | BB | 47 | 36 | 0 | 3E | 1B | 70 | 2E | 33 |
| Octal | 126 | 273 | 107 | 66 | 0 | 76 | 33 | 160 | 56 | 63 |
| Binary | 1010110 | 10111011 | 1000111 | 110110 | 0 | 111110 | 11011 | 1110000 | 101110 | 110011 |
Color Harmonies of #56BB47
Complementary color
Monochromatic Colors of #56BB47
Black with #56BB47
Text Example
Text Example
White with #56BB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BB47; }
p { color: rgb(86,187,71); }
H1.HeaderClassName
{
color: #56BB47;
}
.AnyTagClassName
{
color: #56BB47;
}
</style>
background-color css
<style>
a { background-color: #56BB47; }
a { background-color: rgb(86,187,71); }
div.DivClassName
{
background-color: #56BB47;
}
.BgClassName
{
background-color: #56BB47;
}
</style>
border-color css
<style>
span { border-color: #56BB47; }
span { border-color: rgb(86,187,71); }
td.TdClassName
{
border-color: #56BB47;
}
.TagClassName
{
border-color: #56BB47;
}
</style>