COLOR #58E77B

HEX: #58E77B RGB: (88,231,123)

Color info

#58E77B contains mainly green color. Web safe color of #58E77B is #66FF66 (or #6F6).

RGB color model

#58E77B color RGB value is (88,231,123).

RGB: (88,231,123) (35%, 91%, 48%)

RGB channels and saturation

R 88 of 255 = 35%
G 231 of 255 = 91%
B 123 of 255 = 48%

88
231
123

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

Portions of RGB colors in percentages

R + G + B = 88 + 231 + 123 = 442 (100%)
R 88 of 442 ~ 19.91%
G 231 of 442 ~ 52.26%
B 123 of 442 ~ 27.83'%

%19.91
%52.26
%27.83

CMYK color model

#58E77B color CMYK value is (62,0,47,9).

  • cyan value is 61.90%
  • magenta value is 0.00%
  • yellow value is 46.75%
  • key color value is 9.41%

CMYK: (62,0,47,9)
C62M0Y47K9 (62%, 0%, 47%, 9%)
(0.62 / 0.00 / 0.47 / 0.09)

CMYK percentages

%61.9
%0
%46.75
%9.41

Codes

Color #58E77B in popluar color models

58 E7 7B
RGB 88 231 123
HSL 135° 74.87% 62.55%
HSB/HSV 135° 61.90% 90.59%
CMYK 61.90% 0.00% 46.75%
9.41%

Color #58E77B in popluar number systems.

HEX 58 E7 7B
Decimal 88 231 123
Binary 1011000 11100111 1111011
Octal 130 347 173

Shades and tints

Shades of #58E77B

#58E77B
(88,231,123)
#50D270
(80,210,112)
#48BD65
(72,189,101)
#40A85A
(64,168,90)
#38934F
(56,147,79)
#307E44
(48,126,68)
#286939
(40,105,57)
#20542E
(32,84,46)
#183F23
(24,63,35)
#102A18
(16,42,24)
#08150D
(8,21,13)
#000000
(0,0,0)

Tints of #58E77B

#58E77B
(88,231,123)
#67E987
(103,233,135)
#76EB93
(118,235,147)
#85ED9F
(133,237,159)
#94EFAB
(148,239,171)
#A3F1B7
(163,241,183)
#B2F3C3
(178,243,195)
#C1F5CF
(193,245,207)
#D0F7DB
(208,247,219)
#DFF9E7
(223,249,231)
#EEFBF3
(238,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58E77B color. Also use rgb(88,231,123) instead hex code.

Text Font Color

.myTextColor { color: #58E77B; }

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

This text font color is #58E77B.

Background Color

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

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

This div background color is #58E77B.

Border color

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

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

This div border color is #58E77B.

Opacity

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

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

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

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

This text has shadow with #58E77B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58E77B.

Preview

Color preview on black background

This text has color #58E77B on black background.


Color preview on white background

This text has color #58E77B on white background.


Black color preview on #58E77B background

This text has black color on #58E77B background.


White color preview on #58E77B background

This text has white color on #58E77B background.


Related colors

Complementary color

Complementary color for #hex is #A71884.


I love getcolorcode.com

Triadic colors

1 #7B58E7 and #E77B58 with #58E77B are triadic colors.

2 #7BE758 and #E7587B with #58E77B are triadic colors.