COLOR #5DC16B

HEX: #5DC16B
RGB: (93,193,107)

Color info

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

RGB color model

#5DC16B color RGB value is (93,193,107).

  • red value is 93;
  • green value is 193;
  • blue value is 107.
RGB:
(93,193,107)
(36%,76%,42%)

RGB channels and saturation

R 93 of 255 = 36%
G 193 of 255 = 76%
B 107 of 255 = 42%

93
193
107

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

Portions of RGB colors in percentages

R + G + B =
93 + 193 + 107 = 393 (100%)
R 93 of 393 ~ 23.66%
G 193 of 393 ~ 49.11%
B 107 of 393 ~ 27.23%

%23.66
%49.11
%27.23

CMYK color model

#5DC16B color CMYK value is (52,0,45,24).

  • cyan value is 51.81%
  • magenta value is 0.00%
  • yellow value is 44.56%
  • key color value is 24.31%
CMYK:
(52,0,45,24)
C52M0Y45K24 
(52%,0%,45%,24%)
(0.52/0.00/0.45/0.24)	

CMYK percentages

%51.81
%0
%44.56
%24.31

Codes

Color #5DC16B in popluar color models

5DC16B
RGB93193107
HSL128°44.64%56.08%
HSB/HSV128°51.81%75.69%
CMYK51.81%0.00%44.56%
24.31%

Color #5DC16B in popluar number systems.

HEX5DC16B
Decimal93193107
Binary1011101110000011101011
Octal135301153

Shades and tints

Shades of #5DC16B

#5DC16B
(93,193,107)
#55B062
(85,176,98)
#4D9F59
(77,159,89)
#458E50
(69,142,80)
#3D7D47
(61,125,71)
#356C3E
(53,108,62)
#2D5B35
(45,91,53)
#254A2C
(37,74,44)
#1D3923
(29,57,35)
#15281A
(21,40,26)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #5DC16B

#5DC16B
(93,193,107)
#6BC678
(107,198,120)
#79CB85
(121,203,133)
#87D092
(135,208,146)
#95D59F
(149,213,159)
#A3DAAC
(163,218,172)
#B1DFB9
(177,223,185)
#BFE4C6
(191,228,198)
#CDE9D3
(205,233,211)
#DBEEE0
(219,238,224)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DC16B color. Also use rgb(93,193,107) instead hex code.

Text Font Color

.myTextColor { color: #5DC16B; }

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

This text font color is #5DC16B.


Background Color

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

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

This div background color is #5DC16B.


Border color

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

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

This div border color is #5DC16B.


Opacity

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

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

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

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

This text has shadow with #5DC16B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DC16B on black background.


Color preview on white background

This text has color #5DC16B on white background.



Black color preview on #5DC16B background

This text has black color on #5DC16B background.


White color preview on #5DC16B background

This text has white color on #5DC16B background.