COLOR #56CD77

HEX: #56CD77
RGB: (86,205,119)

Color info

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

RGB color model

#56CD77 color RGB value is (86,205,119).

  • red value is 86;
  • green value is 205;
  • blue value is 119.
RGB:
(86,205,119)
(34%,80%,47%)

RGB channels and saturation

R 86 of 255 = 34%
G 205 of 255 = 80%
B 119 of 255 = 47%

86
205
119

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

Portions of RGB colors in percentages

R + G + B =
86 + 205 + 119 = 410 (100%)
R 86 of 410 ~ 20.98%
G 205 of 410 ~ 50%
B 119 of 410 ~ 29.02%

%20.98
%50
%29.02

CMYK color model

#56CD77 color CMYK value is (58,0,42,20).

  • cyan value is 58.05%
  • magenta value is 0.00%
  • yellow value is 41.95%
  • key color value is 19.61%
CMYK:
(58,0,42,20)
C58M0Y42K20 
(58%,0%,42%,20%)
(0.58/0.00/0.42/0.20)	

CMYK percentages

%58.05
%0
%41.95
%19.61

Codes

Color #56CD77 in popluar color models

56CD77
RGB86205119
HSL137°54.34%57.06%
HSB/HSV137°58.05%80.39%
CMYK58.05%0.00%41.95%
19.61%

Color #56CD77 in popluar number systems.

HEX56CD77
Decimal86205119
Binary1010110110011011110111
Octal126315167

Shades and tints

Shades of #56CD77

#56CD77
(86,205,119)
#4FBB6D
(79,187,109)
#48A963
(72,169,99)
#419759
(65,151,89)
#3A854F
(58,133,79)
#337345
(51,115,69)
#2C613B
(44,97,59)
#254F31
(37,79,49)
#1E3D27
(30,61,39)
#172B1D
(23,43,29)
#101913
(16,25,19)
#000000
(0,0,0)

Tints of #56CD77

#56CD77
(86,205,119)
#65D183
(101,209,131)
#74D58F
(116,213,143)
#83D99B
(131,217,155)
#92DDA7
(146,221,167)
#A1E1B3
(161,225,179)
#B0E5BF
(176,229,191)
#BFE9CB
(191,233,203)
#CEEDD7
(206,237,215)
#DDF1E3
(221,241,227)
#ECF5EF
(236,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56CD77 color. Also use rgb(86,205,119) instead hex code.

Text Font Color

.myTextColor { color: #56CD77; }

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

This text font color is #56CD77.


Background Color

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

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

This div background color is #56CD77.


Border color

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

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

This div border color is #56CD77.


Opacity

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

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

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

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

This text has shadow with #56CD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56CD77 on black background.


Color preview on white background

This text has color #56CD77 on white background.



Black color preview on #56CD77 background

This text has black color on #56CD77 background.


White color preview on #56CD77 background

This text has white color on #56CD77 background.