Shades of Apple #56BA45
Tints of Apple #56BA45
RGB
CMYK
RGB Variations
Color information
#56BA45 (or 0x56BA45) is known color: Apple. HEX triplet: 56, BA and 45. RGB value is (86,186,69). Sum of RGB (Red+Green+Blue) = 86+186+69=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BA45 is #A945BA. Grayscale: #8F8F8F. Windows color (decimal): -11093435 or 4569686. OLE color: 4569686.
HSL color Cylindrical-coordinate representation of color #56BA45: hue angle of 111.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56BA45 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 69 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.27 |
| HSL | 111.28º | 0.46% | 0.5% | - |
| HSV(B) | 111.28º | 0.63% | 0.73% | - |
| XYZ | 22.47 | 37.53 | 11.69 | - |
| YUV | 142.76 | 86.37 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 69 | 0.54 | 0 | 0.63 | 0.27 | 111.28 | 0.46 | 0.5 |
| Hex | 56 | BA | 45 | 36 | 0 | 3F | 1B | 6F | 2E | 32 |
| Octal | 126 | 272 | 105 | 66 | 0 | 77 | 33 | 157 | 56 | 62 |
| Binary | 1010110 | 10111010 | 1000101 | 110110 | 0 | 111111 | 11011 | 1101111 | 101110 | 110010 |
Color Harmonies of #56BA45
Complementary color
Monochromatic Colors of #56BA45
Black with #56BA45
Text Example
Text Example
White with #56BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA45; }
p { color: rgb(86,186,69); }
H1.HeaderClassName
{
color: #56BA45;
}
.AnyTagClassName
{
color: #56BA45;
}
</style>
background-color css
<style>
a { background-color: #56BA45; }
a { background-color: rgb(86,186,69); }
div.DivClassName
{
background-color: #56BA45;
}
.BgClassName
{
background-color: #56BA45;
}
</style>
border-color css
<style>
span { border-color: #56BA45; }
span { border-color: rgb(86,186,69); }
td.TdClassName
{
border-color: #56BA45;
}
.TagClassName
{
border-color: #56BA45;
}
</style>