Shades of Apple #56C54C
Tints of Apple #56C54C
RGB
CMYK
RGB Variations
Color information
#56C54C (or 0x56C54C) is known color: Apple. HEX triplet: 56, C5 and 4C. RGB value is (86,197,76). Sum of RGB (Red+Green+Blue) = 86+197+76=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #56C54C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C54C is #A93AB3. Grayscale: #969696. Windows color (decimal): -11090612 or 5031254. OLE color: 5031254.
HSL color Cylindrical-coordinate representation of color #56C54C: hue angle of 115.04º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56C54C is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 197 | 76 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.23 |
| HSL | 115.04º | 0.51% | 0.54% | - |
| HSV(B) | 115.04º | 0.61% | 0.77% | - |
| XYZ | 25.11 | 42.43 | 13.7 | - |
| YUV | 150.02 | 86.23 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 197 | 76 | 0.56 | 0 | 0.61 | 0.23 | 115.04 | 0.51 | 0.54 |
| Hex | 56 | C5 | 4C | 38 | 0 | 3D | 17 | 73 | 33 | 36 |
| Octal | 126 | 305 | 114 | 70 | 0 | 75 | 27 | 163 | 63 | 66 |
| Binary | 1010110 | 11000101 | 1001100 | 111000 | 0 | 111101 | 10111 | 1110011 | 110011 | 110110 |
Color Harmonies of #56C54C
Complementary color
Monochromatic Colors of #56C54C
Black with #56C54C
Text Example
Text Example
White with #56C54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C54C; }
p { color: rgb(86,197,76); }
H1.HeaderClassName
{
color: #56C54C;
}
.AnyTagClassName
{
color: #56C54C;
}
</style>
background-color css
<style>
a { background-color: #56C54C; }
a { background-color: rgb(86,197,76); }
div.DivClassName
{
background-color: #56C54C;
}
.BgClassName
{
background-color: #56C54C;
}
</style>
border-color css
<style>
span { border-color: #56C54C; }
span { border-color: rgb(86,197,76); }
td.TdClassName
{
border-color: #56C54C;
}
.TagClassName
{
border-color: #56C54C;
}
</style>