Shades of Apple #56C335
Tints of Apple #56C335
RGB
CMYK
RGB Variations
Color information
#56C335 (or 0x56C335) is known color: Apple. HEX triplet: 56, C3 and 35. RGB value is (86,195,53). Sum of RGB (Red+Green+Blue) = 86+195+53=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #56C335 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C335 is #A93CCA. Grayscale: #929292. Windows color (decimal): -11091147 or 3523414. OLE color: 3523414.
HSL color Cylindrical-coordinate representation of color #56C335: hue angle of 106.06º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56C335 is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 195 | 53 | - |
| CMYK | 0.56 | 0 | 0.73 | 0.24 |
| HSL | 106.06º | 0.57% | 0.49% | - |
| HSV(B) | 106.06º | 0.73% | 0.76% | - |
| XYZ | 24 | 41.27 | 10.07 | - |
| YUV | 146.22 | 75.39 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 195 | 53 | 0.56 | 0 | 0.73 | 0.24 | 106.06 | 0.57 | 0.49 |
| Hex | 56 | C3 | 35 | 38 | 0 | 49 | 18 | 6A | 39 | 31 |
| Octal | 126 | 303 | 65 | 70 | 0 | 111 | 30 | 152 | 71 | 61 |
| Binary | 1010110 | 11000011 | 110101 | 111000 | 0 | 1001001 | 11000 | 1101010 | 111001 | 110001 |
Color Harmonies of #56C335
Complementary color
Monochromatic Colors of #56C335
Black with #56C335
Text Example
Text Example
White with #56C335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C335; }
p { color: rgb(86,195,53); }
H1.HeaderClassName
{
color: #56C335;
}
.AnyTagClassName
{
color: #56C335;
}
</style>
background-color css
<style>
a { background-color: #56C335; }
a { background-color: rgb(86,195,53); }
div.DivClassName
{
background-color: #56C335;
}
.BgClassName
{
background-color: #56C335;
}
</style>
border-color css
<style>
span { border-color: #56C335; }
span { border-color: rgb(86,195,53); }
td.TdClassName
{
border-color: #56C335;
}
.TagClassName
{
border-color: #56C335;
}
</style>