COLOR #58C27F

HEX: #58C27F RGB: (88,194,127)

Color info

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

RGB color model

#58C27F color RGB value is (88,194,127).

RGB: (88,194,127) (35%, 76%, 50%)

RGB channels and saturation

R 88 of 255 = 35%
G 194 of 255 = 76%
B 127 of 255 = 50%

88
194
127

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

Portions of RGB colors in percentages

R + G + B = 88 + 194 + 127 = 409 (100%)
R 88 of 409 ~ 21.52%
G 194 of 409 ~ 47.43%
B 127 of 409 ~ 31.05'%

%21.52
%47.43
%31.05

CMYK color model

#58C27F color CMYK value is (55,0,35,24).

  • cyan value is 54.64%
  • magenta value is 0.00%
  • yellow value is 34.54%
  • key color value is 23.92%

CMYK: (55,0,35,24)
C55M0Y35K24 (55%, 0%, 35%, 24%)
(0.55 / 0.00 / 0.35 / 0.24)

CMYK percentages

%54.64
%0
%34.54
%23.92

Codes

Color #58C27F in popluar color models

58 C2 7F
RGB 88 194 127
HSL 142° 46.49% 55.29%
HSB/HSV 142° 54.64% 76.08%
CMYK 54.64% 0.00% 34.54%
23.92%

Color #58C27F in popluar number systems.

HEX 58 C2 7F
Decimal 88 194 127
Binary 1011000 11000010 1111111
Octal 130 302 177

Shades and tints

Shades of #58C27F

#58C27F
(88,194,127)
#50B174
(80,177,116)
#48A069
(72,160,105)
#408F5E
(64,143,94)
#387E53
(56,126,83)
#306D48
(48,109,72)
#285C3D
(40,92,61)
#204B32
(32,75,50)
#183A27
(24,58,39)
#10291C
(16,41,28)
#081811
(8,24,17)
#000000
(0,0,0)

Tints of #58C27F

#58C27F
(88,194,127)
#67C78A
(103,199,138)
#76CC95
(118,204,149)
#85D1A0
(133,209,160)
#94D6AB
(148,214,171)
#A3DBB6
(163,219,182)
#B2E0C1
(178,224,193)
#C1E5CC
(193,229,204)
#D0EAD7
(208,234,215)
#DFEFE2
(223,239,226)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C27F color. Also use rgb(88,194,127) instead hex code.

Text Font Color

.myTextColor { color: #58C27F; }

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

This text font color is #58C27F.

Background Color

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

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

This div background color is #58C27F.

Border color

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

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

This div border color is #58C27F.

Opacity

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

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

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

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

This text has shadow with #58C27F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58C27F.

Preview

Color preview on black background

This text has color #58C27F on black background.


Color preview on white background

This text has color #58C27F on white background.


Black color preview on #58C27F background

This text has black color on #58C27F background.


White color preview on #58C27F background

This text has white color on #58C27F background.


Related colors

Complementary color

Complementary color for #hex is #A73D80.


I love getcolorcode.com

Triadic colors

1 #7F58C2 and #C27F58 with #58C27F are triadic colors.

2 #7FC258 and #C2587F with #58C27F are triadic colors.