COLOR #5DE19F

HEX: #5DE19F RGB: (93,225,159)

Color info

#5DE19F contains mainly green color. Web safe color of #5DE19F is #66CC99 (or #6C9).

RGB color model

#5DE19F color RGB value is (93,225,159).

RGB: (93,225,159) (36%, 88%, 62%)

RGB channels and saturation

R 93 of 255 = 36%
G 225 of 255 = 88%
B 159 of 255 = 62%

93
225
159

R + G + B ~ 62%. #5DE19F is quite light color.

Portions of RGB colors in percentages

R + G + B = 93 + 225 + 159 = 477 (100%)
R 93 of 477 ~ 19.5%
G 225 of 477 ~ 47.17%
B 159 of 477 ~ 33.33'%

%19.5
%47.17
%33.33

CMYK color model

#5DE19F color CMYK value is (59,0,29,12).

  • cyan value is 58.67%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 11.76%

CMYK: (59,0,29,12)
C59M0Y29K12 (59%, 0%, 29%, 12%)
(0.59 / 0.00 / 0.29 / 0.12)

CMYK percentages

%58.67
%0
%29.33
%11.76

Codes

Color #5DE19F in popluar color models

5D E1 9F
RGB 93 225 159
HSL 150° 68.75% 62.35%
HSB/HSV 150° 58.67% 88.24%
CMYK 58.67% 0.00% 29.33%
11.76%

Color #5DE19F in popluar number systems.

HEX 5D E1 9F
Decimal 93 225 159
Binary 1011101 11100001 10011111
Octal 135 341 237

Shades and tints

Shades of #5DE19F

#5DE19F
(93,225,159)
#55CD91
(85,205,145)
#4DB983
(77,185,131)
#45A575
(69,165,117)
#3D9167
(61,145,103)
#357D59
(53,125,89)
#2D694B
(45,105,75)
#25553D
(37,85,61)
#1D412F
(29,65,47)
#152D21
(21,45,33)
#0D1913
(13,25,19)
#000000
(0,0,0)

Tints of #5DE19F

#5DE19F
(93,225,159)
#6BE3A7
(107,227,167)
#79E5AF
(121,229,175)
#87E7B7
(135,231,183)
#95E9BF
(149,233,191)
#A3EBC7
(163,235,199)
#B1EDCF
(177,237,207)
#BFEFD7
(191,239,215)
#CDF1DF
(205,241,223)
#DBF3E7
(219,243,231)
#E9F5EF
(233,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DE19F color. Also use rgb(93,225,159) instead hex code.

Text Font Color

.myTextColor { color: #5DE19F; }

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

This text font color is #5DE19F.

Background Color

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

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

This div background color is #5DE19F.

Border color

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

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

This div border color is #5DE19F.

Opacity

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

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

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

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

This text has shadow with #5DE19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DE19F.

Preview

Color preview on black background

This text has color #5DE19F on black background.


Color preview on white background

This text has color #5DE19F on white background.


Black color preview on #5DE19F background

This text has black color on #5DE19F background.


White color preview on #5DE19F background

This text has white color on #5DE19F background.


Related colors

Complementary color

Complementary color for #hex is #A21E60.


I love getcolorcode.com

Triadic colors

1 #9F5DE1 and #E19F5D with #5DE19F are triadic colors.

2 #9FE15D and #E15D9F with #5DE19F are triadic colors.