COLOR #58C961

HEX: #58C961
RGB: (88,201,97)

Color info

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

RGB color model

#58C961 color RGB value is (88,201,97).

  • red value is 88;
  • green value is 201;
  • blue value is 97.
RGB:
(88,201,97)
(35%,79%,38%)

RGB channels and saturation

R 88 of 255 = 35%
G 201 of 255 = 79%
B 97 of 255 = 38%

88
201
97

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

Portions of RGB colors in percentages

R + G + B =
88 + 201 + 97 = 386 (100%)
R 88 of 386 ~ 22.8%
G 201 of 386 ~ 52.07%
B 97 of 386 ~ 25.13%

%22.8
%52.07
%25.13

CMYK color model

#58C961 color CMYK value is (56,0,52,21).

  • cyan value is 56.22%
  • magenta value is 0.00%
  • yellow value is 51.74%
  • key color value is 21.18%
CMYK:
(56,0,52,21)
C56M0Y52K21 
(56%,0%,52%,21%)
(0.56/0.00/0.52/0.21)	

CMYK percentages

%56.22
%0
%51.74
%21.18

Codes

Color #58C961 in popluar color models

58C961
RGB8820197
HSL125°51.13%56.67%
HSB/HSV125°56.22%78.82%
CMYK56.22%0.00%51.74%
21.18%

Color #58C961 in popluar number systems.

HEX58C961
Decimal8820197
Binary1011000110010011100001
Octal130311141

Shades and tints

Shades of #58C961

#58C961
(88,201,97)
#50B759
(80,183,89)
#48A551
(72,165,81)
#409349
(64,147,73)
#388141
(56,129,65)
#306F39
(48,111,57)
#285D31
(40,93,49)
#204B29
(32,75,41)
#183921
(24,57,33)
#102719
(16,39,25)
#081511
(8,21,17)
#000000
(0,0,0)

Tints of #58C961

#58C961
(88,201,97)
#67CD6F
(103,205,111)
#76D17D
(118,209,125)
#85D58B
(133,213,139)
#94D999
(148,217,153)
#A3DDA7
(163,221,167)
#B2E1B5
(178,225,181)
#C1E5C3
(193,229,195)
#D0E9D1
(208,233,209)
#DFEDDF
(223,237,223)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C961 color. Also use rgb(88,201,97) instead hex code.

Text Font Color

.myTextColor { color: #58C961; }

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

This text font color is #58C961.


Background Color

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

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

This div background color is #58C961.


Border color

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

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

This div border color is #58C961.


Opacity

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

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

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

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

This text has shadow with #58C961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58C961 on black background.


Color preview on white background

This text has color #58C961 on white background.



Black color preview on #58C961 background

This text has black color on #58C961 background.


White color preview on #58C961 background

This text has white color on #58C961 background.