COLOR #5DE69D

HEX: #5DE69D
RGB: (93,230,157)

Color info

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

RGB color model

#5DE69D color RGB value is (93,230,157).

  • red value is 93;
  • green value is 230;
  • blue value is 157.
RGB:
(93,230,157)
(36%,90%,62%)

RGB channels and saturation

R 93 of 255 = 36%
G 230 of 255 = 90%
B 157 of 255 = 62%

93
230
157

R + G + B ~ 63%. #5DE69D is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 230 + 157 = 480 (100%)
R 93 of 480 ~ 19.38%
G 230 of 480 ~ 47.92%
B 157 of 480 ~ 32.71%

%19.38
%47.92
%32.71

CMYK color model

#5DE69D color CMYK value is (60,0,32,10).

  • cyan value is 59.57%
  • magenta value is 0.00%
  • yellow value is 31.74%
  • key color value is 9.80%
CMYK:
(60,0,32,10)
C60M0Y32K10 
(60%,0%,32%,10%)
(0.60/0.00/0.32/0.10)	

CMYK percentages

%59.57
%0
%31.74
%9.8

Codes

Color #5DE69D in popluar color models

5DE69D
RGB93230157
HSL148°73.26%63.33%
HSB/HSV148°59.57%90.20%
CMYK59.57%0.00%31.74%
9.80%

Color #5DE69D in popluar number systems.

HEX5DE69D
Decimal93230157
Binary10111011110011010011101
Octal135346235

Shades and tints

Shades of #5DE69D

#5DE69D
(93,230,157)
#55D28F
(85,210,143)
#4DBE81
(77,190,129)
#45AA73
(69,170,115)
#3D9665
(61,150,101)
#358257
(53,130,87)
#2D6E49
(45,110,73)
#255A3B
(37,90,59)
#1D462D
(29,70,45)
#15321F
(21,50,31)
#0D1E11
(13,30,17)
#000000
(0,0,0)

Tints of #5DE69D

#5DE69D
(93,230,157)
#6BE8A5
(107,232,165)
#79EAAD
(121,234,173)
#87ECB5
(135,236,181)
#95EEBD
(149,238,189)
#A3F0C5
(163,240,197)
#B1F2CD
(177,242,205)
#BFF4D5
(191,244,213)
#CDF6DD
(205,246,221)
#DBF8E5
(219,248,229)
#E9FAED
(233,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DE69D color. Also use rgb(93,230,157) instead hex code.

Text Font Color

.myTextColor { color: #5DE69D; }

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

This text font color is #5DE69D.


Background Color

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

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

This div background color is #5DE69D.


Border color

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

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

This div border color is #5DE69D.


Opacity

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

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

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

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

This text has shadow with #5DE69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DE69D on black background.


Color preview on white background

This text has color #5DE69D on white background.



Black color preview on #5DE69D background

This text has black color on #5DE69D background.


White color preview on #5DE69D background

This text has white color on #5DE69D background.