Shades of Apple #56C449
Tints of Apple #56C449
RGB
CMYK
RGB Variations
Color information
#56C449 (or 0x56C449) is known color: Apple. HEX triplet: 56, C4 and 49. RGB value is (86,196,73). Sum of RGB (Red+Green+Blue) = 86+196+73=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 196 (76.95% from 255 or 55.21% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 196 - color contains mainly: green. Hex color #56C449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C449 is #A93BB6. Grayscale: #959595. Windows color (decimal): -11090871 or 4834390. OLE color: 4834390.
HSL color Cylindrical-coordinate representation of color #56C449: hue angle of 113.66º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56C449 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 196 | 73 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.23 |
| HSL | 113.66º | 0.51% | 0.53% | - |
| HSV(B) | 113.66º | 0.63% | 0.77% | - |
| XYZ | 24.78 | 41.94 | 13.09 | - |
| YUV | 149.09 | 85.06 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 196 | 73 | 0.56 | 0 | 0.63 | 0.23 | 113.66 | 0.51 | 0.53 |
| Hex | 56 | C4 | 49 | 38 | 0 | 3F | 17 | 72 | 33 | 35 |
| Octal | 126 | 304 | 111 | 70 | 0 | 77 | 27 | 162 | 63 | 65 |
| Binary | 1010110 | 11000100 | 1001001 | 111000 | 0 | 111111 | 10111 | 1110010 | 110011 | 110101 |
Color Harmonies of #56C449
Complementary color
Monochromatic Colors of #56C449
Black with #56C449
Text Example
Text Example
White with #56C449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C449; }
p { color: rgb(86,196,73); }
H1.HeaderClassName
{
color: #56C449;
}
.AnyTagClassName
{
color: #56C449;
}
</style>
background-color css
<style>
a { background-color: #56C449; }
a { background-color: rgb(86,196,73); }
div.DivClassName
{
background-color: #56C449;
}
.BgClassName
{
background-color: #56C449;
}
</style>
border-color css
<style>
span { border-color: #56C449; }
span { border-color: rgb(86,196,73); }
td.TdClassName
{
border-color: #56C449;
}
.TagClassName
{
border-color: #56C449;
}
</style>