COLOR #58D16F

HEX: #58D16F
RGB: (88,209,111)

Color info

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

RGB color model

#58D16F color RGB value is (88,209,111).

  • red value is 88;
  • green value is 209;
  • blue value is 111.
RGB:
(88,209,111)
(35%,82%,44%)

RGB channels and saturation

R 88 of 255 = 35%
G 209 of 255 = 82%
B 111 of 255 = 44%

88
209
111

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

Portions of RGB colors in percentages

R + G + B =
88 + 209 + 111 = 408 (100%)
R 88 of 408 ~ 21.57%
G 209 of 408 ~ 51.23%
B 111 of 408 ~ 27.21%

%21.57
%51.23
%27.21

CMYK color model

#58D16F color CMYK value is (58,0,47,18).

  • cyan value is 57.89%
  • magenta value is 0.00%
  • yellow value is 46.89%
  • key color value is 18.04%
CMYK:
(58,0,47,18)
C58M0Y47K18 
(58%,0%,47%,18%)
(0.58/0.00/0.47/0.18)	

CMYK percentages

%57.89
%0
%46.89
%18.04

Codes

Color #58D16F in popluar color models

58D16F
RGB88209111
HSL131°56.81%58.24%
HSB/HSV131°57.89%81.96%
CMYK57.89%0.00%46.89%
18.04%

Color #58D16F in popluar number systems.

HEX58D16F
Decimal88209111
Binary1011000110100011101111
Octal130321157

Shades and tints

Shades of #58D16F

#58D16F
(88,209,111)
#50BE65
(80,190,101)
#48AB5B
(72,171,91)
#409851
(64,152,81)
#388547
(56,133,71)
#30723D
(48,114,61)
#285F33
(40,95,51)
#204C29
(32,76,41)
#18391F
(24,57,31)
#102615
(16,38,21)
#08130B
(8,19,11)
#000000
(0,0,0)

Tints of #58D16F

#58D16F
(88,209,111)
#67D57C
(103,213,124)
#76D989
(118,217,137)
#85DD96
(133,221,150)
#94E1A3
(148,225,163)
#A3E5B0
(163,229,176)
#B2E9BD
(178,233,189)
#C1EDCA
(193,237,202)
#D0F1D7
(208,241,215)
#DFF5E4
(223,245,228)
#EEF9F1
(238,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58D16F color. Also use rgb(88,209,111) instead hex code.

Text Font Color

.myTextColor { color: #58D16F; }

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

This text font color is #58D16F.


Background Color

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

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

This div background color is #58D16F.


Border color

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

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

This div border color is #58D16F.


Opacity

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

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

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

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

This text has shadow with #58D16F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58D16F on black background.


Color preview on white background

This text has color #58D16F on white background.



Black color preview on #58D16F background

This text has black color on #58D16F background.


White color preview on #58D16F background

This text has white color on #58D16F background.