COLOR #56EE71

HEX: #56EE71 RGB: (86,238,113)

Color info

#56EE71 contains mainly green color. Web safe color of #56EE71 is #66FF66 (or #6F6).

RGB color model

#56EE71 color RGB value is (86,238,113).

RGB: (86,238,113) (34%, 93%, 44%)

RGB channels and saturation

R 86 of 255 = 34%
G 238 of 255 = 93%
B 113 of 255 = 44%

86
238
113

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

Portions of RGB colors in percentages

R + G + B = 86 + 238 + 113 = 437 (100%)
R 86 of 437 ~ 19.68%
G 238 of 437 ~ 54.46%
B 113 of 437 ~ 25.86'%

%19.68
%54.46
%25.86

CMYK color model

#56EE71 color CMYK value is (64,0,53,7).

  • cyan value is 63.87%
  • magenta value is 0.00%
  • yellow value is 52.52%
  • key color value is 6.67%

CMYK: (64,0,53,7)
C64M0Y53K7 (64%, 0%, 53%, 7%)
(0.64 / 0.00 / 0.53 / 0.07)

CMYK percentages

%63.87
%0
%52.52
%6.67

Codes

Color #56EE71 in popluar color models

56 EE 71
RGB 86 238 113
HSL 131° 81.72% 63.53%
HSB/HSV 131° 63.87% 93.33%
CMYK 63.87% 0.00% 52.52%
6.67%

Color #56EE71 in popluar number systems.

HEX 56 EE 71
Decimal 86 238 113
Binary 1010110 11101110 1110001
Octal 126 356 161

Shades and tints

Shades of #56EE71

#56EE71
(86,238,113)
#4FD967
(79,217,103)
#48C45D
(72,196,93)
#41AF53
(65,175,83)
#3A9A49
(58,154,73)
#33853F
(51,133,63)
#2C7035
(44,112,53)
#255B2B
(37,91,43)
#1E4621
(30,70,33)
#173117
(23,49,23)
#101C0D
(16,28,13)
#000000
(0,0,0)

Tints of #56EE71

#56EE71
(86,238,113)
#65EF7D
(101,239,125)
#74F089
(116,240,137)
#83F195
(131,241,149)
#92F2A1
(146,242,161)
#A1F3AD
(161,243,173)
#B0F4B9
(176,244,185)
#BFF5C5
(191,245,197)
#CEF6D1
(206,246,209)
#DDF7DD
(221,247,221)
#ECF8E9
(236,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56EE71; }

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

This text font color is #56EE71.

Background Color

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

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

This div background color is #56EE71.

Border color

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

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

This div border color is #56EE71.

Opacity

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

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

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

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

This text has shadow with #56EE71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #56EE71.

Preview

Color preview on black background

This text has color #56EE71 on black background.


Color preview on white background

This text has color #56EE71 on white background.


Black color preview on #56EE71 background

This text has black color on #56EE71 background.


White color preview on #56EE71 background

This text has white color on #56EE71 background.


Related colors

Complementary color

Complementary color for #hex is #A9118E.


I love getcolorcode.com

Triadic colors

1 #7156EE and #EE7156 with #56EE71 are triadic colors.

2 #71EE56 and #EE5671 with #56EE71 are triadic colors.