Shades of Apple #56BC41
Tints of Apple #56BC41
RGB
CMYK
RGB Variations
Color information
#56BC41 (or 0x56BC41) is known color: Apple. HEX triplet: 56, BC and 41. RGB value is (86,188,65). Sum of RGB (Red+Green+Blue) = 86+188+65=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BC41 is #A943BE. Grayscale: #8F8F8F. Windows color (decimal): -11092927 or 4308054. OLE color: 4308054.
HSL color Cylindrical-coordinate representation of color #56BC41: hue angle of 109.76º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56BC41 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 65 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.26 |
| HSL | 109.76º | 0.49% | 0.5% | - |
| HSV(B) | 109.76º | 0.65% | 0.74% | - |
| XYZ | 22.78 | 38.33 | 11.2 | - |
| YUV | 143.48 | 83.71 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 65 | 0.54 | 0 | 0.65 | 0.26 | 109.76 | 0.49 | 0.5 |
| Hex | 56 | BC | 41 | 36 | 0 | 41 | 1A | 6E | 31 | 32 |
| Octal | 126 | 274 | 101 | 66 | 0 | 101 | 32 | 156 | 61 | 62 |
| Binary | 1010110 | 10111100 | 1000001 | 110110 | 0 | 1000001 | 11010 | 1101110 | 110001 | 110010 |
Color Harmonies of #56BC41
Complementary color
Monochromatic Colors of #56BC41
Black with #56BC41
Text Example
Text Example
White with #56BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC41; }
p { color: rgb(86,188,65); }
H1.HeaderClassName
{
color: #56BC41;
}
.AnyTagClassName
{
color: #56BC41;
}
</style>
background-color css
<style>
a { background-color: #56BC41; }
a { background-color: rgb(86,188,65); }
div.DivClassName
{
background-color: #56BC41;
}
.BgClassName
{
background-color: #56BC41;
}
</style>
border-color css
<style>
span { border-color: #56BC41; }
span { border-color: rgb(86,188,65); }
td.TdClassName
{
border-color: #56BC41;
}
.TagClassName
{
border-color: #56BC41;
}
</style>