Shades of Apple #56C34B
Tints of Apple #56C34B
RGB
CMYK
RGB Variations
Color information
#56C34B (or 0x56C34B) is known color: Apple. HEX triplet: 56, C3 and 4B. RGB value is (86,195,75). Sum of RGB (Red+Green+Blue) = 86+195+75=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 195 (76.56% from 255 or 54.78% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 195 - color contains mainly: green. Hex color #56C34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56C34B is #A93CB4. Grayscale: #959595. Windows color (decimal): -11091125 or 4965206. OLE color: 4965206.
HSL color Cylindrical-coordinate representation of color #56C34B: hue angle of 114.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56C34B is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 195 | 75 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.24 |
| HSL | 114.5º | 0.5% | 0.53% | - |
| HSV(B) | 114.5º | 0.62% | 0.76% | - |
| XYZ | 24.62 | 41.52 | 13.37 | - |
| YUV | 148.73 | 86.39 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 195 | 75 | 0.56 | 0 | 0.62 | 0.24 | 114.5 | 0.5 | 0.53 |
| Hex | 56 | C3 | 4B | 38 | 0 | 3E | 18 | 72 | 32 | 35 |
| Octal | 126 | 303 | 113 | 70 | 0 | 76 | 30 | 162 | 62 | 65 |
| Binary | 1010110 | 11000011 | 1001011 | 111000 | 0 | 111110 | 11000 | 1110010 | 110010 | 110101 |
Color Harmonies of #56C34B
Complementary color
Monochromatic Colors of #56C34B
Black with #56C34B
Text Example
Text Example
White with #56C34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C34B; }
p { color: rgb(86,195,75); }
H1.HeaderClassName
{
color: #56C34B;
}
.AnyTagClassName
{
color: #56C34B;
}
</style>
background-color css
<style>
a { background-color: #56C34B; }
a { background-color: rgb(86,195,75); }
div.DivClassName
{
background-color: #56C34B;
}
.BgClassName
{
background-color: #56C34B;
}
</style>
border-color css
<style>
span { border-color: #56C34B; }
span { border-color: rgb(86,195,75); }
td.TdClassName
{
border-color: #56C34B;
}
.TagClassName
{
border-color: #56C34B;
}
</style>