COLOR #5EB76A

HEX: #5EB76A RGB: (94,183,106)

Color info

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

RGB color model

#5EB76A color RGB value is (94,183,106).

RGB: (94,183,106) (37%, 72%, 42%)

RGB channels and saturation

R 94 of 255 = 37%
G 183 of 255 = 72%
B 106 of 255 = 42%

94
183
106

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

Portions of RGB colors in percentages

R + G + B = 94 + 183 + 106 = 383 (100%)
R 94 of 383 ~ 24.54%
G 183 of 383 ~ 47.78%
B 106 of 383 ~ 27.68'%

%24.54
%47.78
%27.68

CMYK color model

#5EB76A color CMYK value is (49,0,42,28).

  • cyan value is 48.63%
  • magenta value is 0.00%
  • yellow value is 42.08%
  • key color value is 28.24%

CMYK: (49,0,42,28)
C49M0Y42K28 (49%, 0%, 42%, 28%)
(0.49 / 0.00 / 0.42 / 0.28)

CMYK percentages

%48.63
%0
%42.08
%28.24

Codes

Color #5EB76A in popluar color models

5E B7 6A
RGB 94 183 106
HSL 128° 38.20% 54.31%
HSB/HSV 128° 48.63% 71.76%
CMYK 48.63% 0.00% 42.08%
28.24%

Color #5EB76A in popluar number systems.

HEX 5E B7 6A
Decimal 94 183 106
Binary 1011110 10110111 1101010
Octal 136 267 152

Shades and tints

Shades of #5EB76A

#5EB76A
(94,183,106)
#56A761
(86,167,97)
#4E9758
(78,151,88)
#46874F
(70,135,79)
#3E7746
(62,119,70)
#36673D
(54,103,61)
#2E5734
(46,87,52)
#26472B
(38,71,43)
#1E3722
(30,55,34)
#162719
(22,39,25)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #5EB76A

#5EB76A
(94,183,106)
#6CBD77
(108,189,119)
#7AC384
(122,195,132)
#88C991
(136,201,145)
#96CF9E
(150,207,158)
#A4D5AB
(164,213,171)
#B2DBB8
(178,219,184)
#C0E1C5
(192,225,197)
#CEE7D2
(206,231,210)
#DCEDDF
(220,237,223)
#EAF3EC
(234,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB76A color. Also use rgb(94,183,106) instead hex code.

Text Font Color

.myTextColor { color: #5EB76A; }

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

This text font color is #5EB76A.

Background Color

.myBgColor { background-color: #5EB76A; }

<div style="background-color:#5EB76A">Inner text</div>

This div background color is #5EB76A.

Border color

.myBorderColor { border: 1px solid #5EB76A; }

<div style="border:3px solid #5EB76A">Div</div>

This div border color is #5EB76A.

Opacity

.myOpacity80 { color: #5EB76A; opacity: 0.8; }

<p style="color:#5EB76A;opacity:0.8;">80%</p>

Text with #5EB76A 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 #5EB76A;}

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

This text has shadow with #5EB76A color.


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

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

This text has shadow with #5EB76A primary color and red secondary color.


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

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

This text has shadow with #5EB76A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5EB76A.

Preview

Color preview on black background

This text has color #5EB76A on black background.


Color preview on white background

This text has color #5EB76A on white background.


Black color preview on #5EB76A background

This text has black color on #5EB76A background.


White color preview on #5EB76A background

This text has white color on #5EB76A background.


Related colors

Complementary color

Complementary color for #hex is #A14895.


I love getcolorcode.com

Triadic colors

1 #6A5EB7 and #B76A5E with #5EB76A are triadic colors.

2 #6AB75E and #B75E6A with #5EB76A are triadic colors.