Shades of Apple #56C035
Tints of Apple #56C035
RGB
CMYK
RGB Variations
Color information
#56C035 (or 0x56C035) is known color: Apple. HEX triplet: 56, C0 and 35. RGB value is (86,192,53). Sum of RGB (Red+Green+Blue) = 86+192+53=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #56C035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C035 is #A93FCA. Grayscale: #909090. Windows color (decimal): -11091915 or 3522646. OLE color: 3522646.
HSL color Cylindrical-coordinate representation of color #56C035: hue angle of 105.76º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56C035 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 53 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.25 |
| HSL | 105.76º | 0.57% | 0.48% | - |
| HSV(B) | 105.76º | 0.72% | 0.75% | - |
| XYZ | 23.33 | 39.93 | 9.85 | - |
| YUV | 144.46 | 76.38 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 53 | 0.55 | 0 | 0.72 | 0.25 | 105.76 | 0.57 | 0.48 |
| Hex | 56 | C0 | 35 | 37 | 0 | 48 | 19 | 6A | 39 | 30 |
| Octal | 126 | 300 | 65 | 67 | 0 | 110 | 31 | 152 | 71 | 60 |
| Binary | 1010110 | 11000000 | 110101 | 110111 | 0 | 1001000 | 11001 | 1101010 | 111001 | 110000 |
Color Harmonies of #56C035
Complementary color
Monochromatic Colors of #56C035
Black with #56C035
Text Example
Text Example
White with #56C035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C035; }
p { color: rgb(86,192,53); }
H1.HeaderClassName
{
color: #56C035;
}
.AnyTagClassName
{
color: #56C035;
}
</style>
background-color css
<style>
a { background-color: #56C035; }
a { background-color: rgb(86,192,53); }
div.DivClassName
{
background-color: #56C035;
}
.BgClassName
{
background-color: #56C035;
}
</style>
border-color css
<style>
span { border-color: #56C035; }
span { border-color: rgb(86,192,53); }
td.TdClassName
{
border-color: #56C035;
}
.TagClassName
{
border-color: #56C035;
}
</style>