COLOR #58C378

HEX: #58C378
RGB: (88,195,120)

Color info

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

RGB color model

#58C378 color RGB value is (88,195,120).

  • red value is 88;
  • green value is 195;
  • blue value is 120.
RGB:
(88,195,120)
(35%,76%,47%)

RGB channels and saturation

R 88 of 255 = 35%
G 195 of 255 = 76%
B 120 of 255 = 47%

88
195
120

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

Portions of RGB colors in percentages

R + G + B =
88 + 195 + 120 = 403 (100%)
R 88 of 403 ~ 21.84%
G 195 of 403 ~ 48.39%
B 120 of 403 ~ 29.78%

%21.84
%48.39
%29.78

CMYK color model

#58C378 color CMYK value is (55,0,38,24).

  • cyan value is 54.87%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 23.53%
CMYK:
(55,0,38,24)
C55M0Y38K24 
(55%,0%,38%,24%)
(0.55/0.00/0.38/0.24)	

CMYK percentages

%54.87
%0
%38.46
%23.53

Codes

Color #58C378 in popluar color models

58C378
RGB88195120
HSL138°47.14%55.49%
HSB/HSV138°54.87%76.47%
CMYK54.87%0.00%38.46%
23.53%

Color #58C378 in popluar number systems.

HEX58C378
Decimal88195120
Binary1011000110000111111000
Octal130303170

Shades and tints

Shades of #58C378

#58C378
(88,195,120)
#50B26E
(80,178,110)
#48A164
(72,161,100)
#40905A
(64,144,90)
#387F50
(56,127,80)
#306E46
(48,110,70)
#285D3C
(40,93,60)
#204C32
(32,76,50)
#183B28
(24,59,40)
#102A1E
(16,42,30)
#081914
(8,25,20)
#000000
(0,0,0)

Tints of #58C378

#58C378
(88,195,120)
#67C884
(103,200,132)
#76CD90
(118,205,144)
#85D29C
(133,210,156)
#94D7A8
(148,215,168)
#A3DCB4
(163,220,180)
#B2E1C0
(178,225,192)
#C1E6CC
(193,230,204)
#D0EBD8
(208,235,216)
#DFF0E4
(223,240,228)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C378 color. Also use rgb(88,195,120) instead hex code.

Text Font Color

.myTextColor { color: #58C378; }

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

This text font color is #58C378.


Background Color

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

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

This div background color is #58C378.


Border color

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

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

This div border color is #58C378.


Opacity

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

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

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

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

This text has shadow with #58C378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58C378 on black background.


Color preview on white background

This text has color #58C378 on white background.



Black color preview on #58C378 background

This text has black color on #58C378 background.


White color preview on #58C378 background

This text has white color on #58C378 background.