Shades of Apple #56B732
Tints of Apple #56B732
RGB
CMYK
RGB Variations
Color information
#56B732 (or 0x56B732) is known color: Apple. HEX triplet: 56, B7 and 32. RGB value is (86,183,50). Sum of RGB (Red+Green+Blue) = 86+183+50=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #56B732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56B732 is #A948CD. Grayscale: #8B8B8B. Windows color (decimal): -11094222 or 3323734. OLE color: 3323734.
HSL color Cylindrical-coordinate representation of color #56B732: hue angle of 103.76º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56B732 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 183 | 50 | - |
| CMYK | 0.53 | 0 | 0.73 | 0.28 |
| HSL | 103.76º | 0.57% | 0.46% | - |
| HSV(B) | 103.76º | 0.73% | 0.72% | - |
| XYZ | 21.35 | 36.08 | 8.86 | - |
| YUV | 138.84 | 77.86 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 183 | 50 | 0.53 | 0 | 0.73 | 0.28 | 103.76 | 0.57 | 0.46 |
| Hex | 56 | B7 | 32 | 35 | 0 | 49 | 1C | 68 | 39 | 2E |
| Octal | 126 | 267 | 62 | 65 | 0 | 111 | 34 | 150 | 71 | 56 |
| Binary | 1010110 | 10110111 | 110010 | 110101 | 0 | 1001001 | 11100 | 1101000 | 111001 | 101110 |
Color Harmonies of #56B732
Complementary color
Monochromatic Colors of #56B732
Black with #56B732
Text Example
Text Example
White with #56B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B732; }
p { color: rgb(86,183,50); }
H1.HeaderClassName
{
color: #56B732;
}
.AnyTagClassName
{
color: #56B732;
}
</style>
background-color css
<style>
a { background-color: #56B732; }
a { background-color: rgb(86,183,50); }
div.DivClassName
{
background-color: #56B732;
}
.BgClassName
{
background-color: #56B732;
}
</style>
border-color css
<style>
span { border-color: #56B732; }
span { border-color: rgb(86,183,50); }
td.TdClassName
{
border-color: #56B732;
}
.TagClassName
{
border-color: #56B732;
}
</style>