Shades of Apple #56CF47
Tints of Apple #56CF47
RGB
CMYK
RGB Variations
Color information
#56CF47 (or 0x56CF47) is known color: Apple. HEX triplet: 56, CF and 47. RGB value is (86,207,71). Sum of RGB (Red+Green+Blue) = 86+207+71=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #56CF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56CF47 is #A930B8. Grayscale: #9B9B9B. Windows color (decimal): -11088057 or 4706134. OLE color: 4706134.
HSL color Cylindrical-coordinate representation of color #56CF47: hue angle of 113.38º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56CF47 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 71 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.19 |
| HSL | 113.38º | 0.59% | 0.55% | - |
| HSV(B) | 113.38º | 0.66% | 0.81% | - |
| XYZ | 27.29 | 47.06 | 13.61 | - |
| YUV | 155.32 | 80.41 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 71 | 0.58 | 0 | 0.66 | 0.19 | 113.38 | 0.59 | 0.55 |
| Hex | 56 | CF | 47 | 3A | 0 | 42 | 13 | 71 | 3B | 37 |
| Octal | 126 | 317 | 107 | 72 | 0 | 102 | 23 | 161 | 73 | 67 |
| Binary | 1010110 | 11001111 | 1000111 | 111010 | 0 | 1000010 | 10011 | 1110001 | 111011 | 110111 |
Color Harmonies of #56CF47
Complementary color
Monochromatic Colors of #56CF47
Black with #56CF47
Text Example
Text Example
White with #56CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CF47; }
p { color: rgb(86,207,71); }
H1.HeaderClassName
{
color: #56CF47;
}
.AnyTagClassName
{
color: #56CF47;
}
</style>
background-color css
<style>
a { background-color: #56CF47; }
a { background-color: rgb(86,207,71); }
div.DivClassName
{
background-color: #56CF47;
}
.BgClassName
{
background-color: #56CF47;
}
</style>
border-color css
<style>
span { border-color: #56CF47; }
span { border-color: rgb(86,207,71); }
td.TdClassName
{
border-color: #56CF47;
}
.TagClassName
{
border-color: #56CF47;
}
</style>