COLOR #5DD797

HEX: #5DD797
RGB: (93,215,151)

Color info

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

RGB color model

#5DD797 color RGB value is (93,215,151).

  • red value is 93;
  • green value is 215;
  • blue value is 151.
RGB:
(93,215,151)
(36%,84%,59%)

RGB channels and saturation

R 93 of 255 = 36%
G 215 of 255 = 84%
B 151 of 255 = 59%

93
215
151

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

Portions of RGB colors in percentages

R + G + B =
93 + 215 + 151 = 459 (100%)
R 93 of 459 ~ 20.26%
G 215 of 459 ~ 46.84%
B 151 of 459 ~ 32.9%

%20.26
%46.84
%32.9

CMYK color model

#5DD797 color CMYK value is (57,0,30,16).

  • cyan value is 56.74%
  • magenta value is 0.00%
  • yellow value is 29.77%
  • key color value is 15.69%
CMYK:
(57,0,30,16)
C57M0Y30K16 
(57%,0%,30%,16%)
(0.57/0.00/0.30/0.16)	

CMYK percentages

%56.74
%0
%29.77
%15.69

Codes

Color #5DD797 in popluar color models

5DD797
RGB93215151
HSL149°60.40%60.39%
HSB/HSV149°56.74%84.31%
CMYK56.74%0.00%29.77%
15.69%

Color #5DD797 in popluar number systems.

HEX5DD797
Decimal93215151
Binary10111011101011110010111
Octal135327227

Shades and tints

Shades of #5DD797

#5DD797
(93,215,151)
#55C48A
(85,196,138)
#4DB17D
(77,177,125)
#459E70
(69,158,112)
#3D8B63
(61,139,99)
#357856
(53,120,86)
#2D6549
(45,101,73)
#25523C
(37,82,60)
#1D3F2F
(29,63,47)
#152C22
(21,44,34)
#0D1915
(13,25,21)
#000000
(0,0,0)

Tints of #5DD797

#5DD797
(93,215,151)
#6BDAA0
(107,218,160)
#79DDA9
(121,221,169)
#87E0B2
(135,224,178)
#95E3BB
(149,227,187)
#A3E6C4
(163,230,196)
#B1E9CD
(177,233,205)
#BFECD6
(191,236,214)
#CDEFDF
(205,239,223)
#DBF2E8
(219,242,232)
#E9F5F1
(233,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DD797 color. Also use rgb(93,215,151) instead hex code.

Text Font Color

.myTextColor { color: #5DD797; }

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

This text font color is #5DD797.


Background Color

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

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

This div background color is #5DD797.


Border color

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

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

This div border color is #5DD797.


Opacity

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

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

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

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

This text has shadow with #5DD797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DD797 on black background.


Color preview on white background

This text has color #5DD797 on white background.



Black color preview on #5DD797 background

This text has black color on #5DD797 background.


White color preview on #5DD797 background

This text has white color on #5DD797 background.