COLOR #5DE368

HEX: #5DE368
RGB: (93,227,104)

Color info

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

RGB color model

#5DE368 color RGB value is (93,227,104).

  • red value is 93;
  • green value is 227;
  • blue value is 104.
RGB:
(93,227,104)
(36%,89%,41%)

RGB channels and saturation

R 93 of 255 = 36%
G 227 of 255 = 89%
B 104 of 255 = 41%

93
227
104

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

Portions of RGB colors in percentages

R + G + B =
93 + 227 + 104 = 424 (100%)
R 93 of 424 ~ 21.93%
G 227 of 424 ~ 53.54%
B 104 of 424 ~ 24.53%

%21.93
%53.54
%24.53

CMYK color model

#5DE368 color CMYK value is (59,0,54,11).

  • cyan value is 59.03%
  • magenta value is 0.00%
  • yellow value is 54.19%
  • key color value is 10.98%
CMYK:
(59,0,54,11)
C59M0Y54K11 
(59%,0%,54%,11%)
(0.59/0.00/0.54/0.11)	

CMYK percentages

%59.03
%0
%54.19
%10.98

Codes

Color #5DE368 in popluar color models

5DE368
RGB93227104
HSL125°70.53%62.75%
HSB/HSV125°59.03%89.02%
CMYK59.03%0.00%54.19%
10.98%

Color #5DE368 in popluar number systems.

HEX5DE368
Decimal93227104
Binary1011101111000111101000
Octal135343150

Shades and tints

Shades of #5DE368

#5DE368
(93,227,104)
#55CF5F
(85,207,95)
#4DBB56
(77,187,86)
#45A74D
(69,167,77)
#3D9344
(61,147,68)
#357F3B
(53,127,59)
#2D6B32
(45,107,50)
#255729
(37,87,41)
#1D4320
(29,67,32)
#152F17
(21,47,23)
#0D1B0E
(13,27,14)
#000000
(0,0,0)

Tints of #5DE368

#5DE368
(93,227,104)
#6BE575
(107,229,117)
#79E782
(121,231,130)
#87E98F
(135,233,143)
#95EB9C
(149,235,156)
#A3EDA9
(163,237,169)
#B1EFB6
(177,239,182)
#BFF1C3
(191,241,195)
#CDF3D0
(205,243,208)
#DBF5DD
(219,245,221)
#E9F7EA
(233,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DE368; }

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

This text font color is #5DE368.


Background Color

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

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

This div background color is #5DE368.


Border color

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

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

This div border color is #5DE368.


Opacity

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

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

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

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

This text has shadow with #5DE368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DE368 on black background.


Color preview on white background

This text has color #5DE368 on white background.



Black color preview on #5DE368 background

This text has black color on #5DE368 background.


White color preview on #5DE368 background

This text has white color on #5DE368 background.