COLOR #5DED03

HEX: #5DED03
RGB: (93,237,3)

Color info

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

RGB color model

#5DED03 color RGB value is (93,237,3).

  • red value is 93;
  • green value is 237;
  • blue value is 3.
RGB:
(93,237,3)
(36%,93%,1%)

RGB channels and saturation

R 93 of 255 = 36%
G 237 of 255 = 93%
B 3 of 255 = 1%

93
237
3

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

Portions of RGB colors in percentages

R + G + B =
93 + 237 + 3 = 333 (100%)
R 93 of 333 ~ 27.93%
G 237 of 333 ~ 71.17%
B 3 of 333 ~ 0.9%

%27.93
%71.17

CMYK color model

#5DED03 color CMYK value is (61,0,99,7).

  • cyan value is 60.76%
  • magenta value is 0.00%
  • yellow value is 98.73%
  • key color value is 7.06%
CMYK:
(61,0,99,7)
C61M0Y99K7 
(61%,0%,99%,7%)
(0.61/0.00/0.99/0.07)	

CMYK percentages

%60.76
%0
%98.73
%7.06

Codes

Color #5DED03 in popluar color models

5DED03
RGB932373
HSL97°97.50%47.06%
HSB/HSV97°98.73%92.94%
CMYK60.76%0.00%98.73%
7.06%

Color #5DED03 in popluar number systems.

HEX5DED03
Decimal932373
Binary10111011110110111
Octal1353553

Shades and tints

Shades of #5DED03

#5DED03
(93,237,3)
#55D803
(85,216,3)
#4DC303
(77,195,3)
#45AE03
(69,174,3)
#3D9903
(61,153,3)
#358403
(53,132,3)
#2D6F03
(45,111,3)
#255A03
(37,90,3)
#1D4503
(29,69,3)
#153003
(21,48,3)
#0D1B03
(13,27,3)
#000000
(0,0,0)

Tints of #5DED03

#5DED03
(93,237,3)
#6BEE19
(107,238,25)
#79EF2F
(121,239,47)
#87F045
(135,240,69)
#95F15B
(149,241,91)
#A3F271
(163,242,113)
#B1F387
(177,243,135)
#BFF49D
(191,244,157)
#CDF5B3
(205,245,179)
#DBF6C9
(219,246,201)
#E9F7DF
(233,247,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DED03 color. Also use rgb(93,237,3) instead hex code.

Text Font Color

.myTextColor { color: #5DED03; }

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

This text font color is #5DED03.


Background Color

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

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

This div background color is #5DED03.


Border color

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

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

This div border color is #5DED03.


Opacity

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

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

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

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

This text has shadow with #5DED03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DED03 on black background.


Color preview on white background

This text has color #5DED03 on white background.



Black color preview on #5DED03 background

This text has black color on #5DED03 background.


White color preview on #5DED03 background

This text has white color on #5DED03 background.