COLOR #56CF57

HEX: #56CF57
RGB: (86,207,87)

Color info

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

RGB color model

#56CF57 color RGB value is (86,207,87).

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

RGB channels and saturation

R 86 of 255 = 34%
G 207 of 255 = 81%
B 87 of 255 = 34%

86
207
87

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

Portions of RGB colors in percentages

R + G + B =
86 + 207 + 87 = 380 (100%)
R 86 of 380 ~ 22.63%
G 207 of 380 ~ 54.47%
B 87 of 380 ~ 22.89%

%22.63
%54.47
%22.89

CMYK color model

#56CF57 color CMYK value is (58,0,58,19).

  • cyan value is 58.45%
  • magenta value is 0.00%
  • yellow value is 57.97%
  • key color value is 18.82%
CMYK:
(58,0,58,19)
C58M0Y58K19 
(58%,0%,58%,19%)
(0.58/0.00/0.58/0.19)	

CMYK percentages

%58.45
%0
%57.97
%18.82

Codes

Color #56CF57 in popluar color models

56CF57
RGB8620787
HSL120°55.76%57.45%
HSB/HSV120°58.45%81.18%
CMYK58.45%0.00%57.97%
18.82%

Color #56CF57 in popluar number systems.

HEX56CF57
Decimal8620787
Binary1010110110011111010111
Octal126317127

Shades and tints

Shades of #56CF57

#56CF57
(86,207,87)
#4FBD50
(79,189,80)
#48AB49
(72,171,73)
#419942
(65,153,66)
#3A873B
(58,135,59)
#337534
(51,117,52)
#2C632D
(44,99,45)
#255126
(37,81,38)
#1E3F1F
(30,63,31)
#172D18
(23,45,24)
#101B11
(16,27,17)
#000000
(0,0,0)

Tints of #56CF57

#56CF57
(86,207,87)
#65D366
(101,211,102)
#74D775
(116,215,117)
#83DB84
(131,219,132)
#92DF93
(146,223,147)
#A1E3A2
(161,227,162)
#B0E7B1
(176,231,177)
#BFEBC0
(191,235,192)
#CEEFCF
(206,239,207)
#DDF3DE
(221,243,222)
#ECF7ED
(236,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56CF57; }

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

This text font color is #56CF57.


Background Color

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

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

This div background color is #56CF57.


Border color

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

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

This div border color is #56CF57.


Opacity

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

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

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

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

This text has shadow with #56CF57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56CF57 on black background.


Color preview on white background

This text has color #56CF57 on white background.



Black color preview on #56CF57 background

This text has black color on #56CF57 background.


White color preview on #56CF57 background

This text has white color on #56CF57 background.