COLOR #5DAE71

HEX: #5DAE71
RGB: (93,174,113)

Color info

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

RGB color model

#5DAE71 color RGB value is (93,174,113).

  • red value is 93;
  • green value is 174;
  • blue value is 113.
RGB:
(93,174,113)
(36%,68%,44%)

RGB channels and saturation

R 93 of 255 = 36%
G 174 of 255 = 68%
B 113 of 255 = 44%

93
174
113

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

Portions of RGB colors in percentages

R + G + B =
93 + 174 + 113 = 380 (100%)
R 93 of 380 ~ 24.47%
G 174 of 380 ~ 45.79%
B 113 of 380 ~ 29.74%

%24.47
%45.79
%29.74

CMYK color model

#5DAE71 color CMYK value is (47,0,35,32).

  • cyan value is 46.55%
  • magenta value is 0.00%
  • yellow value is 35.06%
  • key color value is 31.76%
CMYK:
(47,0,35,32)
C47M0Y35K32 
(47%,0%,35%,32%)
(0.47/0.00/0.35/0.32)	

CMYK percentages

%46.55
%0
%35.06
%31.76

Codes

Color #5DAE71 in popluar color models

5DAE71
RGB93174113
HSL135°33.33%52.35%
HSB/HSV135°46.55%68.24%
CMYK46.55%0.00%35.06%
31.76%

Color #5DAE71 in popluar number systems.

HEX5DAE71
Decimal93174113
Binary1011101101011101110001
Octal135256161

Shades and tints

Shades of #5DAE71

#5DAE71
(93,174,113)
#559F67
(85,159,103)
#4D905D
(77,144,93)
#458153
(69,129,83)
#3D7249
(61,114,73)
#35633F
(53,99,63)
#2D5435
(45,84,53)
#25452B
(37,69,43)
#1D3621
(29,54,33)
#152717
(21,39,23)
#0D180D
(13,24,13)
#000000
(0,0,0)

Tints of #5DAE71

#5DAE71
(93,174,113)
#6BB57D
(107,181,125)
#79BC89
(121,188,137)
#87C395
(135,195,149)
#95CAA1
(149,202,161)
#A3D1AD
(163,209,173)
#B1D8B9
(177,216,185)
#BFDFC5
(191,223,197)
#CDE6D1
(205,230,209)
#DBEDDD
(219,237,221)
#E9F4E9
(233,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DAE71 color. Also use rgb(93,174,113) instead hex code.

Text Font Color

.myTextColor { color: #5DAE71; }

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

This text font color is #5DAE71.


Background Color

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

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

This div background color is #5DAE71.


Border color

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

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

This div border color is #5DAE71.


Opacity

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

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

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

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

This text has shadow with #5DAE71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DAE71 on black background.


Color preview on white background

This text has color #5DAE71 on white background.



Black color preview on #5DAE71 background

This text has black color on #5DAE71 background.


White color preview on #5DAE71 background

This text has white color on #5DAE71 background.