COLOR #5DC17F

HEX: #5DC17F
RGB: (93,193,127)

Color info

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

RGB color model

#5DC17F color RGB value is (93,193,127).

  • red value is 93;
  • green value is 193;
  • blue value is 127.
RGB:
(93,193,127)
(36%,76%,50%)

RGB channels and saturation

R 93 of 255 = 36%
G 193 of 255 = 76%
B 127 of 255 = 50%

93
193
127

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

Portions of RGB colors in percentages

R + G + B =
93 + 193 + 127 = 413 (100%)
R 93 of 413 ~ 22.52%
G 193 of 413 ~ 46.73%
B 127 of 413 ~ 30.75%

%22.52
%46.73
%30.75

CMYK color model

#5DC17F color CMYK value is (52,0,34,24).

  • cyan value is 51.81%
  • magenta value is 0.00%
  • yellow value is 34.20%
  • key color value is 24.31%
CMYK:
(52,0,34,24)
C52M0Y34K24 
(52%,0%,34%,24%)
(0.52/0.00/0.34/0.24)	

CMYK percentages

%51.81
%0
%34.2
%24.31

Codes

Color #5DC17F in popluar color models

5DC17F
RGB93193127
HSL140°44.64%56.08%
HSB/HSV140°51.81%75.69%
CMYK51.81%0.00%34.20%
24.31%

Color #5DC17F in popluar number systems.

HEX5DC17F
Decimal93193127
Binary1011101110000011111111
Octal135301177

Shades and tints

Shades of #5DC17F

#5DC17F
(93,193,127)
#55B074
(85,176,116)
#4D9F69
(77,159,105)
#458E5E
(69,142,94)
#3D7D53
(61,125,83)
#356C48
(53,108,72)
#2D5B3D
(45,91,61)
#254A32
(37,74,50)
#1D3927
(29,57,39)
#15281C
(21,40,28)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #5DC17F

#5DC17F
(93,193,127)
#6BC68A
(107,198,138)
#79CB95
(121,203,149)
#87D0A0
(135,208,160)
#95D5AB
(149,213,171)
#A3DAB6
(163,218,182)
#B1DFC1
(177,223,193)
#BFE4CC
(191,228,204)
#CDE9D7
(205,233,215)
#DBEEE2
(219,238,226)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC17F color. Also use rgb(93,193,127) instead hex code.

Text Font Color

.myTextColor { color: #5DC17F; }

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

This text font color is #5DC17F.


Background Color

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

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

This div background color is #5DC17F.


Border color

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

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

This div border color is #5DC17F.


Opacity

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

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

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

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

This text has shadow with #5DC17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DC17F on black background.


Color preview on white background

This text has color #5DC17F on white background.



Black color preview on #5DC17F background

This text has black color on #5DC17F background.


White color preview on #5DC17F background

This text has white color on #5DC17F background.