Shades of Apple #56BB4A
Tints of Apple #56BB4A
RGB
CMYK
RGB Variations
Color information
#56BB4A (or 0x56BB4A) is known color: Apple. HEX triplet: 56, BB and 4A. RGB value is (86,187,74). Sum of RGB (Red+Green+Blue) = 86+187+74=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 187 (73.44% from 255 or 53.89% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 187 - color contains mainly: green. Hex color #56BB4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BB4A is #A944B5. Grayscale: #909090. Windows color (decimal): -11093174 or 4897622. OLE color: 4897622.
HSL color Cylindrical-coordinate representation of color #56BB4A: hue angle of 113.63º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56BB4A is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 187 | 74 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.27 |
| HSL | 113.63º | 0.45% | 0.51% | - |
| HSV(B) | 113.63º | 0.6% | 0.73% | - |
| XYZ | 22.84 | 38.01 | 12.61 | - |
| YUV | 143.92 | 88.54 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 74 | 0.54 | 0 | 0.60 | 0.27 | 113.63 | 0.45 | 0.51 |
| Hex | 56 | BB | 4A | 36 | 0 | 3C | 1B | 72 | 2D | 33 |
| Octal | 126 | 273 | 112 | 66 | 0 | 74 | 33 | 162 | 55 | 63 |
| Binary | 1010110 | 10111011 | 1001010 | 110110 | 0 | 111100 | 11011 | 1110010 | 101101 | 110011 |
Color Harmonies of #56BB4A
Complementary color
Monochromatic Colors of #56BB4A
Black with #56BB4A
Text Example
Text Example
White with #56BB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BB4A; }
p { color: rgb(86,187,74); }
H1.HeaderClassName
{
color: #56BB4A;
}
.AnyTagClassName
{
color: #56BB4A;
}
</style>
background-color css
<style>
a { background-color: #56BB4A; }
a { background-color: rgb(86,187,74); }
div.DivClassName
{
background-color: #56BB4A;
}
.BgClassName
{
background-color: #56BB4A;
}
</style>
border-color css
<style>
span { border-color: #56BB4A; }
span { border-color: rgb(86,187,74); }
td.TdClassName
{
border-color: #56BB4A;
}
.TagClassName
{
border-color: #56BB4A;
}
</style>