COLOR #5EB66B

HEX: #5EB66B
RGB: (94,182,107)

Color info

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

RGB color model

#5EB66B color RGB value is (94,182,107).

  • red value is 94;
  • green value is 182;
  • blue value is 107.
RGB:
(94,182,107)
(37%,71%,42%)

RGB channels and saturation

R 94 of 255 = 37%
G 182 of 255 = 71%
B 107 of 255 = 42%

94
182
107

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

Portions of RGB colors in percentages

R + G + B =
94 + 182 + 107 = 383 (100%)
R 94 of 383 ~ 24.54%
G 182 of 383 ~ 47.52%
B 107 of 383 ~ 27.94%

%24.54
%47.52
%27.94

CMYK color model

#5EB66B color CMYK value is (48,0,41,29).

  • cyan value is 48.35%
  • magenta value is 0.00%
  • yellow value is 41.21%
  • key color value is 28.63%
CMYK:
(48,0,41,29)
C48M0Y41K29 
(48%,0%,41%,29%)
(0.48/0.00/0.41/0.29)	

CMYK percentages

%48.35
%0
%41.21
%28.63

Codes

Color #5EB66B in popluar color models

5EB66B
RGB94182107
HSL129°37.61%54.12%
HSB/HSV129°48.35%71.37%
CMYK48.35%0.00%41.21%
28.63%

Color #5EB66B in popluar number systems.

HEX5EB66B
Decimal94182107
Binary1011110101101101101011
Octal136266153

Shades and tints

Shades of #5EB66B

#5EB66B
(94,182,107)
#56A662
(86,166,98)
#4E9659
(78,150,89)
#468650
(70,134,80)
#3E7647
(62,118,71)
#36663E
(54,102,62)
#2E5635
(46,86,53)
#26462C
(38,70,44)
#1E3623
(30,54,35)
#16261A
(22,38,26)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #5EB66B

#5EB66B
(94,182,107)
#6CBC78
(108,188,120)
#7AC285
(122,194,133)
#88C892
(136,200,146)
#96CE9F
(150,206,159)
#A4D4AC
(164,212,172)
#B2DAB9
(178,218,185)
#C0E0C6
(192,224,198)
#CEE6D3
(206,230,211)
#DCECE0
(220,236,224)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB66B color. Also use rgb(94,182,107) instead hex code.

Text Font Color

.myTextColor { color: #5EB66B; }

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

This text font color is #5EB66B.


Background Color

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

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

This div background color is #5EB66B.


Border color

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

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

This div border color is #5EB66B.


Opacity

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

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

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

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

This text has shadow with #5EB66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EB66B on black background.


Color preview on white background

This text has color #5EB66B on white background.



Black color preview on #5EB66B background

This text has black color on #5EB66B background.


White color preview on #5EB66B background

This text has white color on #5EB66B background.