COLOR #5EC866

HEX: #5EC866
RGB: (94,200,102)

Color info

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

RGB color model

#5EC866 color RGB value is (94,200,102).

  • red value is 94;
  • green value is 200;
  • blue value is 102.
RGB:
(94,200,102)
(37%,78%,40%)

RGB channels and saturation

R 94 of 255 = 37%
G 200 of 255 = 78%
B 102 of 255 = 40%

94
200
102

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

Portions of RGB colors in percentages

R + G + B =
94 + 200 + 102 = 396 (100%)
R 94 of 396 ~ 23.74%
G 200 of 396 ~ 50.51%
B 102 of 396 ~ 25.76%

%23.74
%50.51
%25.76

CMYK color model

#5EC866 color CMYK value is (53,0,49,22).

  • cyan value is 53.00%
  • magenta value is 0.00%
  • yellow value is 49.00%
  • key color value is 21.57%
CMYK:
(53,0,49,22)
C53M0Y49K22 
(53%,0%,49%,22%)
(0.53/0.00/0.49/0.22)	

CMYK percentages

%53
%0
%49
%21.57

Codes

Color #5EC866 in popluar color models

5EC866
RGB94200102
HSL125°49.07%57.65%
HSB/HSV125°53.00%78.43%
CMYK53.00%0.00%49.00%
21.57%

Color #5EC866 in popluar number systems.

HEX5EC866
Decimal94200102
Binary1011110110010001100110
Octal136310146

Shades and tints

Shades of #5EC866

#5EC866
(94,200,102)
#56B65D
(86,182,93)
#4EA454
(78,164,84)
#46924B
(70,146,75)
#3E8042
(62,128,66)
#366E39
(54,110,57)
#2E5C30
(46,92,48)
#264A27
(38,74,39)
#1E381E
(30,56,30)
#162615
(22,38,21)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #5EC866

#5EC866
(94,200,102)
#6CCD73
(108,205,115)
#7AD280
(122,210,128)
#88D78D
(136,215,141)
#96DC9A
(150,220,154)
#A4E1A7
(164,225,167)
#B2E6B4
(178,230,180)
#C0EBC1
(192,235,193)
#CEF0CE
(206,240,206)
#DCF5DB
(220,245,219)
#EAFAE8
(234,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EC866 color. Also use rgb(94,200,102) instead hex code.

Text Font Color

.myTextColor { color: #5EC866; }

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

This text font color is #5EC866.


Background Color

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

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

This div background color is #5EC866.


Border color

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

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

This div border color is #5EC866.


Opacity

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

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

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

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

This text has shadow with #5EC866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EC866 on black background.


Color preview on white background

This text has color #5EC866 on white background.



Black color preview on #5EC866 background

This text has black color on #5EC866 background.


White color preview on #5EC866 background

This text has white color on #5EC866 background.