COLOR #56DA82

HEX: #56DA82
RGB: (86,218,130)

Color info

#56DA82 contains mainly green color. Web safe color of #56DA82 is #66CC99 (or #6C9).

RGB color model

#56DA82 color RGB value is (86,218,130).

  • red value is 86;
  • green value is 218;
  • blue value is 130.
RGB:
(86,218,130)
(34%,85%,51%)

RGB channels and saturation

R 86 of 255 = 34%
G 218 of 255 = 85%
B 130 of 255 = 51%

86
218
130

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

Portions of RGB colors in percentages

R + G + B =
86 + 218 + 130 = 434 (100%)
R 86 of 434 ~ 19.82%
G 218 of 434 ~ 50.23%
B 130 of 434 ~ 29.95%

%19.82
%50.23
%29.95

CMYK color model

#56DA82 color CMYK value is (61,0,40,15).

  • cyan value is 60.55%
  • magenta value is 0.00%
  • yellow value is 40.37%
  • key color value is 14.51%
CMYK:
(61,0,40,15)
C61M0Y40K15 
(61%,0%,40%,15%)
(0.61/0.00/0.40/0.15)	

CMYK percentages

%60.55
%0
%40.37
%14.51

Codes

Color #56DA82 in popluar color models

56DA82
RGB86218130
HSL140°64.08%59.61%
HSB/HSV140°60.55%85.49%
CMYK60.55%0.00%40.37%
14.51%

Color #56DA82 in popluar number systems.

HEX56DA82
Decimal86218130
Binary10101101101101010000010
Octal126332202

Shades and tints

Shades of #56DA82

#56DA82
(86,218,130)
#4FC777
(79,199,119)
#48B46C
(72,180,108)
#41A161
(65,161,97)
#3A8E56
(58,142,86)
#337B4B
(51,123,75)
#2C6840
(44,104,64)
#255535
(37,85,53)
#1E422A
(30,66,42)
#172F1F
(23,47,31)
#101C14
(16,28,20)
#000000
(0,0,0)

Tints of #56DA82

#56DA82
(86,218,130)
#65DD8D
(101,221,141)
#74E098
(116,224,152)
#83E3A3
(131,227,163)
#92E6AE
(146,230,174)
#A1E9B9
(161,233,185)
#B0ECC4
(176,236,196)
#BFEFCF
(191,239,207)
#CEF2DA
(206,242,218)
#DDF5E5
(221,245,229)
#ECF8F0
(236,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56DA82 color. Also use rgb(86,218,130) instead hex code.

Text Font Color

.myTextColor { color: #56DA82; }

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

This text font color is #56DA82.


Background Color

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

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

This div background color is #56DA82.


Border color

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

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

This div border color is #56DA82.


Opacity

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

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

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

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

This text has shadow with #56DA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56DA82 on black background.


Color preview on white background

This text has color #56DA82 on white background.



Black color preview on #56DA82 background

This text has black color on #56DA82 background.


White color preview on #56DA82 background

This text has white color on #56DA82 background.