Shades of Apple #56BA3F
Tints of Apple #56BA3F
RGB
CMYK
RGB Variations
Color information
#56BA3F (or 0x56BA3F) is known color: Apple. HEX triplet: 56, BA and 3F. RGB value is (86,186,63). Sum of RGB (Red+Green+Blue) = 86+186+63=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BA3F is #A945C0. Grayscale: #8E8E8E. Windows color (decimal): -11093441 or 4176470. OLE color: 4176470.
HSL color Cylindrical-coordinate representation of color #56BA3F: hue angle of 108.78º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56BA3F is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 186 | 63 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.27 |
| HSL | 108.78º | 0.49% | 0.49% | - |
| HSV(B) | 108.78º | 0.66% | 0.73% | - |
| XYZ | 22.29 | 37.46 | 10.76 | - |
| YUV | 142.08 | 83.37 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 186 | 63 | 0.54 | 0 | 0.66 | 0.27 | 108.78 | 0.49 | 0.49 |
| Hex | 56 | BA | 3F | 36 | 0 | 42 | 1B | 6D | 31 | 31 |
| Octal | 126 | 272 | 77 | 66 | 0 | 102 | 33 | 155 | 61 | 61 |
| Binary | 1010110 | 10111010 | 111111 | 110110 | 0 | 1000010 | 11011 | 1101101 | 110001 | 110001 |
Color Harmonies of #56BA3F
Complementary color
Monochromatic Colors of #56BA3F
Black with #56BA3F
Text Example
Text Example
White with #56BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BA3F; }
p { color: rgb(86,186,63); }
H1.HeaderClassName
{
color: #56BA3F;
}
.AnyTagClassName
{
color: #56BA3F;
}
</style>
background-color css
<style>
a { background-color: #56BA3F; }
a { background-color: rgb(86,186,63); }
div.DivClassName
{
background-color: #56BA3F;
}
.BgClassName
{
background-color: #56BA3F;
}
</style>
border-color css
<style>
span { border-color: #56BA3F; }
span { border-color: rgb(86,186,63); }
td.TdClassName
{
border-color: #56BA3F;
}
.TagClassName
{
border-color: #56BA3F;
}
</style>