COLOR #56B562

HEX: #56B562
RGB: (86,181,98)

Color info

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

RGB color model

#56B562 color RGB value is (86,181,98).

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

RGB channels and saturation

R 86 of 255 = 34%
G 181 of 255 = 71%
B 98 of 255 = 38%

86
181
98

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

Portions of RGB colors in percentages

R + G + B =
86 + 181 + 98 = 365 (100%)
R 86 of 365 ~ 23.56%
G 181 of 365 ~ 49.59%
B 98 of 365 ~ 26.85%

%23.56
%49.59
%26.85

CMYK color model

#56B562 color CMYK value is (52,0,46,29).

  • cyan value is 52.49%
  • magenta value is 0.00%
  • yellow value is 45.86%
  • key color value is 29.02%
CMYK:
(52,0,46,29)
C52M0Y46K29 
(52%,0%,46%,29%)
(0.52/0.00/0.46/0.29)	

CMYK percentages

%52.49
%0
%45.86
%29.02

Codes

Color #56B562 in popluar color models

56B562
RGB8618198
HSL128°39.09%52.35%
HSB/HSV128°52.49%70.98%
CMYK52.49%0.00%45.86%
29.02%

Color #56B562 in popluar number systems.

HEX56B562
Decimal8618198
Binary1010110101101011100010
Octal126265142

Shades and tints

Shades of #56B562

#56B562
(86,181,98)
#4FA55A
(79,165,90)
#489552
(72,149,82)
#41854A
(65,133,74)
#3A7542
(58,117,66)
#33653A
(51,101,58)
#2C5532
(44,85,50)
#25452A
(37,69,42)
#1E3522
(30,53,34)
#17251A
(23,37,26)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #56B562

#56B562
(86,181,98)
#65BB70
(101,187,112)
#74C17E
(116,193,126)
#83C78C
(131,199,140)
#92CD9A
(146,205,154)
#A1D3A8
(161,211,168)
#B0D9B6
(176,217,182)
#BFDFC4
(191,223,196)
#CEE5D2
(206,229,210)
#DDEBE0
(221,235,224)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56B562 color. Also use rgb(86,181,98) instead hex code.

Text Font Color

.myTextColor { color: #56B562; }

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

This text font color is #56B562.


Background Color

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

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

This div background color is #56B562.


Border color

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

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

This div border color is #56B562.


Opacity

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

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

Text with #56B562 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 #56B562;}

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

This text has shadow with #56B562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56B562 on black background.


Color preview on white background

This text has color #56B562 on white background.



Black color preview on #56B562 background

This text has black color on #56B562 background.


White color preview on #56B562 background

This text has white color on #56B562 background.