COLOR #56B460

HEX: #56B460
RGB: (86,180,96)

Color info

#56B460 contains mainly green color. Web safe color of #56B460 is #66CC66 (or #6C6).

RGB color model

#56B460 color RGB value is (86,180,96).

  • red value is 86;
  • green value is 180;
  • blue value is 96.
RGB:
(86,180,96)
(34%,71%,38%)

RGB channels and saturation

R 86 of 255 = 34%
G 180 of 255 = 71%
B 96 of 255 = 38%

86
180
96

R + G + B ~ 48%. #56B460 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 180 + 96 = 362 (100%)
R 86 of 362 ~ 23.76%
G 180 of 362 ~ 49.72%
B 96 of 362 ~ 26.52%

%23.76
%49.72
%26.52

CMYK color model

#56B460 color CMYK value is (52,0,47,29).

  • cyan value is 52.22%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 29.41%
CMYK:
(52,0,47,29)
C52M0Y47K29 
(52%,0%,47%,29%)
(0.52/0.00/0.47/0.29)	

CMYK percentages

%52.22
%0
%46.67
%29.41

Codes

Color #56B460 in popluar color models

56B460
RGB8618096
HSL126°38.52%52.16%
HSB/HSV126°52.22%70.59%
CMYK52.22%0.00%46.67%
29.41%

Color #56B460 in popluar number systems.

HEX56B460
Decimal8618096
Binary1010110101101001100000
Octal126264140

Shades and tints

Shades of #56B460

#56B460
(86,180,96)
#4FA458
(79,164,88)
#489450
(72,148,80)
#418448
(65,132,72)
#3A7440
(58,116,64)
#336438
(51,100,56)
#2C5430
(44,84,48)
#254428
(37,68,40)
#1E3420
(30,52,32)
#172418
(23,36,24)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #56B460

#56B460
(86,180,96)
#65BA6E
(101,186,110)
#74C07C
(116,192,124)
#83C68A
(131,198,138)
#92CC98
(146,204,152)
#A1D2A6
(161,210,166)
#B0D8B4
(176,216,180)
#BFDEC2
(191,222,194)
#CEE4D0
(206,228,208)
#DDEADE
(221,234,222)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56B460 color. Also use rgb(86,180,96) instead hex code.

Text Font Color

.myTextColor { color: #56B460; }

<p style="color:#56B460">This sample text font color is #56B460.</p>

This text font color is #56B460.


Background Color

.myBgColor { background-color: #56B460; }

<div style="background-color:#56B460">Inner text</div>

This div background color is #56B460.


Border color

.myBorderColor { border: 1px solid #56B460; }

<div style="border:3px solid #56B460">Div</div>

This div border color is #56B460.


Opacity

.myOpacity80 { color: #56B460; opacity: 0.8; }

<p style="color:#56B460;opacity:0.8;">80%</p>

Text with #56B460 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #56B460;}

<p style="text-shadow: 3px 3px 1px #56B460">Text here.</p>

This text has shadow with #56B460 color.

.textShadow {text-shadow: 3px 3px 1px #56B460, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #56B460, 5px 5px 20px red">Text here.</p>

This text has shadow with #56B460 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#56B460, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#56B460, Direction=45, Strength=4)">Text</p>

This text has shadow with #56B460 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #56B460;
  -webkit-box-shadow:	1px 1px 3px 2px #56B460;
  box-shadow:		1px 1px 3px 2px #56B460;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #56B460;
-webkit-box-shadow: 1px 1px 3px 2px #56B460;
box-shadow:1px 1px 3px 2px #56B460;">
Div content here</div>
This div box has shadow with color #56B460.

Preview

Color preview on black background

This text has color #56B460 on black background.


Color preview on white background

This text has color #56B460 on white background.



Black color preview on #56B460 background

This text has black color on #56B460 background.


White color preview on #56B460 background

This text has white color on #56B460 background.