COLOR #5DED3E

HEX: #5DED3E
RGB: (93,237,62)

Color info

#5DED3E contains mainly green color. Web safe color of #5DED3E is #66FF33 (or #6F3).

RGB color model

#5DED3E color RGB value is (93,237,62).

  • red value is 93;
  • green value is 237;
  • blue value is 62.
RGB:
(93,237,62)
(36%,93%,24%)

RGB channels and saturation

R 93 of 255 = 36%
G 237 of 255 = 93%
B 62 of 255 = 24%

93
237
62

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

Portions of RGB colors in percentages

R + G + B =
93 + 237 + 62 = 392 (100%)
R 93 of 392 ~ 23.72%
G 237 of 392 ~ 60.46%
B 62 of 392 ~ 15.82%

%23.72
%60.46
%15.82

CMYK color model

#5DED3E color CMYK value is (61,0,74,7).

  • cyan value is 60.76%
  • magenta value is 0.00%
  • yellow value is 73.84%
  • key color value is 7.06%
CMYK:
(61,0,74,7)
C61M0Y74K7 
(61%,0%,74%,7%)
(0.61/0.00/0.74/0.07)	

CMYK percentages

%60.76
%0
%73.84
%7.06

Codes

Color #5DED3E in popluar color models

5DED3E
RGB9323762
HSL109°82.94%58.63%
HSB/HSV109°73.84%92.94%
CMYK60.76%0.00%73.84%
7.06%

Color #5DED3E in popluar number systems.

HEX5DED3E
Decimal9323762
Binary101110111101101111110
Octal13535576

Shades and tints

Shades of #5DED3E

#5DED3E
(93,237,62)
#55D839
(85,216,57)
#4DC334
(77,195,52)
#45AE2F
(69,174,47)
#3D992A
(61,153,42)
#358425
(53,132,37)
#2D6F20
(45,111,32)
#255A1B
(37,90,27)
#1D4516
(29,69,22)
#153011
(21,48,17)
#0D1B0C
(13,27,12)
#000000
(0,0,0)

Tints of #5DED3E

#5DED3E
(93,237,62)
#6BEE4F
(107,238,79)
#79EF60
(121,239,96)
#87F071
(135,240,113)
#95F182
(149,241,130)
#A3F293
(163,242,147)
#B1F3A4
(177,243,164)
#BFF4B5
(191,244,181)
#CDF5C6
(205,245,198)
#DBF6D7
(219,246,215)
#E9F7E8
(233,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DED3E color. Also use rgb(93,237,62) instead hex code.

Text Font Color

.myTextColor { color: #5DED3E; }

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

This text font color is #5DED3E.


Background Color

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

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

This div background color is #5DED3E.


Border color

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

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

This div border color is #5DED3E.


Opacity

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

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

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

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

This text has shadow with #5DED3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DED3E on black background.


Color preview on white background

This text has color #5DED3E on white background.



Black color preview on #5DED3E background

This text has black color on #5DED3E background.


White color preview on #5DED3E background

This text has white color on #5DED3E background.