COLOR #5EBC75

HEX: #5EBC75 RGB: (94,188,117)

Color info

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

RGB color model

#5EBC75 color RGB value is (94,188,117).

RGB: (94,188,117) (37%, 74%, 46%)

RGB channels and saturation

R 94 of 255 = 37%
G 188 of 255 = 74%
B 117 of 255 = 46%

94
188
117

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

Portions of RGB colors in percentages

R + G + B = 94 + 188 + 117 = 399 (100%)
R 94 of 399 ~ 23.56%
G 188 of 399 ~ 47.12%
B 117 of 399 ~ 29.32'%

%23.56
%47.12
%29.32

CMYK color model

#5EBC75 color CMYK value is (50,0,38,26).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 37.77%
  • key color value is 26.27%

CMYK: (50,0,38,26)
C50M0Y38K26 (50%, 0%, 38%, 26%)
(0.50 / 0.00 / 0.38 / 0.26)

CMYK percentages

%50
%0
%37.77
%26.27

Codes

Color #5EBC75 in popluar color models

5E BC 75
RGB 94 188 117
HSL 135° 41.23% 55.29%
HSB/HSV 135° 50.00% 73.73%
CMYK 50.00% 0.00% 37.77%
26.27%

Color #5EBC75 in popluar number systems.

HEX 5E BC 75
Decimal 94 188 117
Binary 1011110 10111100 1110101
Octal 136 274 165

Shades and tints

Shades of #5EBC75

#5EBC75
(94,188,117)
#56AB6B
(86,171,107)
#4E9A61
(78,154,97)
#468957
(70,137,87)
#3E784D
(62,120,77)
#366743
(54,103,67)
#2E5639
(46,86,57)
#26452F
(38,69,47)
#1E3425
(30,52,37)
#16231B
(22,35,27)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #5EBC75

#5EBC75
(94,188,117)
#6CC281
(108,194,129)
#7AC88D
(122,200,141)
#88CE99
(136,206,153)
#96D4A5
(150,212,165)
#A4DAB1
(164,218,177)
#B2E0BD
(178,224,189)
#C0E6C9
(192,230,201)
#CEECD5
(206,236,213)
#DCF2E1
(220,242,225)
#EAF8ED
(234,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5EBC75; }

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

This text font color is #5EBC75.

Background Color

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

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

This div background color is #5EBC75.

Border color

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

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

This div border color is #5EBC75.

Opacity

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

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

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

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

This text has shadow with #5EBC75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EBC75.

Preview

Color preview on black background

This text has color #5EBC75 on black background.


Color preview on white background

This text has color #5EBC75 on white background.


Black color preview on #5EBC75 background

This text has black color on #5EBC75 background.


White color preview on #5EBC75 background

This text has white color on #5EBC75 background.


Related colors

Complementary color

Complementary color for #hex is #A1438A.


I love getcolorcode.com

Triadic colors

1 #755EBC and #BC755E with #5EBC75 are triadic colors.

2 #75BC5E and #BC5E75 with #5EBC75 are triadic colors.