COLOR #56C257

HEX: #56C257
RGB: (86,194,87)

Color info

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

RGB color model

#56C257 color RGB value is (86,194,87).

  • red value is 86;
  • green value is 194;
  • blue value is 87.
RGB:
(86,194,87)
(34%,76%,34%)

RGB channels and saturation

R 86 of 255 = 34%
G 194 of 255 = 76%
B 87 of 255 = 34%

86
194
87

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

Portions of RGB colors in percentages

R + G + B =
86 + 194 + 87 = 367 (100%)
R 86 of 367 ~ 23.43%
G 194 of 367 ~ 52.86%
B 87 of 367 ~ 23.71%

%23.43
%52.86
%23.71

CMYK color model

#56C257 color CMYK value is (56,0,55,24).

  • cyan value is 55.67%
  • magenta value is 0.00%
  • yellow value is 55.15%
  • key color value is 23.92%
CMYK:
(56,0,55,24)
C56M0Y55K24 
(56%,0%,55%,24%)
(0.56/0.00/0.55/0.24)	

CMYK percentages

%55.67
%0
%55.15
%23.92

Codes

Color #56C257 in popluar color models

56C257
RGB8619487
HSL121°46.96%54.90%
HSB/HSV121°55.67%76.08%
CMYK55.67%0.00%55.15%
23.92%

Color #56C257 in popluar number systems.

HEX56C257
Decimal8619487
Binary1010110110000101010111
Octal126302127

Shades and tints

Shades of #56C257

#56C257
(86,194,87)
#4FB150
(79,177,80)
#48A049
(72,160,73)
#418F42
(65,143,66)
#3A7E3B
(58,126,59)
#336D34
(51,109,52)
#2C5C2D
(44,92,45)
#254B26
(37,75,38)
#1E3A1F
(30,58,31)
#172918
(23,41,24)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #56C257

#56C257
(86,194,87)
#65C766
(101,199,102)
#74CC75
(116,204,117)
#83D184
(131,209,132)
#92D693
(146,214,147)
#A1DBA2
(161,219,162)
#B0E0B1
(176,224,177)
#BFE5C0
(191,229,192)
#CEEACF
(206,234,207)
#DDEFDE
(221,239,222)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56C257; }

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

This text font color is #56C257.


Background Color

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

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

This div background color is #56C257.


Border color

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

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

This div border color is #56C257.


Opacity

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

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

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

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

This text has shadow with #56C257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56C257 on black background.


Color preview on white background

This text has color #56C257 on white background.



Black color preview on #56C257 background

This text has black color on #56C257 background.


White color preview on #56C257 background

This text has white color on #56C257 background.