HEX: #58C27F
RGB: (88,194,127)
#58C27F contains mainly green color. Web safe color of #58C27F is #66CC66 (or #6C6).
#58C27F color RGB value is (88,194,127).
RGB: (88,194,127)
(35%, 76%, 50%)
R 88 of 255 = 35%
G 194 of 255 = 76%
B 127 of 255 = 50%
R + G + B ~ 54%. #58C27F is middle color (not dark and not light).
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'%
#58C27F color CMYK value is (55,0,35,24).
CMYK: (55,0,35,24)
C55M0Y35K24 (55%, 0%, 35%, 24%)
(0.55 / 0.00 / 0.35 / 0.24)
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 of #58C27F
Tints of #58C27F
Examples of css and html codes for elements with #58C27F color. Also use rgb(88,194,127) instead hex code.
.myTextColor { color: #58C27F; }
<p style="color:#58C27F">This sample text font color is #58C27F.</p>
This text font color is #58C27F.
.myBgColor { background-color: #58C27F; }
<div style="background-color:#58C27F">Inner text</div>
This div background color is #58C27F.
.myBorderColor { border: 1px solid #58C27F; }
<div style="border:3px solid #58C27F">Div</div>
This div border color is #58C27F.
.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%.
.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.
/* 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 text has color #58C27F on black background.
This text has color #58C27F on white background.
This text has black color on #58C27F background.
This text has white color on #58C27F background.
Complementary color for #hex is #A73D80.