COLOR #58E077

HEX: #58E077
RGB: (88,224,119)

Color info

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

RGB color model

#58E077 color RGB value is (88,224,119).

  • red value is 88;
  • green value is 224;
  • blue value is 119.
RGB:
(88,224,119)
(35%,88%,47%)

RGB channels and saturation

R 88 of 255 = 35%
G 224 of 255 = 88%
B 119 of 255 = 47%

88
224
119

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

Portions of RGB colors in percentages

R + G + B =
88 + 224 + 119 = 431 (100%)
R 88 of 431 ~ 20.42%
G 224 of 431 ~ 51.97%
B 119 of 431 ~ 27.61%

%20.42
%51.97
%27.61

CMYK color model

#58E077 color CMYK value is (61,0,47,12).

  • cyan value is 60.71%
  • magenta value is 0.00%
  • yellow value is 46.88%
  • key color value is 12.16%
CMYK:
(61,0,47,12)
C61M0Y47K12 
(61%,0%,47%,12%)
(0.61/0.00/0.47/0.12)	

CMYK percentages

%60.71
%0
%46.88
%12.16

Codes

Color #58E077 in popluar color models

58E077
RGB88224119
HSL134°68.69%61.18%
HSB/HSV134°60.71%87.84%
CMYK60.71%0.00%46.88%
12.16%

Color #58E077 in popluar number systems.

HEX58E077
Decimal88224119
Binary1011000111000001110111
Octal130340167

Shades and tints

Shades of #58E077

#58E077
(88,224,119)
#50CC6D
(80,204,109)
#48B863
(72,184,99)
#40A459
(64,164,89)
#38904F
(56,144,79)
#307C45
(48,124,69)
#28683B
(40,104,59)
#205431
(32,84,49)
#184027
(24,64,39)
#102C1D
(16,44,29)
#081813
(8,24,19)
#000000
(0,0,0)

Tints of #58E077

#58E077
(88,224,119)
#67E283
(103,226,131)
#76E48F
(118,228,143)
#85E69B
(133,230,155)
#94E8A7
(148,232,167)
#A3EAB3
(163,234,179)
#B2ECBF
(178,236,191)
#C1EECB
(193,238,203)
#D0F0D7
(208,240,215)
#DFF2E3
(223,242,227)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58E077 color. Also use rgb(88,224,119) instead hex code.

Text Font Color

.myTextColor { color: #58E077; }

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

This text font color is #58E077.


Background Color

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

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

This div background color is #58E077.


Border color

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

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

This div border color is #58E077.


Opacity

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

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

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

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

This text has shadow with #58E077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58E077 on black background.


Color preview on white background

This text has color #58E077 on white background.



Black color preview on #58E077 background

This text has black color on #58E077 background.


White color preview on #58E077 background

This text has white color on #58E077 background.