COLOR #56C289

HEX: #56C289
RGB: (86,194,137)

Color info

#56C289 contains mainly green and blue colors. Web safe color of #56C289 is #66CC99 (or #6C9).

RGB color model

#56C289 color RGB value is (86,194,137).

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

RGB channels and saturation

R 86 of 255 = 34%
G 194 of 255 = 76%
B 137 of 255 = 54%

86
194
137

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

Portions of RGB colors in percentages

R + G + B =
86 + 194 + 137 = 417 (100%)
R 86 of 417 ~ 20.62%
G 194 of 417 ~ 46.52%
B 137 of 417 ~ 32.85%

%20.62
%46.52
%32.85

CMYK color model

#56C289 color CMYK value is (56,0,29,24).

  • cyan value is 55.67%
  • magenta value is 0.00%
  • yellow value is 29.38%
  • key color value is 23.92%
CMYK:
(56,0,29,24)
C56M0Y29K24 
(56%,0%,29%,24%)
(0.56/0.00/0.29/0.24)	

CMYK percentages

%55.67
%0
%29.38
%23.92

Codes

Color #56C289 in popluar color models

56C289
RGB86194137
HSL148°46.96%54.90%
HSB/HSV148°55.67%76.08%
CMYK55.67%0.00%29.38%
23.92%

Color #56C289 in popluar number systems.

HEX56C289
Decimal86194137
Binary10101101100001010001001
Octal126302211

Shades and tints

Shades of #56C289

#56C289
(86,194,137)
#4FB17D
(79,177,125)
#48A071
(72,160,113)
#418F65
(65,143,101)
#3A7E59
(58,126,89)
#336D4D
(51,109,77)
#2C5C41
(44,92,65)
#254B35
(37,75,53)
#1E3A29
(30,58,41)
#17291D
(23,41,29)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #56C289

#56C289
(86,194,137)
#65C793
(101,199,147)
#74CC9D
(116,204,157)
#83D1A7
(131,209,167)
#92D6B1
(146,214,177)
#A1DBBB
(161,219,187)
#B0E0C5
(176,224,197)
#BFE5CF
(191,229,207)
#CEEAD9
(206,234,217)
#DDEFE3
(221,239,227)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #56C289; }

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

This text font color is #56C289.


Background Color

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

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

This div background color is #56C289.


Border color

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

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

This div border color is #56C289.


Opacity

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

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

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

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

This text has shadow with #56C289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56C289 on black background.


Color preview on white background

This text has color #56C289 on white background.



Black color preview on #56C289 background

This text has black color on #56C289 background.


White color preview on #56C289 background

This text has white color on #56C289 background.