Shades of Apple #56C03C
Tints of Apple #56C03C
RGB
CMYK
RGB Variations
Color information
#56C03C (or 0x56C03C) is known color: Apple. HEX triplet: 56, C0 and 3C. RGB value is (86,192,60). Sum of RGB (Red+Green+Blue) = 86+192+60=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #56C03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C03C is #A93FC3. Grayscale: #919191. Windows color (decimal): -11091908 or 3981398. OLE color: 3981398.
HSL color Cylindrical-coordinate representation of color #56C03C: hue angle of 108.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56C03C is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 60 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.25 |
| HSL | 108.18º | 0.52% | 0.49% | - |
| HSV(B) | 108.18º | 0.69% | 0.75% | - |
| XYZ | 23.5 | 40 | 10.76 | - |
| YUV | 145.26 | 79.88 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 60 | 0.55 | 0 | 0.69 | 0.25 | 108.18 | 0.52 | 0.49 |
| Hex | 56 | C0 | 3C | 37 | 0 | 45 | 19 | 6C | 34 | 31 |
| Octal | 126 | 300 | 74 | 67 | 0 | 105 | 31 | 154 | 64 | 61 |
| Binary | 1010110 | 11000000 | 111100 | 110111 | 0 | 1000101 | 11001 | 1101100 | 110100 | 110001 |
Color Harmonies of #56C03C
Complementary color
Monochromatic Colors of #56C03C
Black with #56C03C
Text Example
Text Example
White with #56C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C03C; }
p { color: rgb(86,192,60); }
H1.HeaderClassName
{
color: #56C03C;
}
.AnyTagClassName
{
color: #56C03C;
}
</style>
background-color css
<style>
a { background-color: #56C03C; }
a { background-color: rgb(86,192,60); }
div.DivClassName
{
background-color: #56C03C;
}
.BgClassName
{
background-color: #56C03C;
}
</style>
border-color css
<style>
span { border-color: #56C03C; }
span { border-color: rgb(86,192,60); }
td.TdClassName
{
border-color: #56C03C;
}
.TagClassName
{
border-color: #56C03C;
}
</style>