COLOR #5DE82F

HEX: #5DE82F
RGB: (93,232,47)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

93
232
47

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

Portions of RGB colors in percentages

R + G + B =
93 + 232 + 47 = 372 (100%)
R 93 of 372 ~ 25%
G 232 of 372 ~ 62.37%
B 47 of 372 ~ 12.63%

%25
%62.37
%12.63

CMYK color model

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

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

CMYK percentages

%59.91
%0
%79.74
%9.02

Codes

Color #5DE82F in popluar color models

5DE82F
RGB9323247
HSL105°80.09%54.71%
HSB/HSV105°79.74%90.98%
CMYK59.91%0.00%79.74%
9.02%

Color #5DE82F in popluar number systems.

HEX5DE82F
Decimal9323247
Binary101110111101000101111
Octal13535057

Shades and tints

Shades of #5DE82F

#5DE82F
(93,232,47)
#55D32B
(85,211,43)
#4DBE27
(77,190,39)
#45A923
(69,169,35)
#3D941F
(61,148,31)
#357F1B
(53,127,27)
#2D6A17
(45,106,23)
#255513
(37,85,19)
#1D400F
(29,64,15)
#152B0B
(21,43,11)
#0D1607
(13,22,7)
#000000
(0,0,0)

Tints of #5DE82F

#5DE82F
(93,232,47)
#6BEA41
(107,234,65)
#79EC53
(121,236,83)
#87EE65
(135,238,101)
#95F077
(149,240,119)
#A3F289
(163,242,137)
#B1F49B
(177,244,155)
#BFF6AD
(191,246,173)
#CDF8BF
(205,248,191)
#DBFAD1
(219,250,209)
#E9FCE3
(233,252,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DE82F; }

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

This text font color is #5DE82F.


Background Color

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

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

This div background color is #5DE82F.


Border color

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

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

This div border color is #5DE82F.


Opacity

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

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

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

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

This text has shadow with #5DE82F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DE82F on black background.


Color preview on white background

This text has color #5DE82F on white background.



Black color preview on #5DE82F background

This text has black color on #5DE82F background.


White color preview on #5DE82F background

This text has white color on #5DE82F background.