COLOR #5EC075

HEX: #5EC075
RGB: (94,192,117)

Color info

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

RGB color model

#5EC075 color RGB value is (94,192,117).

  • red value is 94;
  • green value is 192;
  • blue value is 117.
RGB:
(94,192,117)
(37%,75%,46%)

RGB channels and saturation

R 94 of 255 = 37%
G 192 of 255 = 75%
B 117 of 255 = 46%

94
192
117

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

Portions of RGB colors in percentages

R + G + B =
94 + 192 + 117 = 403 (100%)
R 94 of 403 ~ 23.33%
G 192 of 403 ~ 47.64%
B 117 of 403 ~ 29.03%

%23.33
%47.64
%29.03

CMYK color model

#5EC075 color CMYK value is (51,0,39,25).

  • cyan value is 51.04%
  • magenta value is 0.00%
  • yellow value is 39.06%
  • key color value is 24.71%
CMYK:
(51,0,39,25)
C51M0Y39K25 
(51%,0%,39%,25%)
(0.51/0.00/0.39/0.25)	

CMYK percentages

%51.04
%0
%39.06
%24.71

Codes

Color #5EC075 in popluar color models

5EC075
RGB94192117
HSL134°43.75%56.08%
HSB/HSV134°51.04%75.29%
CMYK51.04%0.00%39.06%
24.71%

Color #5EC075 in popluar number systems.

HEX5EC075
Decimal94192117
Binary1011110110000001110101
Octal136300165

Shades and tints

Shades of #5EC075

#5EC075
(94,192,117)
#56AF6B
(86,175,107)
#4E9E61
(78,158,97)
#468D57
(70,141,87)
#3E7C4D
(62,124,77)
#366B43
(54,107,67)
#2E5A39
(46,90,57)
#26492F
(38,73,47)
#1E3825
(30,56,37)
#16271B
(22,39,27)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #5EC075

#5EC075
(94,192,117)
#6CC581
(108,197,129)
#7ACA8D
(122,202,141)
#88CF99
(136,207,153)
#96D4A5
(150,212,165)
#A4D9B1
(164,217,177)
#B2DEBD
(178,222,189)
#C0E3C9
(192,227,201)
#CEE8D5
(206,232,213)
#DCEDE1
(220,237,225)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EC075 color. Also use rgb(94,192,117) instead hex code.

Text Font Color

.myTextColor { color: #5EC075; }

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

This text font color is #5EC075.


Background Color

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

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

This div background color is #5EC075.


Border color

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

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

This div border color is #5EC075.


Opacity

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

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

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

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

This text has shadow with #5EC075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EC075 on black background.


Color preview on white background

This text has color #5EC075 on white background.



Black color preview on #5EC075 background

This text has black color on #5EC075 background.


White color preview on #5EC075 background

This text has white color on #5EC075 background.