Shades of Apple #56C33C
Tints of Apple #56C33C
RGB
CMYK
RGB Variations
Color information
#56C33C (or 0x56C33C) is known color: Apple. HEX triplet: 56, C3 and 3C. RGB value is (86,195,60). Sum of RGB (Red+Green+Blue) = 86+195+60=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #56C33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C33C is #A93CC3. Grayscale: #939393. Windows color (decimal): -11091140 or 3982166. OLE color: 3982166.
HSL color Cylindrical-coordinate representation of color #56C33C: hue angle of 108.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56C33C is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 195 | 60 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.24 |
| HSL | 108.44º | 0.53% | 0.5% | - |
| HSV(B) | 108.44º | 0.69% | 0.76% | - |
| XYZ | 24.17 | 41.33 | 10.98 | - |
| YUV | 147.02 | 78.89 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 195 | 60 | 0.56 | 0 | 0.69 | 0.24 | 108.44 | 0.53 | 0.5 |
| Hex | 56 | C3 | 3C | 38 | 0 | 45 | 18 | 6C | 35 | 32 |
| Octal | 126 | 303 | 74 | 70 | 0 | 105 | 30 | 154 | 65 | 62 |
| Binary | 1010110 | 11000011 | 111100 | 111000 | 0 | 1000101 | 11000 | 1101100 | 110101 | 110010 |
Color Harmonies of #56C33C
Complementary color
Monochromatic Colors of #56C33C
Black with #56C33C
Text Example
Text Example
White with #56C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C33C; }
p { color: rgb(86,195,60); }
H1.HeaderClassName
{
color: #56C33C;
}
.AnyTagClassName
{
color: #56C33C;
}
</style>
background-color css
<style>
a { background-color: #56C33C; }
a { background-color: rgb(86,195,60); }
div.DivClassName
{
background-color: #56C33C;
}
.BgClassName
{
background-color: #56C33C;
}
</style>
border-color css
<style>
span { border-color: #56C33C; }
span { border-color: rgb(86,195,60); }
td.TdClassName
{
border-color: #56C33C;
}
.TagClassName
{
border-color: #56C33C;
}
</style>