COLOR #56D556

HEX: #56D556
RGB: (86,213,86)

Color info

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

RGB color model

#56D556 color RGB value is (86,213,86).

  • red value is 86;
  • green value is 213;
  • blue value is 86.
RGB:
(86,213,86)
(34%,84%,34%)

RGB channels and saturation

R 86 of 255 = 34%
G 213 of 255 = 84%
B 86 of 255 = 34%

86
213
86

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

Portions of RGB colors in percentages

R + G + B =
86 + 213 + 86 = 385 (100%)
R 86 of 385 ~ 22.34%
G 213 of 385 ~ 55.32%
B 86 of 385 ~ 22.34%

%22.34
%55.32
%22.34

CMYK color model

#56D556 color CMYK value is (60,0,60,16).

  • cyan value is 59.62%
  • magenta value is 0.00%
  • yellow value is 59.62%
  • key color value is 16.47%
CMYK:
(60,0,60,16)
C60M0Y60K16 
(60%,0%,60%,16%)
(0.60/0.00/0.60/0.16)	

CMYK percentages

%59.62
%0
%59.62
%16.47

Codes

Color #56D556 in popluar color models

56D556
RGB8621386
HSL120°60.19%58.63%
HSB/HSV120°59.62%83.53%
CMYK59.62%0.00%59.62%
16.47%

Color #56D556 in popluar number systems.

HEX56D556
Decimal8621386
Binary1010110110101011010110
Octal126325126

Shades and tints

Shades of #56D556

#56D556
(86,213,86)
#4FC24F
(79,194,79)
#48AF48
(72,175,72)
#419C41
(65,156,65)
#3A893A
(58,137,58)
#337633
(51,118,51)
#2C632C
(44,99,44)
#255025
(37,80,37)
#1E3D1E
(30,61,30)
#172A17
(23,42,23)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #56D556

#56D556
(86,213,86)
#65D865
(101,216,101)
#74DB74
(116,219,116)
#83DE83
(131,222,131)
#92E192
(146,225,146)
#A1E4A1
(161,228,161)
#B0E7B0
(176,231,176)
#BFEABF
(191,234,191)
#CEEDCE
(206,237,206)
#DDF0DD
(221,240,221)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56D556; }

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

This text font color is #56D556.


Background Color

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

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

This div background color is #56D556.


Border color

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

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

This div border color is #56D556.


Opacity

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

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

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

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

This text has shadow with #56D556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56D556 on black background.


Color preview on white background

This text has color #56D556 on white background.



Black color preview on #56D556 background

This text has black color on #56D556 background.


White color preview on #56D556 background

This text has white color on #56D556 background.