COLOR #58C16C

HEX: #58C16C RGB: (88,193,108)

Color info

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

RGB color model

#58C16C color RGB value is (88,193,108).

RGB: (88,193,108) (35%, 76%, 42%)

RGB channels and saturation

R 88 of 255 = 35%
G 193 of 255 = 76%
B 108 of 255 = 42%

88
193
108

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

Portions of RGB colors in percentages

R + G + B = 88 + 193 + 108 = 389 (100%)
R 88 of 389 ~ 22.62%
G 193 of 389 ~ 49.61%
B 108 of 389 ~ 27.76'%

%22.62
%49.61
%27.76

CMYK color model

#58C16C color CMYK value is (54,0,44,24).

  • cyan value is 54.40%
  • magenta value is 0.00%
  • yellow value is 44.04%
  • key color value is 24.31%

CMYK: (54,0,44,24)
C54M0Y44K24 (54%, 0%, 44%, 24%)
(0.54 / 0.00 / 0.44 / 0.24)

CMYK percentages

%54.4
%0
%44.04
%24.31

Codes

Color #58C16C in popluar color models

58 C1 6C
RGB 88 193 108
HSL 131° 45.85% 55.10%
HSB/HSV 131° 54.40% 75.69%
CMYK 54.40% 0.00% 44.04%
24.31%

Color #58C16C in popluar number systems.

HEX 58 C1 6C
Decimal 88 193 108
Binary 1011000 11000001 1101100
Octal 130 301 154

Shades and tints

Shades of #58C16C

#58C16C
(88,193,108)
#50B063
(80,176,99)
#489F5A
(72,159,90)
#408E51
(64,142,81)
#387D48
(56,125,72)
#306C3F
(48,108,63)
#285B36
(40,91,54)
#204A2D
(32,74,45)
#183924
(24,57,36)
#10281B
(16,40,27)
#081712
(8,23,18)
#000000
(0,0,0)

Tints of #58C16C

#58C16C
(88,193,108)
#67C679
(103,198,121)
#76CB86
(118,203,134)
#85D093
(133,208,147)
#94D5A0
(148,213,160)
#A3DAAD
(163,218,173)
#B2DFBA
(178,223,186)
#C1E4C7
(193,228,199)
#D0E9D4
(208,233,212)
#DFEEE1
(223,238,225)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C16C color. Also use rgb(88,193,108) instead hex code.

Text Font Color

.myTextColor { color: #58C16C; }

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

This text font color is #58C16C.

Background Color

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

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

This div background color is #58C16C.

Border color

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

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

This div border color is #58C16C.

Opacity

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

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

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

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

This text has shadow with #58C16C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58C16C.

Preview

Color preview on black background

This text has color #58C16C on black background.


Color preview on white background

This text has color #58C16C on white background.


Black color preview on #58C16C background

This text has black color on #58C16C background.


White color preview on #58C16C background

This text has white color on #58C16C background.


Related colors

Complementary color

Complementary color for #hex is #A73E93.


I love getcolorcode.com

Triadic colors

1 #6C58C1 and #C16C58 with #58C16C are triadic colors.

2 #6CC158 and #C1586C with #58C16C are triadic colors.