COLOR #56D85F

HEX: #56D85F
RGB: (86,216,95)

Color info

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

RGB color model

#56D85F color RGB value is (86,216,95).

  • red value is 86;
  • green value is 216;
  • blue value is 95.
RGB:
(86,216,95)
(34%,85%,37%)

RGB channels and saturation

R 86 of 255 = 34%
G 216 of 255 = 85%
B 95 of 255 = 37%

86
216
95

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

Portions of RGB colors in percentages

R + G + B =
86 + 216 + 95 = 397 (100%)
R 86 of 397 ~ 21.66%
G 216 of 397 ~ 54.41%
B 95 of 397 ~ 23.93%

%21.66
%54.41
%23.93

CMYK color model

#56D85F color CMYK value is (60,0,56,15).

  • cyan value is 60.19%
  • magenta value is 0.00%
  • yellow value is 56.02%
  • key color value is 15.29%
CMYK:
(60,0,56,15)
C60M0Y56K15 
(60%,0%,56%,15%)
(0.60/0.00/0.56/0.15)	

CMYK percentages

%60.19
%0
%56.02
%15.29

Codes

Color #56D85F in popluar color models

56D85F
RGB8621695
HSL124°62.50%59.22%
HSB/HSV124°60.19%84.71%
CMYK60.19%0.00%56.02%
15.29%

Color #56D85F in popluar number systems.

HEX56D85F
Decimal8621695
Binary1010110110110001011111
Octal126330137

Shades and tints

Shades of #56D85F

#56D85F
(86,216,95)
#4FC557
(79,197,87)
#48B24F
(72,178,79)
#419F47
(65,159,71)
#3A8C3F
(58,140,63)
#337937
(51,121,55)
#2C662F
(44,102,47)
#255327
(37,83,39)
#1E401F
(30,64,31)
#172D17
(23,45,23)
#101A0F
(16,26,15)
#000000
(0,0,0)

Tints of #56D85F

#56D85F
(86,216,95)
#65DB6D
(101,219,109)
#74DE7B
(116,222,123)
#83E189
(131,225,137)
#92E497
(146,228,151)
#A1E7A5
(161,231,165)
#B0EAB3
(176,234,179)
#BFEDC1
(191,237,193)
#CEF0CF
(206,240,207)
#DDF3DD
(221,243,221)
#ECF6EB
(236,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56D85F; }

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

This text font color is #56D85F.


Background Color

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

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

This div background color is #56D85F.


Border color

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

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

This div border color is #56D85F.


Opacity

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

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

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

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

This text has shadow with #56D85F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56D85F on black background.


Color preview on white background

This text has color #56D85F on white background.



Black color preview on #56D85F background

This text has black color on #56D85F background.


White color preview on #56D85F background

This text has white color on #56D85F background.