COLOR #5DE13C

HEX: #5DE13C
RGB: (93,225,60)

Color info

#5DE13C contains mainly green color. Web safe color of #5DE13C is #66CC33 (or #6C3).

RGB color model

#5DE13C color RGB value is (93,225,60).

  • red value is 93;
  • green value is 225;
  • blue value is 60.
RGB:
(93,225,60)
(36%,88%,24%)

RGB channels and saturation

R 93 of 255 = 36%
G 225 of 255 = 88%
B 60 of 255 = 24%

93
225
60

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

Portions of RGB colors in percentages

R + G + B =
93 + 225 + 60 = 378 (100%)
R 93 of 378 ~ 24.6%
G 225 of 378 ~ 59.52%
B 60 of 378 ~ 15.87%

%24.6
%59.52
%15.87

CMYK color model

#5DE13C color CMYK value is (59,0,73,12).

  • cyan value is 58.67%
  • magenta value is 0.00%
  • yellow value is 73.33%
  • key color value is 11.76%
CMYK:
(59,0,73,12)
C59M0Y73K12 
(59%,0%,73%,12%)
(0.59/0.00/0.73/0.12)	

CMYK percentages

%58.67
%0
%73.33
%11.76

Codes

Color #5DE13C in popluar color models

5DE13C
RGB9322560
HSL108°73.33%55.88%
HSB/HSV108°73.33%88.24%
CMYK58.67%0.00%73.33%
11.76%

Color #5DE13C in popluar number systems.

HEX5DE13C
Decimal9322560
Binary101110111100001111100
Octal13534174

Shades and tints

Shades of #5DE13C

#5DE13C
(93,225,60)
#55CD37
(85,205,55)
#4DB932
(77,185,50)
#45A52D
(69,165,45)
#3D9128
(61,145,40)
#357D23
(53,125,35)
#2D691E
(45,105,30)
#255519
(37,85,25)
#1D4114
(29,65,20)
#152D0F
(21,45,15)
#0D190A
(13,25,10)
#000000
(0,0,0)

Tints of #5DE13C

#5DE13C
(93,225,60)
#6BE34D
(107,227,77)
#79E55E
(121,229,94)
#87E76F
(135,231,111)
#95E980
(149,233,128)
#A3EB91
(163,235,145)
#B1EDA2
(177,237,162)
#BFEFB3
(191,239,179)
#CDF1C4
(205,241,196)
#DBF3D5
(219,243,213)
#E9F5E6
(233,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DE13C; }

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

This text font color is #5DE13C.


Background Color

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

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

This div background color is #5DE13C.


Border color

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

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

This div border color is #5DE13C.


Opacity

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

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

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

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

This text has shadow with #5DE13C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DE13C on black background.


Color preview on white background

This text has color #5DE13C on white background.



Black color preview on #5DE13C background

This text has black color on #5DE13C background.


White color preview on #5DE13C background

This text has white color on #5DE13C background.