#56BD4D

Color #56BD4D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #56BD4D

Tints of Apple #56BD4D

Color information

#56BD4D (or 0x56BD4D) is unknown color: approx Apple. HEX triplet: 56, BD and 4D. RGB value is (86,189,77). Sum of RGB (Red+Green+Blue) = 86+189+77=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BD4D is #A942B2. Grayscale: #919191. Windows color (decimal): -11092659 or 5094742. OLE color: 5094742.

HSL color Cylindrical-coordinate representation of color #56BD4D: hue angle of 115.18º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56BD4D is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB8618977-
CMYK0.5400.590.26
HSL115.18º45.9%52.16%-
HSV(B)115.18º59.26%74.12%-
XYZ23.3738.9113.3-
YUV145.4389.3885.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 189 (74.22% from 255) = 53.69%
BLUE value IS 77 (30.47% from 255) = 21.88%
R=24.43%
G=53.69%
B=21.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86189770.5400.590.26115.1845.952.16
Hex56BD4D3603B1A732e34
Octal12627511566073321635664
Binary10101101011110110011011101100111011110101110011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56BD4D; }

 p { color: rgb(86,189,77); }

 H1.HeaderClassName
 {
   color: #56BD4D;
 }
 .AnyTagClassName
 {
   color: #56BD4D;
 }
</style>
background-color css

<style>
 a { background-color: #56BD4D; }

 a { background-color: rgb(86,189,77); }

 div.DivClassName
 {
   background-color: #56BD4D;
 }
 .BgClassName
 {
   background-color: #56BD4D;
 }
</style>
border-color css

<style>
 span { border-color: #56BD4D; }

 span { border-color: rgb(86,189,77); }

 td.TdClassName
 {
   border-color: #56BD4D;
 }
 .TagClassName
 {
   border-color: #56BD4D;
 }
</style>