COLOR #5DE465

HEX: #5DE465
RGB: (93,228,101)

Color info

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

RGB color model

#5DE465 color RGB value is (93,228,101).

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

RGB channels and saturation

R 93 of 255 = 36%
G 228 of 255 = 89%
B 101 of 255 = 40%

93
228
101

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

Portions of RGB colors in percentages

R + G + B =
93 + 228 + 101 = 422 (100%)
R 93 of 422 ~ 22.04%
G 228 of 422 ~ 54.03%
B 101 of 422 ~ 23.93%

%22.04
%54.03
%23.93

CMYK color model

#5DE465 color CMYK value is (59,0,56,11).

  • cyan value is 59.21%
  • magenta value is 0.00%
  • yellow value is 55.70%
  • key color value is 10.59%
CMYK:
(59,0,56,11)
C59M0Y56K11 
(59%,0%,56%,11%)
(0.59/0.00/0.56/0.11)	

CMYK percentages

%59.21
%0
%55.7
%10.59

Codes

Color #5DE465 in popluar color models

5DE465
RGB93228101
HSL124°71.43%62.94%
HSB/HSV124°59.21%89.41%
CMYK59.21%0.00%55.70%
10.59%

Color #5DE465 in popluar number systems.

HEX5DE465
Decimal93228101
Binary1011101111001001100101
Octal135344145

Shades and tints

Shades of #5DE465

#5DE465
(93,228,101)
#55D05C
(85,208,92)
#4DBC53
(77,188,83)
#45A84A
(69,168,74)
#3D9441
(61,148,65)
#358038
(53,128,56)
#2D6C2F
(45,108,47)
#255826
(37,88,38)
#1D441D
(29,68,29)
#153014
(21,48,20)
#0D1C0B
(13,28,11)
#000000
(0,0,0)

Tints of #5DE465

#5DE465
(93,228,101)
#6BE673
(107,230,115)
#79E881
(121,232,129)
#87EA8F
(135,234,143)
#95EC9D
(149,236,157)
#A3EEAB
(163,238,171)
#B1F0B9
(177,240,185)
#BFF2C7
(191,242,199)
#CDF4D5
(205,244,213)
#DBF6E3
(219,246,227)
#E9F8F1
(233,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DE465; }

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

This text font color is #5DE465.


Background Color

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

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

This div background color is #5DE465.


Border color

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

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

This div border color is #5DE465.


Opacity

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

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

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

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

This text has shadow with #5DE465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DE465 on black background.


Color preview on white background

This text has color #5DE465 on white background.



Black color preview on #5DE465 background

This text has black color on #5DE465 background.


White color preview on #5DE465 background

This text has white color on #5DE465 background.