COLOR #5DE480

HEX: #5DE480
RGB: (93,228,128)

Color info

#5DE480 contains mainly green color. Web safe color of #5DE480 is #66CC66 (or #6C6).

RGB color model

#5DE480 color RGB value is (93,228,128).

  • red value is 93;
  • green value is 228;
  • blue value is 128.
RGB:
(93,228,128)
(36%,89%,50%)

RGB channels and saturation

R 93 of 255 = 36%
G 228 of 255 = 89%
B 128 of 255 = 50%

93
228
128

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

Portions of RGB colors in percentages

R + G + B =
93 + 228 + 128 = 449 (100%)
R 93 of 449 ~ 20.71%
G 228 of 449 ~ 50.78%
B 128 of 449 ~ 28.51%

%20.71
%50.78
%28.51

CMYK color model

#5DE480 color CMYK value is (59,0,44,11).

  • cyan value is 59.21%
  • magenta value is 0.00%
  • yellow value is 43.86%
  • key color value is 10.59%
CMYK:
(59,0,44,11)
C59M0Y44K11 
(59%,0%,44%,11%)
(0.59/0.00/0.44/0.11)	

CMYK percentages

%59.21
%0
%43.86
%10.59

Codes

Color #5DE480 in popluar color models

5DE480
RGB93228128
HSL136°71.43%62.94%
HSB/HSV136°59.21%89.41%
CMYK59.21%0.00%43.86%
10.59%

Color #5DE480 in popluar number systems.

HEX5DE480
Decimal93228128
Binary10111011110010010000000
Octal135344200

Shades and tints

Shades of #5DE480

#5DE480
(93,228,128)
#55D075
(85,208,117)
#4DBC6A
(77,188,106)
#45A85F
(69,168,95)
#3D9454
(61,148,84)
#358049
(53,128,73)
#2D6C3E
(45,108,62)
#255833
(37,88,51)
#1D4428
(29,68,40)
#15301D
(21,48,29)
#0D1C12
(13,28,18)
#000000
(0,0,0)

Tints of #5DE480

#5DE480
(93,228,128)
#6BE68B
(107,230,139)
#79E896
(121,232,150)
#87EAA1
(135,234,161)
#95ECAC
(149,236,172)
#A3EEB7
(163,238,183)
#B1F0C2
(177,240,194)
#BFF2CD
(191,242,205)
#CDF4D8
(205,244,216)
#DBF6E3
(219,246,227)
#E9F8EE
(233,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DE480; }

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

This text font color is #5DE480.


Background Color

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

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

This div background color is #5DE480.


Border color

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

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

This div border color is #5DE480.


Opacity

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

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

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

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

This text has shadow with #5DE480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DE480 on black background.


Color preview on white background

This text has color #5DE480 on white background.



Black color preview on #5DE480 background

This text has black color on #5DE480 background.


White color preview on #5DE480 background

This text has white color on #5DE480 background.