#56BA50

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

Shades of Apple #56BA50

Tints of Apple #56BA50

Color information

#56BA50 (or 0x56BA50) is unknown color: approx Apple. HEX triplet: 56, BA and 50. RGB value is (86,186,80). Sum of RGB (Red+Green+Blue) = 86+186+80=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BA50 is #A945AF. Grayscale: #909090. Windows color (decimal): -11093424 or 5290582. OLE color: 5290582.

HSL color Cylindrical-coordinate representation of color #56BA50: hue angle of 116.6º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56BA50 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB8618680-
CMYK0.5400.570.27
HSL116.6º43.44%52.16%-
HSV(B)116.6º56.99%72.94%-
XYZ22.8437.6813.66-
YUV144.0291.8786.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 186 (73.05% from 255) = 52.84%
BLUE value IS 80 (31.64% from 255) = 22.73%
R=24.43%
G=52.84%
B=22.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86186800.5400.570.27116.643.4452.16
Hex56BA50360391B752b34
Octal12627212066071331655364
Binary10101101011101010100001101100111001110111110101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,186,80); }

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

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

 a { background-color: rgb(86,186,80); }

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

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

 span { border-color: rgb(86,186,80); }

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