COLOR #5DD094

HEX: #5DD094 RGB: (93,208,148)

Color info

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

RGB color model

#5DD094 color RGB value is (93,208,148).

RGB: (93,208,148) (36%, 82%, 58%)

RGB channels and saturation

R 93 of 255 = 36%
G 208 of 255 = 82%
B 148 of 255 = 58%

93
208
148

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

Portions of RGB colors in percentages

R + G + B = 93 + 208 + 148 = 449 (100%)
R 93 of 449 ~ 20.71%
G 208 of 449 ~ 46.33%
B 148 of 449 ~ 32.96'%

%20.71
%46.33
%32.96

CMYK color model

#5DD094 color CMYK value is (55,0,29,18).

  • cyan value is 55.29%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 18.43%

CMYK: (55,0,29,18)
C55M0Y29K18 (55%, 0%, 29%, 18%)
(0.55 / 0.00 / 0.29 / 0.18)

CMYK percentages

%55.29
%0
%28.85
%18.43

Codes

Color #5DD094 in popluar color models

5D D0 94
RGB 93 208 148
HSL 149° 55.02% 59.02%
HSB/HSV 149° 55.29% 81.57%
CMYK 55.29% 0.00% 28.85%
18.43%

Color #5DD094 in popluar number systems.

HEX 5D D0 94
Decimal 93 208 148
Binary 1011101 11010000 10010100
Octal 135 320 224

Shades and tints

Shades of #5DD094

#5DD094
(93,208,148)
#55BE87
(85,190,135)
#4DAC7A
(77,172,122)
#459A6D
(69,154,109)
#3D8860
(61,136,96)
#357653
(53,118,83)
#2D6446
(45,100,70)
#255239
(37,82,57)
#1D402C
(29,64,44)
#152E1F
(21,46,31)
#0D1C12
(13,28,18)
#000000
(0,0,0)

Tints of #5DD094

#5DD094
(93,208,148)
#6BD49D
(107,212,157)
#79D8A6
(121,216,166)
#87DCAF
(135,220,175)
#95E0B8
(149,224,184)
#A3E4C1
(163,228,193)
#B1E8CA
(177,232,202)
#BFECD3
(191,236,211)
#CDF0DC
(205,240,220)
#DBF4E5
(219,244,229)
#E9F8EE
(233,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DD094; }

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

This text font color is #5DD094.

Background Color

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

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

This div background color is #5DD094.

Border color

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

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

This div border color is #5DD094.

Opacity

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

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

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

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

This text has shadow with #5DD094 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DD094.

Preview

Color preview on black background

This text has color #5DD094 on black background.


Color preview on white background

This text has color #5DD094 on white background.


Black color preview on #5DD094 background

This text has black color on #5DD094 background.


White color preview on #5DD094 background

This text has white color on #5DD094 background.


Related colors

Complementary color

Complementary color for #hex is #A22F6B.


I love getcolorcode.com

Triadic colors

1 #945DD0 and #D0945D with #5DD094 are triadic colors.

2 #94D05D and #D05D94 with #5DD094 are triadic colors.