Shades of Apple #56C13D
Tints of Apple #56C13D
RGB
CMYK
RGB Variations
Color information
#56C13D (or 0x56C13D) is known color: Apple. HEX triplet: 56, C1 and 3D. RGB value is (86,193,61). Sum of RGB (Red+Green+Blue) = 86+193+61=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #56C13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C13D is #A93EC2. Grayscale: #929292. Windows color (decimal): -11091651 or 4047190. OLE color: 4047190.
HSL color Cylindrical-coordinate representation of color #56C13D: hue angle of 108.64º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56C13D is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 193 | 61 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.24 |
| HSL | 108.64º | 0.52% | 0.5% | - |
| HSV(B) | 108.64º | 0.68% | 0.76% | - |
| XYZ | 23.75 | 40.46 | 10.97 | - |
| YUV | 145.96 | 80.05 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 193 | 61 | 0.55 | 0 | 0.68 | 0.24 | 108.64 | 0.52 | 0.5 |
| Hex | 56 | C1 | 3D | 37 | 0 | 44 | 18 | 6D | 34 | 32 |
| Octal | 126 | 301 | 75 | 67 | 0 | 104 | 30 | 155 | 64 | 62 |
| Binary | 1010110 | 11000001 | 111101 | 110111 | 0 | 1000100 | 11000 | 1101101 | 110100 | 110010 |
Color Harmonies of #56C13D
Complementary color
Monochromatic Colors of #56C13D
Black with #56C13D
Text Example
Text Example
White with #56C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C13D; }
p { color: rgb(86,193,61); }
H1.HeaderClassName
{
color: #56C13D;
}
.AnyTagClassName
{
color: #56C13D;
}
</style>
background-color css
<style>
a { background-color: #56C13D; }
a { background-color: rgb(86,193,61); }
div.DivClassName
{
background-color: #56C13D;
}
.BgClassName
{
background-color: #56C13D;
}
</style>
border-color css
<style>
span { border-color: #56C13D; }
span { border-color: rgb(86,193,61); }
td.TdClassName
{
border-color: #56C13D;
}
.TagClassName
{
border-color: #56C13D;
}
</style>