COLOR #5DEB8F

HEX: #5DEB8F RGB: (93,235,143)

Color info

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

RGB color model

#5DEB8F color RGB value is (93,235,143).

RGB: (93,235,143) (36%, 92%, 56%)

RGB channels and saturation

R 93 of 255 = 36%
G 235 of 255 = 92%
B 143 of 255 = 56%

93
235
143

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

Portions of RGB colors in percentages

R + G + B = 93 + 235 + 143 = 471 (100%)
R 93 of 471 ~ 19.75%
G 235 of 471 ~ 49.89%
B 143 of 471 ~ 30.36'%

%19.75
%49.89
%30.36

CMYK color model

#5DEB8F color CMYK value is (60,0,39,8).

  • cyan value is 60.43%
  • magenta value is 0.00%
  • yellow value is 39.15%
  • key color value is 7.84%

CMYK: (60,0,39,8)
C60M0Y39K8 (60%, 0%, 39%, 8%)
(0.60 / 0.00 / 0.39 / 0.08)

CMYK percentages

%60.43
%0
%39.15
%7.84

Codes

Color #5DEB8F in popluar color models

5D EB 8F
RGB 93 235 143
HSL 141° 78.02% 64.31%
HSB/HSV 141° 60.43% 92.16%
CMYK 60.43% 0.00% 39.15%
7.84%

Color #5DEB8F in popluar number systems.

HEX 5D EB 8F
Decimal 93 235 143
Binary 1011101 11101011 10001111
Octal 135 353 217

Shades and tints

Shades of #5DEB8F

#5DEB8F
(93,235,143)
#55D682
(85,214,130)
#4DC175
(77,193,117)
#45AC68
(69,172,104)
#3D975B
(61,151,91)
#35824E
(53,130,78)
#2D6D41
(45,109,65)
#255834
(37,88,52)
#1D4327
(29,67,39)
#152E1A
(21,46,26)
#0D190D
(13,25,13)
#000000
(0,0,0)

Tints of #5DEB8F

#5DEB8F
(93,235,143)
#6BEC99
(107,236,153)
#79EDA3
(121,237,163)
#87EEAD
(135,238,173)
#95EFB7
(149,239,183)
#A3F0C1
(163,240,193)
#B1F1CB
(177,241,203)
#BFF2D5
(191,242,213)
#CDF3DF
(205,243,223)
#DBF4E9
(219,244,233)
#E9F5F3
(233,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DEB8F; }

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

This text font color is #5DEB8F.

Background Color

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

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

This div background color is #5DEB8F.

Border color

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

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

This div border color is #5DEB8F.

Opacity

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

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

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

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

This text has shadow with #5DEB8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5DEB8F.

Preview

Color preview on black background

This text has color #5DEB8F on black background.


Color preview on white background

This text has color #5DEB8F on white background.


Black color preview on #5DEB8F background

This text has black color on #5DEB8F background.


White color preview on #5DEB8F background

This text has white color on #5DEB8F background.


Related colors

Complementary color

Complementary color for #hex is #A21470.


I love getcolorcode.com

Triadic colors

1 #8F5DEB and #EB8F5D with #5DEB8F are triadic colors.

2 #8FEB5D and #EB5D8F with #5DEB8F are triadic colors.