#56BA40

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

Shades of Apple #56BA40

Tints of Apple #56BA40

Color information

#56BA40 (or 0x56BA40) is unknown color: approx Apple. HEX triplet: 56, BA and 40. RGB value is (86,186,64). Sum of RGB (Red+Green+Blue) = 86+186+64=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #56BA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56BA40 is #A945BF. Grayscale: #8E8E8E. Windows color (decimal): -11093440 or 4242006. OLE color: 4242006.

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

Color convert

RGB8618664-
CMYK0.5400.660.27
HSL109.18º48.8%49.02%-
HSV(B)109.18º65.59%72.94%-
XYZ22.3237.4710.91-
YUV142.1983.8787.92-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.60%
GREEN value IS 186 (73.05% from 255) = 55.36%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=25.60%
G=55.36%
B=19.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86186640.5400.660.27109.1848.849.02
Hex56BA40360421B6d3131
Octal126272100660102331556161
Binary101011010111010100000011011001000010110111101101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56BA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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