COLOR #5DEB8D

HEX: #5DEB8D
RGB: (93,235,141)

Color info

#5DEB8D contains mainly green color. Web safe color of #5DEB8D is #66FF99 (or #6F9).

RGB color model

#5DEB8D color RGB value is (93,235,141).

  • red value is 93;
  • green value is 235;
  • blue value is 141.
RGB:
(93,235,141)
(36%,92%,55%)

RGB channels and saturation

R 93 of 255 = 36%
G 235 of 255 = 92%
B 141 of 255 = 55%

93
235
141

R + G + B ~ 61%. #5DEB8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
93 + 235 + 141 = 469 (100%)
R 93 of 469 ~ 19.83%
G 235 of 469 ~ 50.11%
B 141 of 469 ~ 30.06%

%19.83
%50.11
%30.06

CMYK color model

#5DEB8D color CMYK value is (60,0,40,8).

  • cyan value is 60.43%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 7.84%
CMYK:
(60,0,40,8)
C60M0Y40K8 
(60%,0%,40%,8%)
(0.60/0.00/0.40/0.08)	

CMYK percentages

%60.43
%0
%40
%7.84

Codes

Color #5DEB8D in popluar color models

5DEB8D
RGB93235141
HSL140°78.02%64.31%
HSB/HSV140°60.43%92.16%
CMYK60.43%0.00%40.00%
7.84%

Color #5DEB8D in popluar number systems.

HEX5DEB8D
Decimal93235141
Binary10111011110101110001101
Octal135353215

Shades and tints

Shades of #5DEB8D

#5DEB8D
(93,235,141)
#55D681
(85,214,129)
#4DC175
(77,193,117)
#45AC69
(69,172,105)
#3D975D
(61,151,93)
#358251
(53,130,81)
#2D6D45
(45,109,69)
#255839
(37,88,57)
#1D432D
(29,67,45)
#152E21
(21,46,33)
#0D1915
(13,25,21)
#000000
(0,0,0)

Tints of #5DEB8D

#5DEB8D
(93,235,141)
#6BEC97
(107,236,151)
#79EDA1
(121,237,161)
#87EEAB
(135,238,171)
#95EFB5
(149,239,181)
#A3F0BF
(163,240,191)
#B1F1C9
(177,241,201)
#BFF2D3
(191,242,211)
#CDF3DD
(205,243,221)
#DBF4E7
(219,244,231)
#E9F5F1
(233,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DEB8D color. Also use rgb(93,235,141) instead hex code.

Text Font Color

.myTextColor { color: #5DEB8D; }

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

This text font color is #5DEB8D.


Background Color

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

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

This div background color is #5DEB8D.


Border color

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

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

This div border color is #5DEB8D.


Opacity

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

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

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

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

This text has shadow with #5DEB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DEB8D on black background.


Color preview on white background

This text has color #5DEB8D on white background.



Black color preview on #5DEB8D background

This text has black color on #5DEB8D background.


White color preview on #5DEB8D background

This text has white color on #5DEB8D background.