COLOR #5DBC83

HEX: #5DBC83
RGB: (93,188,131)

Color info

#5DBC83 contains mainly green and blue colors. Web safe color of #5DBC83 is #66CC99 (or #6C9).

RGB color model

#5DBC83 color RGB value is (93,188,131).

  • red value is 93;
  • green value is 188;
  • blue value is 131.
RGB:
(93,188,131)
(36%,74%,51%)

RGB channels and saturation

R 93 of 255 = 36%
G 188 of 255 = 74%
B 131 of 255 = 51%

93
188
131

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

Portions of RGB colors in percentages

R + G + B =
93 + 188 + 131 = 412 (100%)
R 93 of 412 ~ 22.57%
G 188 of 412 ~ 45.63%
B 131 of 412 ~ 31.8%

%22.57
%45.63
%31.8

CMYK color model

#5DBC83 color CMYK value is (51,0,30,26).

  • cyan value is 50.53%
  • magenta value is 0.00%
  • yellow value is 30.32%
  • key color value is 26.27%
CMYK:
(51,0,30,26)
C51M0Y30K26 
(51%,0%,30%,26%)
(0.51/0.00/0.30/0.26)	

CMYK percentages

%50.53
%0
%30.32
%26.27

Codes

Color #5DBC83 in popluar color models

5DBC83
RGB93188131
HSL144°41.48%55.10%
HSB/HSV144°50.53%73.73%
CMYK50.53%0.00%30.32%
26.27%

Color #5DBC83 in popluar number systems.

HEX5DBC83
Decimal93188131
Binary10111011011110010000011
Octal135274203

Shades and tints

Shades of #5DBC83

#5DBC83
(93,188,131)
#55AB78
(85,171,120)
#4D9A6D
(77,154,109)
#458962
(69,137,98)
#3D7857
(61,120,87)
#35674C
(53,103,76)
#2D5641
(45,86,65)
#254536
(37,69,54)
#1D342B
(29,52,43)
#152320
(21,35,32)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #5DBC83

#5DBC83
(93,188,131)
#6BC28E
(107,194,142)
#79C899
(121,200,153)
#87CEA4
(135,206,164)
#95D4AF
(149,212,175)
#A3DABA
(163,218,186)
#B1E0C5
(177,224,197)
#BFE6D0
(191,230,208)
#CDECDB
(205,236,219)
#DBF2E6
(219,242,230)
#E9F8F1
(233,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DBC83 color. Also use rgb(93,188,131) instead hex code.

Text Font Color

.myTextColor { color: #5DBC83; }

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

This text font color is #5DBC83.


Background Color

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

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

This div background color is #5DBC83.


Border color

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

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

This div border color is #5DBC83.


Opacity

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

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

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

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

This text has shadow with #5DBC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DBC83 on black background.


Color preview on white background

This text has color #5DBC83 on white background.



Black color preview on #5DBC83 background

This text has black color on #5DBC83 background.


White color preview on #5DBC83 background

This text has white color on #5DBC83 background.