COLOR #5EA65C

HEX: #5EA65C
RGB: (94,166,92)

Color info

#5EA65C contains mainly green color. Web safe color of #5EA65C is #669966 (or #696).

RGB color model

#5EA65C color RGB value is (94,166,92).

  • red value is 94;
  • green value is 166;
  • blue value is 92.
RGB:
(94,166,92)
(37%,65%,36%)

RGB channels and saturation

R 94 of 255 = 37%
G 166 of 255 = 65%
B 92 of 255 = 36%

94
166
92

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

Portions of RGB colors in percentages

R + G + B =
94 + 166 + 92 = 352 (100%)
R 94 of 352 ~ 26.7%
G 166 of 352 ~ 47.16%
B 92 of 352 ~ 26.14%

%26.7
%47.16
%26.14

CMYK color model

#5EA65C color CMYK value is (43,0,45,35).

  • cyan value is 43.37%
  • magenta value is 0.00%
  • yellow value is 44.58%
  • key color value is 34.90%
CMYK:
(43,0,45,35)
C43M0Y45K35 
(43%,0%,45%,35%)
(0.43/0.00/0.45/0.35)	

CMYK percentages

%43.37
%0
%44.58
%34.9

Codes

Color #5EA65C in popluar color models

5EA65C
RGB9416692
HSL118°29.37%50.59%
HSB/HSV118°44.58%65.10%
CMYK43.37%0.00%44.58%
34.90%

Color #5EA65C in popluar number systems.

HEX5EA65C
Decimal9416692
Binary1011110101001101011100
Octal136246134

Shades and tints

Shades of #5EA65C

#5EA65C
(94,166,92)
#569754
(86,151,84)
#4E884C
(78,136,76)
#467944
(70,121,68)
#3E6A3C
(62,106,60)
#365B34
(54,91,52)
#2E4C2C
(46,76,44)
#263D24
(38,61,36)
#1E2E1C
(30,46,28)
#161F14
(22,31,20)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #5EA65C

#5EA65C
(94,166,92)
#6CAE6A
(108,174,106)
#7AB678
(122,182,120)
#88BE86
(136,190,134)
#96C694
(150,198,148)
#A4CEA2
(164,206,162)
#B2D6B0
(178,214,176)
#C0DEBE
(192,222,190)
#CEE6CC
(206,230,204)
#DCEEDA
(220,238,218)
#EAF6E8
(234,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EA65C color. Also use rgb(94,166,92) instead hex code.

Text Font Color

.myTextColor { color: #5EA65C; }

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

This text font color is #5EA65C.


Background Color

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

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

This div background color is #5EA65C.


Border color

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

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

This div border color is #5EA65C.


Opacity

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

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

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

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

This text has shadow with #5EA65C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EA65C on black background.


Color preview on white background

This text has color #5EA65C on white background.



Black color preview on #5EA65C background

This text has black color on #5EA65C background.


White color preview on #5EA65C background

This text has white color on #5EA65C background.