COLOR #5DDF13

HEX: #5DDF13
RGB: (93,223,19)

Color info

#5DDF13 contains mainly green color. Web safe color of #5DDF13 is #66CC00 (or #6C0).

RGB color model

#5DDF13 color RGB value is (93,223,19).

  • red value is 93;
  • green value is 223;
  • blue value is 19.
RGB:
(93,223,19)
(36%,87%,7%)

RGB channels and saturation

R 93 of 255 = 36%
G 223 of 255 = 87%
B 19 of 255 = 7%

93
223
19

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

Portions of RGB colors in percentages

R + G + B =
93 + 223 + 19 = 335 (100%)
R 93 of 335 ~ 27.76%
G 223 of 335 ~ 66.57%
B 19 of 335 ~ 5.67%

%27.76
%66.57

CMYK color model

#5DDF13 color CMYK value is (58,0,91,13).

  • cyan value is 58.30%
  • magenta value is 0.00%
  • yellow value is 91.48%
  • key color value is 12.55%
CMYK:
(58,0,91,13)
C58M0Y91K13 
(58%,0%,91%,13%)
(0.58/0.00/0.91/0.13)	

CMYK percentages

%58.3
%0
%91.48
%12.55

Codes

Color #5DDF13 in popluar color models

5DDF13
RGB9322319
HSL98°84.30%47.45%
HSB/HSV98°91.48%87.45%
CMYK58.30%0.00%91.48%
12.55%

Color #5DDF13 in popluar number systems.

HEX5DDF13
Decimal9322319
Binary10111011101111110011
Octal13533723

Shades and tints

Shades of #5DDF13

#5DDF13
(93,223,19)
#55CB12
(85,203,18)
#4DB711
(77,183,17)
#45A310
(69,163,16)
#3D8F0F
(61,143,15)
#357B0E
(53,123,14)
#2D670D
(45,103,13)
#25530C
(37,83,12)
#1D3F0B
(29,63,11)
#152B0A
(21,43,10)
#0D1709
(13,23,9)
#000000
(0,0,0)

Tints of #5DDF13

#5DDF13
(93,223,19)
#6BE128
(107,225,40)
#79E33D
(121,227,61)
#87E552
(135,229,82)
#95E767
(149,231,103)
#A3E97C
(163,233,124)
#B1EB91
(177,235,145)
#BFEDA6
(191,237,166)
#CDEFBB
(205,239,187)
#DBF1D0
(219,241,208)
#E9F3E5
(233,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DDF13 color. Also use rgb(93,223,19) instead hex code.

Text Font Color

.myTextColor { color: #5DDF13; }

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

This text font color is #5DDF13.


Background Color

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

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

This div background color is #5DDF13.


Border color

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

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

This div border color is #5DDF13.


Opacity

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

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

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

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

This text has shadow with #5DDF13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DDF13 on black background.


Color preview on white background

This text has color #5DDF13 on white background.



Black color preview on #5DDF13 background

This text has black color on #5DDF13 background.


White color preview on #5DDF13 background

This text has white color on #5DDF13 background.