COLOR #56D214

HEX: #56D214
RGB: (86,210,20)

Color info

#56D214 contains mainly green color. Web safe color of #56D214 is #66CC00 (or #6C0).

RGB color model

#56D214 color RGB value is (86,210,20).

  • red value is 86;
  • green value is 210;
  • blue value is 20.
RGB:
(86,210,20)
(34%,82%,8%)

RGB channels and saturation

R 86 of 255 = 34%
G 210 of 255 = 82%
B 20 of 255 = 8%

86
210
20

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

Portions of RGB colors in percentages

R + G + B =
86 + 210 + 20 = 316 (100%)
R 86 of 316 ~ 27.22%
G 210 of 316 ~ 66.46%
B 20 of 316 ~ 6.33%

%27.22
%66.46

CMYK color model

#56D214 color CMYK value is (59,0,90,18).

  • cyan value is 59.05%
  • magenta value is 0.00%
  • yellow value is 90.48%
  • key color value is 17.65%
CMYK:
(59,0,90,18)
C59M0Y90K18 
(59%,0%,90%,18%)
(0.59/0.00/0.90/0.18)	

CMYK percentages

%59.05
%0
%90.48
%17.65

Codes

Color #56D214 in popluar color models

56D214
RGB8621020
HSL99°82.61%45.10%
HSB/HSV99°90.48%82.35%
CMYK59.05%0.00%90.48%
17.65%

Color #56D214 in popluar number systems.

HEX56D214
Decimal8621020
Binary10101101101001010100
Octal12632224

Shades and tints

Shades of #56D214

#56D214
(86,210,20)
#4FBF13
(79,191,19)
#48AC12
(72,172,18)
#419911
(65,153,17)
#3A8610
(58,134,16)
#33730F
(51,115,15)
#2C600E
(44,96,14)
#254D0D
(37,77,13)
#1E3A0C
(30,58,12)
#17270B
(23,39,11)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #56D214

#56D214
(86,210,20)
#65D629
(101,214,41)
#74DA3E
(116,218,62)
#83DE53
(131,222,83)
#92E268
(146,226,104)
#A1E67D
(161,230,125)
#B0EA92
(176,234,146)
#BFEEA7
(191,238,167)
#CEF2BC
(206,242,188)
#DDF6D1
(221,246,209)
#ECFAE6
(236,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56D214; }

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

This text font color is #56D214.


Background Color

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

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

This div background color is #56D214.


Border color

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

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

This div border color is #56D214.


Opacity

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

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

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

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

This text has shadow with #56D214 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56D214 on black background.


Color preview on white background

This text has color #56D214 on white background.



Black color preview on #56D214 background

This text has black color on #56D214 background.


White color preview on #56D214 background

This text has white color on #56D214 background.