COLOR #58E374

HEX: #58E374
RGB: (88,227,116)

Color info

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

RGB color model

#58E374 color RGB value is (88,227,116).

  • red value is 88;
  • green value is 227;
  • blue value is 116.
RGB:
(88,227,116)
(35%,89%,45%)

RGB channels and saturation

R 88 of 255 = 35%
G 227 of 255 = 89%
B 116 of 255 = 45%

88
227
116

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

Portions of RGB colors in percentages

R + G + B =
88 + 227 + 116 = 431 (100%)
R 88 of 431 ~ 20.42%
G 227 of 431 ~ 52.67%
B 116 of 431 ~ 26.91%

%20.42
%52.67
%26.91

CMYK color model

#58E374 color CMYK value is (61,0,49,11).

  • cyan value is 61.23%
  • magenta value is 0.00%
  • yellow value is 48.90%
  • key color value is 10.98%
CMYK:
(61,0,49,11)
C61M0Y49K11 
(61%,0%,49%,11%)
(0.61/0.00/0.49/0.11)	

CMYK percentages

%61.23
%0
%48.9
%10.98

Codes

Color #58E374 in popluar color models

58E374
RGB88227116
HSL132°71.28%61.76%
HSB/HSV132°61.23%89.02%
CMYK61.23%0.00%48.90%
10.98%

Color #58E374 in popluar number systems.

HEX58E374
Decimal88227116
Binary1011000111000111110100
Octal130343164

Shades and tints

Shades of #58E374

#58E374
(88,227,116)
#50CF6A
(80,207,106)
#48BB60
(72,187,96)
#40A756
(64,167,86)
#38934C
(56,147,76)
#307F42
(48,127,66)
#286B38
(40,107,56)
#20572E
(32,87,46)
#184324
(24,67,36)
#102F1A
(16,47,26)
#081B10
(8,27,16)
#000000
(0,0,0)

Tints of #58E374

#58E374
(88,227,116)
#67E580
(103,229,128)
#76E78C
(118,231,140)
#85E998
(133,233,152)
#94EBA4
(148,235,164)
#A3EDB0
(163,237,176)
#B2EFBC
(178,239,188)
#C1F1C8
(193,241,200)
#D0F3D4
(208,243,212)
#DFF5E0
(223,245,224)
#EEF7EC
(238,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58E374 color. Also use rgb(88,227,116) instead hex code.

Text Font Color

.myTextColor { color: #58E374; }

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

This text font color is #58E374.


Background Color

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

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

This div background color is #58E374.


Border color

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

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

This div border color is #58E374.


Opacity

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

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

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

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

This text has shadow with #58E374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58E374 on black background.


Color preview on white background

This text has color #58E374 on white background.



Black color preview on #58E374 background

This text has black color on #58E374 background.


White color preview on #58E374 background

This text has white color on #58E374 background.