Shades of Apple #56BB49
Tints of Apple #56BB49
RGB
CMYK
RGB Variations
Color information
#56BB49 (or 0x56BB49) is known color: Apple. HEX triplet: 56, BB and 49. RGB value is (86,187,73). Sum of RGB (Red+Green+Blue) = 86+187+73=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 187 (73.44% from 255 or 54.05% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 187 - color contains mainly: green. Hex color #56BB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BB49 is #A944B6. Grayscale: #909090. Windows color (decimal): -11093175 or 4832086. OLE color: 4832086.
HSL color Cylindrical-coordinate representation of color #56BB49: hue angle of 113.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56BB49 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 187 | 73 | - |
| CMYK | 0.54 | 0 | 0.61 | 0.27 |
| HSL | 113.16º | 0.46% | 0.51% | - |
| HSV(B) | 113.16º | 0.61% | 0.73% | - |
| XYZ | 22.81 | 38 | 12.44 | - |
| YUV | 143.81 | 88.04 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 73 | 0.54 | 0 | 0.61 | 0.27 | 113.16 | 0.46 | 0.51 |
| Hex | 56 | BB | 49 | 36 | 0 | 3D | 1B | 71 | 2E | 33 |
| Octal | 126 | 273 | 111 | 66 | 0 | 75 | 33 | 161 | 56 | 63 |
| Binary | 1010110 | 10111011 | 1001001 | 110110 | 0 | 111101 | 11011 | 1110001 | 101110 | 110011 |
Color Harmonies of #56BB49
Complementary color
Monochromatic Colors of #56BB49
Black with #56BB49
Text Example
Text Example
White with #56BB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BB49; }
p { color: rgb(86,187,73); }
H1.HeaderClassName
{
color: #56BB49;
}
.AnyTagClassName
{
color: #56BB49;
}
</style>
background-color css
<style>
a { background-color: #56BB49; }
a { background-color: rgb(86,187,73); }
div.DivClassName
{
background-color: #56BB49;
}
.BgClassName
{
background-color: #56BB49;
}
</style>
border-color css
<style>
span { border-color: #56BB49; }
span { border-color: rgb(86,187,73); }
td.TdClassName
{
border-color: #56BB49;
}
.TagClassName
{
border-color: #56BB49;
}
</style>