COLOR #5DCC93

HEX: #5DCC93
RGB: (93,204,147)

Color info

#5DCC93 contains mainly green and blue colors. Web safe color of #5DCC93 is #66CC99 (or #6C9).

RGB color model

#5DCC93 color RGB value is (93,204,147).

  • red value is 93;
  • green value is 204;
  • blue value is 147.
RGB:
(93,204,147)
(36%,80%,58%)

RGB channels and saturation

R 93 of 255 = 36%
G 204 of 255 = 80%
B 147 of 255 = 58%

93
204
147

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

Portions of RGB colors in percentages

R + G + B =
93 + 204 + 147 = 444 (100%)
R 93 of 444 ~ 20.95%
G 204 of 444 ~ 45.95%
B 147 of 444 ~ 33.11%

%20.95
%45.95
%33.11

CMYK color model

#5DCC93 color CMYK value is (54,0,28,20).

  • cyan value is 54.41%
  • magenta value is 0.00%
  • yellow value is 27.94%
  • key color value is 20.00%
CMYK:
(54,0,28,20)
C54M0Y28K20 
(54%,0%,28%,20%)
(0.54/0.00/0.28/0.20)	

CMYK percentages

%54.41
%0
%27.94
%20

Codes

Color #5DCC93 in popluar color models

5DCC93
RGB93204147
HSL149°52.11%58.24%
HSB/HSV149°54.41%80.00%
CMYK54.41%0.00%27.94%
20.00%

Color #5DCC93 in popluar number systems.

HEX5DCC93
Decimal93204147
Binary10111011100110010010011
Octal135314223

Shades and tints

Shades of #5DCC93

#5DCC93
(93,204,147)
#55BA86
(85,186,134)
#4DA879
(77,168,121)
#45966C
(69,150,108)
#3D845F
(61,132,95)
#357252
(53,114,82)
#2D6045
(45,96,69)
#254E38
(37,78,56)
#1D3C2B
(29,60,43)
#152A1E
(21,42,30)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #5DCC93

#5DCC93
(93,204,147)
#6BD09C
(107,208,156)
#79D4A5
(121,212,165)
#87D8AE
(135,216,174)
#95DCB7
(149,220,183)
#A3E0C0
(163,224,192)
#B1E4C9
(177,228,201)
#BFE8D2
(191,232,210)
#CDECDB
(205,236,219)
#DBF0E4
(219,240,228)
#E9F4ED
(233,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DCC93 color. Also use rgb(93,204,147) instead hex code.

Text Font Color

.myTextColor { color: #5DCC93; }

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

This text font color is #5DCC93.


Background Color

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

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

This div background color is #5DCC93.


Border color

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

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

This div border color is #5DCC93.


Opacity

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

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

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

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

This text has shadow with #5DCC93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DCC93 on black background.


Color preview on white background

This text has color #5DCC93 on white background.



Black color preview on #5DCC93 background

This text has black color on #5DCC93 background.


White color preview on #5DCC93 background

This text has white color on #5DCC93 background.