COLOR #56DD8C

HEX: #56DD8C
RGB: (86,221,140)

Color info

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

RGB color model

#56DD8C color RGB value is (86,221,140).

  • red value is 86;
  • green value is 221;
  • blue value is 140.
RGB:
(86,221,140)
(34%,87%,55%)

RGB channels and saturation

R 86 of 255 = 34%
G 221 of 255 = 87%
B 140 of 255 = 55%

86
221
140

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

Portions of RGB colors in percentages

R + G + B =
86 + 221 + 140 = 447 (100%)
R 86 of 447 ~ 19.24%
G 221 of 447 ~ 49.44%
B 140 of 447 ~ 31.32%

%19.24
%49.44
%31.32

CMYK color model

#56DD8C color CMYK value is (61,0,37,13).

  • cyan value is 61.09%
  • magenta value is 0.00%
  • yellow value is 36.65%
  • key color value is 13.33%
CMYK:
(61,0,37,13)
C61M0Y37K13 
(61%,0%,37%,13%)
(0.61/0.00/0.37/0.13)	

CMYK percentages

%61.09
%0
%36.65
%13.33

Codes

Color #56DD8C in popluar color models

56DD8C
RGB86221140
HSL144°66.50%60.20%
HSB/HSV144°61.09%86.67%
CMYK61.09%0.00%36.65%
13.33%

Color #56DD8C in popluar number systems.

HEX56DD8C
Decimal86221140
Binary10101101101110110001100
Octal126335214

Shades and tints

Shades of #56DD8C

#56DD8C
(86,221,140)
#4FC980
(79,201,128)
#48B574
(72,181,116)
#41A168
(65,161,104)
#3A8D5C
(58,141,92)
#337950
(51,121,80)
#2C6544
(44,101,68)
#255138
(37,81,56)
#1E3D2C
(30,61,44)
#172920
(23,41,32)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #56DD8C

#56DD8C
(86,221,140)
#65E096
(101,224,150)
#74E3A0
(116,227,160)
#83E6AA
(131,230,170)
#92E9B4
(146,233,180)
#A1ECBE
(161,236,190)
#B0EFC8
(176,239,200)
#BFF2D2
(191,242,210)
#CEF5DC
(206,245,220)
#DDF8E6
(221,248,230)
#ECFBF0
(236,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56DD8C color. Also use rgb(86,221,140) instead hex code.

Text Font Color

.myTextColor { color: #56DD8C; }

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

This text font color is #56DD8C.


Background Color

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

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

This div background color is #56DD8C.


Border color

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

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

This div border color is #56DD8C.


Opacity

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

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

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

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

This text has shadow with #56DD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56DD8C on black background.


Color preview on white background

This text has color #56DD8C on white background.



Black color preview on #56DD8C background

This text has black color on #56DD8C background.


White color preview on #56DD8C background

This text has white color on #56DD8C background.