COLOR #5DD096

HEX: #5DD096
RGB: (93,208,150)

Color info

#5DD096 contains mainly green and blue colors. Web safe color of #5DD096 is #66CC99 (or #6C9).

RGB color model

#5DD096 color RGB value is (93,208,150).

  • red value is 93;
  • green value is 208;
  • blue value is 150.
RGB:
(93,208,150)
(36%,82%,59%)

RGB channels and saturation

R 93 of 255 = 36%
G 208 of 255 = 82%
B 150 of 255 = 59%

93
208
150

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

Portions of RGB colors in percentages

R + G + B =
93 + 208 + 150 = 451 (100%)
R 93 of 451 ~ 20.62%
G 208 of 451 ~ 46.12%
B 150 of 451 ~ 33.26%

%20.62
%46.12
%33.26

CMYK color model

#5DD096 color CMYK value is (55,0,28,18).

  • cyan value is 55.29%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 18.43%
CMYK:
(55,0,28,18)
C55M0Y28K18 
(55%,0%,28%,18%)
(0.55/0.00/0.28/0.18)	

CMYK percentages

%55.29
%0
%27.88
%18.43

Codes

Color #5DD096 in popluar color models

5DD096
RGB93208150
HSL150°55.02%59.02%
HSB/HSV150°55.29%81.57%
CMYK55.29%0.00%27.88%
18.43%

Color #5DD096 in popluar number systems.

HEX5DD096
Decimal93208150
Binary10111011101000010010110
Octal135320226

Shades and tints

Shades of #5DD096

#5DD096
(93,208,150)
#55BE89
(85,190,137)
#4DAC7C
(77,172,124)
#459A6F
(69,154,111)
#3D8862
(61,136,98)
#357655
(53,118,85)
#2D6448
(45,100,72)
#25523B
(37,82,59)
#1D402E
(29,64,46)
#152E21
(21,46,33)
#0D1C14
(13,28,20)
#000000
(0,0,0)

Tints of #5DD096

#5DD096
(93,208,150)
#6BD49F
(107,212,159)
#79D8A8
(121,216,168)
#87DCB1
(135,220,177)
#95E0BA
(149,224,186)
#A3E4C3
(163,228,195)
#B1E8CC
(177,232,204)
#BFECD5
(191,236,213)
#CDF0DE
(205,240,222)
#DBF4E7
(219,244,231)
#E9F8F0
(233,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DD096 color. Also use rgb(93,208,150) instead hex code.

Text Font Color

.myTextColor { color: #5DD096; }

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

This text font color is #5DD096.


Background Color

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

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

This div background color is #5DD096.


Border color

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

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

This div border color is #5DD096.


Opacity

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

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

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

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

This text has shadow with #5DD096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DD096 on black background.


Color preview on white background

This text has color #5DD096 on white background.



Black color preview on #5DD096 background

This text has black color on #5DD096 background.


White color preview on #5DD096 background

This text has white color on #5DD096 background.