COLOR #56BE4E

HEX: #56BE4E
RGB: (86,190,78)

Color info

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

RGB color model

#56BE4E color RGB value is (86,190,78).

  • red value is 86;
  • green value is 190;
  • blue value is 78.
RGB:
(86,190,78)
(34%,75%,31%)

RGB channels and saturation

R 86 of 255 = 34%
G 190 of 255 = 75%
B 78 of 255 = 31%

86
190
78

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

Portions of RGB colors in percentages

R + G + B =
86 + 190 + 78 = 354 (100%)
R 86 of 354 ~ 24.29%
G 190 of 354 ~ 53.67%
B 78 of 354 ~ 22.03%

%24.29
%53.67
%22.03

CMYK color model

#56BE4E color CMYK value is (55,0,59,25).

  • cyan value is 54.74%
  • magenta value is 0.00%
  • yellow value is 58.95%
  • key color value is 25.49%
CMYK:
(55,0,59,25)
C55M0Y59K25 
(55%,0%,59%,25%)
(0.55/0.00/0.59/0.25)	

CMYK percentages

%54.74
%0
%58.95
%25.49

Codes

Color #56BE4E in popluar color models

56BE4E
RGB8619078
HSL116°46.28%52.55%
HSB/HSV116°58.95%74.51%
CMYK54.74%0.00%58.95%
25.49%

Color #56BE4E in popluar number systems.

HEX56BE4E
Decimal8619078
Binary1010110101111101001110
Octal126276116

Shades and tints

Shades of #56BE4E

#56BE4E
(86,190,78)
#4FAD47
(79,173,71)
#489C40
(72,156,64)
#418B39
(65,139,57)
#3A7A32
(58,122,50)
#33692B
(51,105,43)
#2C5824
(44,88,36)
#25471D
(37,71,29)
#1E3616
(30,54,22)
#17250F
(23,37,15)
#101408
(16,20,8)
#000000
(0,0,0)

Tints of #56BE4E

#56BE4E
(86,190,78)
#65C35E
(101,195,94)
#74C86E
(116,200,110)
#83CD7E
(131,205,126)
#92D28E
(146,210,142)
#A1D79E
(161,215,158)
#B0DCAE
(176,220,174)
#BFE1BE
(191,225,190)
#CEE6CE
(206,230,206)
#DDEBDE
(221,235,222)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56BE4E color. Also use rgb(86,190,78) instead hex code.

Text Font Color

.myTextColor { color: #56BE4E; }

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

This text font color is #56BE4E.


Background Color

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

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

This div background color is #56BE4E.


Border color

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

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

This div border color is #56BE4E.


Opacity

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

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

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

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

This text has shadow with #56BE4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56BE4E on black background.


Color preview on white background

This text has color #56BE4E on white background.



Black color preview on #56BE4E background

This text has black color on #56BE4E background.


White color preview on #56BE4E background

This text has white color on #56BE4E background.