Shades of Apple #56CF3F
Tints of Apple #56CF3F
RGB
CMYK
RGB Variations
Color information
#56CF3F (or 0x56CF3F) is known color: Apple. HEX triplet: 56, CF and 3F. RGB value is (86,207,63). Sum of RGB (Red+Green+Blue) = 86+207+63=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #56CF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56CF3F is #A930C0. Grayscale: #9A9A9A. Windows color (decimal): -11088065 or 4181846. OLE color: 4181846.
HSL color Cylindrical-coordinate representation of color #56CF3F: hue angle of 110.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56CF3F is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 63 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.19 |
| HSL | 110.42º | 0.6% | 0.53% | - |
| HSV(B) | 110.42º | 0.7% | 0.81% | - |
| XYZ | 27.05 | 46.96 | 12.34 | - |
| YUV | 154.41 | 76.41 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 63 | 0.58 | 0 | 0.70 | 0.19 | 110.42 | 0.6 | 0.53 |
| Hex | 56 | CF | 3F | 3A | 0 | 46 | 13 | 6E | 3C | 35 |
| Octal | 126 | 317 | 77 | 72 | 0 | 106 | 23 | 156 | 74 | 65 |
| Binary | 1010110 | 11001111 | 111111 | 111010 | 0 | 1000110 | 10011 | 1101110 | 111100 | 110101 |
Color Harmonies of #56CF3F
Complementary color
Monochromatic Colors of #56CF3F
Black with #56CF3F
Text Example
Text Example
White with #56CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CF3F; }
p { color: rgb(86,207,63); }
H1.HeaderClassName
{
color: #56CF3F;
}
.AnyTagClassName
{
color: #56CF3F;
}
</style>
background-color css
<style>
a { background-color: #56CF3F; }
a { background-color: rgb(86,207,63); }
div.DivClassName
{
background-color: #56CF3F;
}
.BgClassName
{
background-color: #56CF3F;
}
</style>
border-color css
<style>
span { border-color: #56CF3F; }
span { border-color: rgb(86,207,63); }
td.TdClassName
{
border-color: #56CF3F;
}
.TagClassName
{
border-color: #56CF3F;
}
</style>