COLOR #58DC83

HEX: #58DC83
RGB: (88,220,131)

Color info

#58DC83 contains mainly green color. Web safe color of #58DC83 is #66CC99 (or #6C9).

RGB color model

#58DC83 color RGB value is (88,220,131).

  • red value is 88;
  • green value is 220;
  • blue value is 131.
RGB:
(88,220,131)
(35%,86%,51%)

RGB channels and saturation

R 88 of 255 = 35%
G 220 of 255 = 86%
B 131 of 255 = 51%

88
220
131

R + G + B ~ 57%. #58DC83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 220 + 131 = 439 (100%)
R 88 of 439 ~ 20.05%
G 220 of 439 ~ 50.11%
B 131 of 439 ~ 29.84%

%20.05
%50.11
%29.84

CMYK color model

#58DC83 color CMYK value is (60,0,40,14).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 40.45%
  • key color value is 13.73%
CMYK:
(60,0,40,14)
C60M0Y40K14 
(60%,0%,40%,14%)
(0.60/0.00/0.40/0.14)	

CMYK percentages

%60
%0
%40.45
%13.73

Codes

Color #58DC83 in popluar color models

58DC83
RGB88220131
HSL140°65.35%60.39%
HSB/HSV140°60.00%86.27%
CMYK60.00%0.00%40.45%
13.73%

Color #58DC83 in popluar number systems.

HEX58DC83
Decimal88220131
Binary10110001101110010000011
Octal130334203

Shades and tints

Shades of #58DC83

#58DC83
(88,220,131)
#50C878
(80,200,120)
#48B46D
(72,180,109)
#40A062
(64,160,98)
#388C57
(56,140,87)
#30784C
(48,120,76)
#286441
(40,100,65)
#205036
(32,80,54)
#183C2B
(24,60,43)
#102820
(16,40,32)
#081415
(8,20,21)
#000000
(0,0,0)

Tints of #58DC83

#58DC83
(88,220,131)
#67DF8E
(103,223,142)
#76E299
(118,226,153)
#85E5A4
(133,229,164)
#94E8AF
(148,232,175)
#A3EBBA
(163,235,186)
#B2EEC5
(178,238,197)
#C1F1D0
(193,241,208)
#D0F4DB
(208,244,219)
#DFF7E6
(223,247,230)
#EEFAF1
(238,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58DC83 color. Also use rgb(88,220,131) instead hex code.

Text Font Color

.myTextColor { color: #58DC83; }

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

This text font color is #58DC83.


Background Color

.myBgColor { background-color: #58DC83; }

<div style="background-color:#58DC83">Inner text</div>

This div background color is #58DC83.


Border color

.myBorderColor { border: 1px solid #58DC83; }

<div style="border:3px solid #58DC83">Div</div>

This div border color is #58DC83.


Opacity

.myOpacity80 { color: #58DC83; opacity: 0.8; }

<p style="color:#58DC83;opacity:0.8;">80%</p>

Text with #58DC83 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 #58DC83;}

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

This text has shadow with #58DC83 color.

.textShadow {text-shadow: 3px 3px 1px #58DC83, 3px 3px 1px red;}

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

This text has shadow with #58DC83 primary color and red secondary color.


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

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

This text has shadow with #58DC83 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58DC83 on black background.


Color preview on white background

This text has color #58DC83 on white background.



Black color preview on #58DC83 background

This text has black color on #58DC83 background.


White color preview on #58DC83 background

This text has white color on #58DC83 background.