Shades of Apple #56BC4B
Tints of Apple #56BC4B
RGB
CMYK
RGB Variations
Color information
#56BC4B (or 0x56BC4B) is known color: Apple. HEX triplet: 56, BC and 4B. RGB value is (86,188,75). Sum of RGB (Red+Green+Blue) = 86+188+75=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #56BC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BC4B is #A943B4. Grayscale: #909090. Windows color (decimal): -11092917 or 4963414. OLE color: 4963414.
HSL color Cylindrical-coordinate representation of color #56BC4B: hue angle of 114.16º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56BC4B is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 75 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.26 |
| HSL | 114.16º | 0.46% | 0.52% | - |
| HSV(B) | 114.16º | 0.6% | 0.74% | - |
| XYZ | 23.09 | 38.45 | 12.86 | - |
| YUV | 144.62 | 88.71 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 75 | 0.54 | 0 | 0.60 | 0.26 | 114.16 | 0.46 | 0.52 |
| Hex | 56 | BC | 4B | 36 | 0 | 3C | 1A | 72 | 2E | 34 |
| Octal | 126 | 274 | 113 | 66 | 0 | 74 | 32 | 162 | 56 | 64 |
| Binary | 1010110 | 10111100 | 1001011 | 110110 | 0 | 111100 | 11010 | 1110010 | 101110 | 110100 |
Color Harmonies of #56BC4B
Complementary color
Monochromatic Colors of #56BC4B
Black with #56BC4B
Text Example
Text Example
White with #56BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BC4B; }
p { color: rgb(86,188,75); }
H1.HeaderClassName
{
color: #56BC4B;
}
.AnyTagClassName
{
color: #56BC4B;
}
</style>
background-color css
<style>
a { background-color: #56BC4B; }
a { background-color: rgb(86,188,75); }
div.DivClassName
{
background-color: #56BC4B;
}
.BgClassName
{
background-color: #56BC4B;
}
</style>
border-color css
<style>
span { border-color: #56BC4B; }
span { border-color: rgb(86,188,75); }
td.TdClassName
{
border-color: #56BC4B;
}
.TagClassName
{
border-color: #56BC4B;
}
</style>