Shades of Apple #56CC42
Tints of Apple #56CC42
RGB
CMYK
RGB Variations
Color information
#56CC42 (or 0x56CC42) is known color: Apple. HEX triplet: 56, CC and 42. RGB value is (86,204,66). Sum of RGB (Red+Green+Blue) = 86+204+66=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #56CC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56CC42 is #A933BD. Grayscale: #999999. Windows color (decimal): -11088830 or 4377686. OLE color: 4377686.
HSL color Cylindrical-coordinate representation of color #56CC42: hue angle of 111.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56CC42 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 204 | 66 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.2 |
| HSL | 111.3º | 0.58% | 0.53% | - |
| HSV(B) | 111.3º | 0.68% | 0.8% | - |
| XYZ | 26.41 | 45.56 | 12.56 | - |
| YUV | 152.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 204 | 66 | 0.58 | 0 | 0.68 | 0.2 | 111.3 | 0.58 | 0.53 |
| Hex | 56 | CC | 42 | 3A | 0 | 44 | 14 | 6F | 3A | 35 |
| Octal | 126 | 314 | 102 | 72 | 0 | 104 | 24 | 157 | 72 | 65 |
| Binary | 1010110 | 11001100 | 1000010 | 111010 | 0 | 1000100 | 10100 | 1101111 | 111010 | 110101 |
Color Harmonies of #56CC42
Complementary color
Monochromatic Colors of #56CC42
Black with #56CC42
Text Example
Text Example
White with #56CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CC42; }
p { color: rgb(86,204,66); }
H1.HeaderClassName
{
color: #56CC42;
}
.AnyTagClassName
{
color: #56CC42;
}
</style>
background-color css
<style>
a { background-color: #56CC42; }
a { background-color: rgb(86,204,66); }
div.DivClassName
{
background-color: #56CC42;
}
.BgClassName
{
background-color: #56CC42;
}
</style>
border-color css
<style>
span { border-color: #56CC42; }
span { border-color: rgb(86,204,66); }
td.TdClassName
{
border-color: #56CC42;
}
.TagClassName
{
border-color: #56CC42;
}
</style>