COLOR #58C713

HEX: #58C713
RGB: (88,199,19)

Color info

#58C713 contains mainly green color. Web safe color of #58C713 is #66CC00 (or #6C0).

RGB color model

#58C713 color RGB value is (88,199,19).

  • red value is 88;
  • green value is 199;
  • blue value is 19.
RGB:
(88,199,19)
(35%,78%,7%)

RGB channels and saturation

R 88 of 255 = 35%
G 199 of 255 = 78%
B 19 of 255 = 7%

88
199
19

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

Portions of RGB colors in percentages

R + G + B =
88 + 199 + 19 = 306 (100%)
R 88 of 306 ~ 28.76%
G 199 of 306 ~ 65.03%
B 19 of 306 ~ 6.21%

%28.76
%65.03

CMYK color model

#58C713 color CMYK value is (56,0,90,22).

  • cyan value is 55.78%
  • magenta value is 0.00%
  • yellow value is 90.45%
  • key color value is 21.96%
CMYK:
(56,0,90,22)
C56M0Y90K22 
(56%,0%,90%,22%)
(0.56/0.00/0.90/0.22)	

CMYK percentages

%55.78
%0
%90.45
%21.96

Codes

Color #58C713 in popluar color models

58C713
RGB8819919
HSL97°82.57%42.75%
HSB/HSV97°90.45%78.04%
CMYK55.78%0.00%90.45%
21.96%

Color #58C713 in popluar number systems.

HEX58C713
Decimal8819919
Binary10110001100011110011
Octal13030723

Shades and tints

Shades of #58C713

#58C713
(88,199,19)
#50B512
(80,181,18)
#48A311
(72,163,17)
#409110
(64,145,16)
#387F0F
(56,127,15)
#306D0E
(48,109,14)
#285B0D
(40,91,13)
#20490C
(32,73,12)
#18370B
(24,55,11)
#10250A
(16,37,10)
#081309
(8,19,9)
#000000
(0,0,0)

Tints of #58C713

#58C713
(88,199,19)
#67CC28
(103,204,40)
#76D13D
(118,209,61)
#85D652
(133,214,82)
#94DB67
(148,219,103)
#A3E07C
(163,224,124)
#B2E591
(178,229,145)
#C1EAA6
(193,234,166)
#D0EFBB
(208,239,187)
#DFF4D0
(223,244,208)
#EEF9E5
(238,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C713 color. Also use rgb(88,199,19) instead hex code.

Text Font Color

.myTextColor { color: #58C713; }

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

This text font color is #58C713.


Background Color

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

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

This div background color is #58C713.


Border color

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

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

This div border color is #58C713.


Opacity

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

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

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

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

This text has shadow with #58C713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58C713 on black background.


Color preview on white background

This text has color #58C713 on white background.



Black color preview on #58C713 background

This text has black color on #58C713 background.


White color preview on #58C713 background

This text has white color on #58C713 background.