Shades of Apple #56BA36
Tints of Apple #56BA36
RGB
CMYK
RGB Variations
Color information
#56BA36 (or 0x56BA36) is known color: Apple. HEX triplet: 56, BA and 36. RGB value is (86,186,54). Sum of RGB (Red+Green+Blue) = 86+186+54=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BA36 is #A945C9. Grayscale: #8D8D8D. Windows color (decimal): -11093450 or 3586646. OLE color: 3586646.
HSL color Cylindrical-coordinate representation of color #56BA36: hue angle of 105.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56BA36 is Cyan = 0.54, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 54 | - |
| CMYK | 0.54 | 0 | 0.71 | 0.27 |
| HSL | 105.45º | 0.55% | 0.47% | - |
| HSV(B) | 105.45º | 0.71% | 0.73% | - |
| XYZ | 22.06 | 37.36 | 9.54 | - |
| YUV | 141.05 | 78.87 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 54 | 0.54 | 0 | 0.71 | 0.27 | 105.45 | 0.55 | 0.47 |
| Hex | 56 | BA | 36 | 36 | 0 | 47 | 1B | 69 | 37 | 2F |
| Octal | 126 | 272 | 66 | 66 | 0 | 107 | 33 | 151 | 67 | 57 |
| Binary | 1010110 | 10111010 | 110110 | 110110 | 0 | 1000111 | 11011 | 1101001 | 110111 | 101111 |
Color Harmonies of #56BA36
Complementary color
Monochromatic Colors of #56BA36
Black with #56BA36
Text Example
Text Example
White with #56BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA36; }
p { color: rgb(86,186,54); }
H1.HeaderClassName
{
color: #56BA36;
}
.AnyTagClassName
{
color: #56BA36;
}
</style>
background-color css
<style>
a { background-color: #56BA36; }
a { background-color: rgb(86,186,54); }
div.DivClassName
{
background-color: #56BA36;
}
.BgClassName
{
background-color: #56BA36;
}
</style>
border-color css
<style>
span { border-color: #56BA36; }
span { border-color: rgb(86,186,54); }
td.TdClassName
{
border-color: #56BA36;
}
.TagClassName
{
border-color: #56BA36;
}
</style>