Shades of Apple #56BC3F
Tints of Apple #56BC3F
RGB
CMYK
RGB Variations
Color information
#56BC3F (or 0x56BC3F) is known color: Apple. HEX triplet: 56, BC and 3F. RGB value is (86,188,63). Sum of RGB (Red+Green+Blue) = 86+188+63=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BC3F is #A943C0. Grayscale: #8F8F8F. Windows color (decimal): -11092929 or 4176982. OLE color: 4176982.
HSL color Cylindrical-coordinate representation of color #56BC3F: hue angle of 108.96º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56BC3F is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 63 | - |
| CMYK | 0.54 | 0 | 0.66 | 0.26 |
| HSL | 108.96º | 0.5% | 0.49% | - |
| HSV(B) | 108.96º | 0.66% | 0.74% | - |
| XYZ | 22.72 | 38.3 | 10.9 | - |
| YUV | 143.25 | 82.71 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 63 | 0.54 | 0 | 0.66 | 0.26 | 108.96 | 0.5 | 0.49 |
| Hex | 56 | BC | 3F | 36 | 0 | 42 | 1A | 6D | 32 | 31 |
| Octal | 126 | 274 | 77 | 66 | 0 | 102 | 32 | 155 | 62 | 61 |
| Binary | 1010110 | 10111100 | 111111 | 110110 | 0 | 1000010 | 11010 | 1101101 | 110010 | 110001 |
Color Harmonies of #56BC3F
Complementary color
Monochromatic Colors of #56BC3F
Black with #56BC3F
Text Example
Text Example
White with #56BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC3F; }
p { color: rgb(86,188,63); }
H1.HeaderClassName
{
color: #56BC3F;
}
.AnyTagClassName
{
color: #56BC3F;
}
</style>
background-color css
<style>
a { background-color: #56BC3F; }
a { background-color: rgb(86,188,63); }
div.DivClassName
{
background-color: #56BC3F;
}
.BgClassName
{
background-color: #56BC3F;
}
</style>
border-color css
<style>
span { border-color: #56BC3F; }
span { border-color: rgb(86,188,63); }
td.TdClassName
{
border-color: #56BC3F;
}
.TagClassName
{
border-color: #56BC3F;
}
</style>