COLOR #5DE800

HEX: #5DE800
RGB: (93,232,0)

Color info

#5DE800 contains mainly green color. Web safe color of #5DE800 is #66FF00 (or #6F0).

RGB color model

#5DE800 color RGB value is (93,232,0).

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

RGB channels and saturation

R 93 of 255 = 36%
G 232 of 255 = 91%
B 0 of 255 = 0%

93
232
0

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

Portions of RGB colors in percentages

R + G + B =
93 + 232 + 0 = 325 (100%)
R 93 of 325 ~ 28.62%
G 232 of 325 ~ 71.38%
B 0 of 325 ~ 0%

%28.62
%71.38

CMYK color model

#5DE800 color CMYK value is (60,0,100,9).

  • cyan value is 59.91%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 9.02%
CMYK:
(60,0,100,9)
C60M0Y100K9 
(60%,0%,100%,9%)
(0.60/0.00/1.00/0.09)	

CMYK percentages

%59.91
%0
%100
%9.02

Codes

Color #5DE800 in popluar color models

5DE800
RGB932320
HSL96°100.00%45.49%
HSB/HSV96°100.00%90.98%
CMYK59.91%0.00%100.00%
9.02%

Color #5DE800 in popluar number systems.

HEX5DE800
Decimal932320
Binary1011101111010000
Octal1353500

Shades and tints

Shades of #5DE800

#5DE800
(93,232,0)
#55D300
(85,211,0)
#4DBE00
(77,190,0)
#45A900
(69,169,0)
#3D9400
(61,148,0)
#357F00
(53,127,0)
#2D6A00
(45,106,0)
#255500
(37,85,0)
#1D4000
(29,64,0)
#152B00
(21,43,0)
#0D1600
(13,22,0)
#000000
(0,0,0)

Tints of #5DE800

#5DE800
(93,232,0)
#6BEA17
(107,234,23)
#79EC2E
(121,236,46)
#87EE45
(135,238,69)
#95F05C
(149,240,92)
#A3F273
(163,242,115)
#B1F48A
(177,244,138)
#BFF6A1
(191,246,161)
#CDF8B8
(205,248,184)
#DBFACF
(219,250,207)
#E9FCE6
(233,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5DE800; }

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

This text font color is #5DE800.


Background Color

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

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

This div background color is #5DE800.


Border color

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

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

This div border color is #5DE800.


Opacity

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

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

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

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

This text has shadow with #5DE800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DE800 on black background.


Color preview on white background

This text has color #5DE800 on white background.



Black color preview on #5DE800 background

This text has black color on #5DE800 background.


White color preview on #5DE800 background

This text has white color on #5DE800 background.