Shades of Apple #56BF40
Tints of Apple #56BF40
RGB
CMYK
RGB Variations
Color information
#56BF40 (or 0x56BF40) is known color: Apple. HEX triplet: 56, BF and 40. RGB value is (86,191,64). Sum of RGB (Red+Green+Blue) = 86+191+64=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #56BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BF40 is #A940BF. Grayscale: #919191. Windows color (decimal): -11092160 or 4243286. OLE color: 4243286.
HSL color Cylindrical-coordinate representation of color #56BF40: hue angle of 109.61º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56BF40 is Cyan = 0.55, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 191 | 64 | - |
| CMYK | 0.55 | 0 | 0.66 | 0.25 |
| HSL | 109.61º | 0.5% | 0.5% | - |
| HSV(B) | 109.61º | 0.66% | 0.75% | - |
| XYZ | 23.39 | 39.61 | 11.26 | - |
| YUV | 145.13 | 82.21 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 191 | 64 | 0.55 | 0 | 0.66 | 0.25 | 109.61 | 0.5 | 0.5 |
| Hex | 56 | BF | 40 | 37 | 0 | 42 | 19 | 6E | 32 | 32 |
| Octal | 126 | 277 | 100 | 67 | 0 | 102 | 31 | 156 | 62 | 62 |
| Binary | 1010110 | 10111111 | 1000000 | 110111 | 0 | 1000010 | 11001 | 1101110 | 110010 | 110010 |
Color Harmonies of #56BF40
Complementary color
Monochromatic Colors of #56BF40
Black with #56BF40
Text Example
Text Example
White with #56BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BF40; }
p { color: rgb(86,191,64); }
H1.HeaderClassName
{
color: #56BF40;
}
.AnyTagClassName
{
color: #56BF40;
}
</style>
background-color css
<style>
a { background-color: #56BF40; }
a { background-color: rgb(86,191,64); }
div.DivClassName
{
background-color: #56BF40;
}
.BgClassName
{
background-color: #56BF40;
}
</style>
border-color css
<style>
span { border-color: #56BF40; }
span { border-color: rgb(86,191,64); }
td.TdClassName
{
border-color: #56BF40;
}
.TagClassName
{
border-color: #56BF40;
}
</style>