COLOR #58D081

HEX: #58D081
RGB: (88,208,129)

Color info

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

RGB color model

#58D081 color RGB value is (88,208,129).

  • red value is 88;
  • green value is 208;
  • blue value is 129.
RGB:
(88,208,129)
(35%,82%,51%)

RGB channels and saturation

R 88 of 255 = 35%
G 208 of 255 = 82%
B 129 of 255 = 51%

88
208
129

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

Portions of RGB colors in percentages

R + G + B =
88 + 208 + 129 = 425 (100%)
R 88 of 425 ~ 20.71%
G 208 of 425 ~ 48.94%
B 129 of 425 ~ 30.35%

%20.71
%48.94
%30.35

CMYK color model

#58D081 color CMYK value is (58,0,38,18).

  • cyan value is 57.69%
  • magenta value is 0.00%
  • yellow value is 37.98%
  • key color value is 18.43%
CMYK:
(58,0,38,18)
C58M0Y38K18 
(58%,0%,38%,18%)
(0.58/0.00/0.38/0.18)	

CMYK percentages

%57.69
%0
%37.98
%18.43

Codes

Color #58D081 in popluar color models

58D081
RGB88208129
HSL141°56.07%58.04%
HSB/HSV141°57.69%81.57%
CMYK57.69%0.00%37.98%
18.43%

Color #58D081 in popluar number systems.

HEX58D081
Decimal88208129
Binary10110001101000010000001
Octal130320201

Shades and tints

Shades of #58D081

#58D081
(88,208,129)
#50BE76
(80,190,118)
#48AC6B
(72,172,107)
#409A60
(64,154,96)
#388855
(56,136,85)
#30764A
(48,118,74)
#28643F
(40,100,63)
#205234
(32,82,52)
#184029
(24,64,41)
#102E1E
(16,46,30)
#081C13
(8,28,19)
#000000
(0,0,0)

Tints of #58D081

#58D081
(88,208,129)
#67D48C
(103,212,140)
#76D897
(118,216,151)
#85DCA2
(133,220,162)
#94E0AD
(148,224,173)
#A3E4B8
(163,228,184)
#B2E8C3
(178,232,195)
#C1ECCE
(193,236,206)
#D0F0D9
(208,240,217)
#DFF4E4
(223,244,228)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58D081 color. Also use rgb(88,208,129) instead hex code.

Text Font Color

.myTextColor { color: #58D081; }

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

This text font color is #58D081.


Background Color

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

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

This div background color is #58D081.


Border color

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

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

This div border color is #58D081.


Opacity

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

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

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

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

This text has shadow with #58D081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58D081 on black background.


Color preview on white background

This text has color #58D081 on white background.



Black color preview on #58D081 background

This text has black color on #58D081 background.


White color preview on #58D081 background

This text has white color on #58D081 background.