COLOR #5DDC8C

HEX: #5DDC8C RGB: (93,220,140)

Color info

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

RGB color model

#5DDC8C color RGB value is (93,220,140).

RGB: (93,220,140) (36%, 86%, 55%)

RGB channels and saturation

R 93 of 255 = 36%
G 220 of 255 = 86%
B 140 of 255 = 55%

93
220
140

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

Portions of RGB colors in percentages

R + G + B = 93 + 220 + 140 = 453 (100%)
R 93 of 453 ~ 20.53%
G 220 of 453 ~ 48.57%
B 140 of 453 ~ 30.91'%

%20.53
%48.57
%30.91

CMYK color model

#5DDC8C color CMYK value is (58,0,36,14).

  • cyan value is 57.73%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 13.73%

CMYK: (58,0,36,14)
C58M0Y36K14 (58%, 0%, 36%, 14%)
(0.58 / 0.00 / 0.36 / 0.14)

CMYK percentages

%57.73
%0
%36.36
%13.73

Codes

Color #5DDC8C in popluar color models

5D DC 8C
RGB 93 220 140
HSL 142° 64.47% 61.37%
HSB/HSV 142° 57.73% 86.27%
CMYK 57.73% 0.00% 36.36%
13.73%

Color #5DDC8C in popluar number systems.

HEX 5D DC 8C
Decimal 93 220 140
Binary 1011101 11011100 10001100
Octal 135 334 214

Shades and tints

Shades of #5DDC8C

#5DDC8C
(93,220,140)
#55C880
(85,200,128)
#4DB474
(77,180,116)
#45A068
(69,160,104)
#3D8C5C
(61,140,92)
#357850
(53,120,80)
#2D6444
(45,100,68)
#255038
(37,80,56)
#1D3C2C
(29,60,44)
#152820
(21,40,32)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #5DDC8C

#5DDC8C
(93,220,140)
#6BDF96
(107,223,150)
#79E2A0
(121,226,160)
#87E5AA
(135,229,170)
#95E8B4
(149,232,180)
#A3EBBE
(163,235,190)
#B1EEC8
(177,238,200)
#BFF1D2
(191,241,210)
#CDF4DC
(205,244,220)
#DBF7E6
(219,247,230)
#E9FAF0
(233,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DDC8C color. Also use rgb(93,220,140) instead hex code.

Text Font Color

.myTextColor { color: #5DDC8C; }

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

This text font color is #5DDC8C.

Background Color

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

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

This div background color is #5DDC8C.

Border color

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

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

This div border color is #5DDC8C.

Opacity

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

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

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

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

This text has shadow with #5DDC8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DDC8C.

Preview

Color preview on black background

This text has color #5DDC8C on black background.


Color preview on white background

This text has color #5DDC8C on white background.


Black color preview on #5DDC8C background

This text has black color on #5DDC8C background.


White color preview on #5DDC8C background

This text has white color on #5DDC8C background.


Related colors

Complementary color

Complementary color for #hex is #A22373.


I love getcolorcode.com

Triadic colors

1 #8C5DDC and #DC8C5D with #5DDC8C are triadic colors.

2 #8CDC5D and #DC5D8C with #5DDC8C are triadic colors.