COLOR #5DE85D

HEX: #5DE85D
RGB: (93,232,93)

Color info

#5DE85D contains mainly green color. Web safe color of #5DE85D is #66FF66 (or #6F6).

RGB color model

#5DE85D color RGB value is (93,232,93).

  • red value is 93;
  • green value is 232;
  • blue value is 93.
RGB:
(93,232,93)
(36%,91%,36%)

RGB channels and saturation

R 93 of 255 = 36%
G 232 of 255 = 91%
B 93 of 255 = 36%

93
232
93

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

Portions of RGB colors in percentages

R + G + B =
93 + 232 + 93 = 418 (100%)
R 93 of 418 ~ 22.25%
G 232 of 418 ~ 55.5%
B 93 of 418 ~ 22.25%

%22.25
%55.5
%22.25

CMYK color model

#5DE85D color CMYK value is (60,0,60,9).

  • cyan value is 59.91%
  • magenta value is 0.00%
  • yellow value is 59.91%
  • key color value is 9.02%
CMYK:
(60,0,60,9)
C60M0Y60K9 
(60%,0%,60%,9%)
(0.60/0.00/0.60/0.09)	

CMYK percentages

%59.91
%0
%59.91
%9.02

Codes

Color #5DE85D in popluar color models

5DE85D
RGB9323293
HSL120°75.14%63.73%
HSB/HSV120°59.91%90.98%
CMYK59.91%0.00%59.91%
9.02%

Color #5DE85D in popluar number systems.

HEX5DE85D
Decimal9323293
Binary1011101111010001011101
Octal135350135

Shades and tints

Shades of #5DE85D

#5DE85D
(93,232,93)
#55D355
(85,211,85)
#4DBE4D
(77,190,77)
#45A945
(69,169,69)
#3D943D
(61,148,61)
#357F35
(53,127,53)
#2D6A2D
(45,106,45)
#255525
(37,85,37)
#1D401D
(29,64,29)
#152B15
(21,43,21)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #5DE85D

#5DE85D
(93,232,93)
#6BEA6B
(107,234,107)
#79EC79
(121,236,121)
#87EE87
(135,238,135)
#95F095
(149,240,149)
#A3F2A3
(163,242,163)
#B1F4B1
(177,244,177)
#BFF6BF
(191,246,191)
#CDF8CD
(205,248,205)
#DBFADB
(219,250,219)
#E9FCE9
(233,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DE85D; }

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

This text font color is #5DE85D.


Background Color

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

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

This div background color is #5DE85D.


Border color

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

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

This div border color is #5DE85D.


Opacity

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

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

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

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

This text has shadow with #5DE85D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DE85D on black background.


Color preview on white background

This text has color #5DE85D on white background.



Black color preview on #5DE85D background

This text has black color on #5DE85D background.


White color preview on #5DE85D background

This text has white color on #5DE85D background.