COLOR #5EB95B

HEX: #5EB95B
RGB: (94,185,91)

Color info

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

RGB color model

#5EB95B color RGB value is (94,185,91).

  • red value is 94;
  • green value is 185;
  • blue value is 91.
RGB:
(94,185,91)
(37%,73%,36%)

RGB channels and saturation

R 94 of 255 = 37%
G 185 of 255 = 73%
B 91 of 255 = 36%

94
185
91

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

Portions of RGB colors in percentages

R + G + B =
94 + 185 + 91 = 370 (100%)
R 94 of 370 ~ 25.41%
G 185 of 370 ~ 50%
B 91 of 370 ~ 24.59%

%25.41
%50
%24.59

CMYK color model

#5EB95B color CMYK value is (49,0,51,27).

  • cyan value is 49.19%
  • magenta value is 0.00%
  • yellow value is 50.81%
  • key color value is 27.45%
CMYK:
(49,0,51,27)
C49M0Y51K27 
(49%,0%,51%,27%)
(0.49/0.00/0.51/0.27)	

CMYK percentages

%49.19
%0
%50.81
%27.45

Codes

Color #5EB95B in popluar color models

5EB95B
RGB9418591
HSL118°40.17%54.12%
HSB/HSV118°50.81%72.55%
CMYK49.19%0.00%50.81%
27.45%

Color #5EB95B in popluar number systems.

HEX5EB95B
Decimal9418591
Binary1011110101110011011011
Octal136271133

Shades and tints

Shades of #5EB95B

#5EB95B
(94,185,91)
#56A953
(86,169,83)
#4E994B
(78,153,75)
#468943
(70,137,67)
#3E793B
(62,121,59)
#366933
(54,105,51)
#2E592B
(46,89,43)
#264923
(38,73,35)
#1E391B
(30,57,27)
#162913
(22,41,19)
#0E190B
(14,25,11)
#000000
(0,0,0)

Tints of #5EB95B

#5EB95B
(94,185,91)
#6CBF69
(108,191,105)
#7AC577
(122,197,119)
#88CB85
(136,203,133)
#96D193
(150,209,147)
#A4D7A1
(164,215,161)
#B2DDAF
(178,221,175)
#C0E3BD
(192,227,189)
#CEE9CB
(206,233,203)
#DCEFD9
(220,239,217)
#EAF5E7
(234,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB95B color. Also use rgb(94,185,91) instead hex code.

Text Font Color

.myTextColor { color: #5EB95B; }

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

This text font color is #5EB95B.


Background Color

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

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

This div background color is #5EB95B.


Border color

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

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

This div border color is #5EB95B.


Opacity

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

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

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

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

This text has shadow with #5EB95B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB95B on black background.


Color preview on white background

This text has color #5EB95B on white background.



Black color preview on #5EB95B background

This text has black color on #5EB95B background.


White color preview on #5EB95B background

This text has white color on #5EB95B background.