HEX: #58D774
RGB: (88,215,116)
#58D774 contains mainly green color. Web safe color of #58D774 is #66CC66 (or #6C6).
#58D774 color RGB value is (88,215,116).
RGB: (88,215,116)
(35%, 84%, 45%)
R 88 of 255 = 35%
G 215 of 255 = 84%
B 116 of 255 = 45%
R + G + B ~ 55%. #58D774 is middle color (not dark and not light).
R + G + B = 88 + 215 + 116 = 419 (100%)
R 88 of 419 ~ 21%
G 215 of 419 ~ 51.31%
B 116 of 419 ~ 27.68'%
#58D774 color CMYK value is (59,0,46,16).
CMYK: (59,0,46,16)
C59M0Y46K16 (59%, 0%, 46%, 16%)
(0.59 / 0.00 / 0.46 / 0.16)
Color #58D774 in popluar color models
58 | D7 | 74 | |
---|---|---|---|
RGB | 88 | 215 | 116 |
HSL | 133° | 61.35% | 59.41% |
HSB/HSV | 133° | 59.07% | 84.31% |
CMYK | 59.07% | 0.00% | 46.05% |
15.69% |
Color #58D774 in popluar number systems.
HEX | 58 | D7 | 74 |
Decimal | 88 | 215 | 116 |
Binary | 1011000 | 11010111 | 1110100 |
Octal | 130 | 327 | 164 |
Shades of #58D774
Tints of #58D774
Examples of css and html codes for elements with #58D774 color. Also use rgb(88,215,116) instead hex code.
.myTextColor { color: #58D774; }
<p style="color:#58D774">This sample text font color is #58D774.</p>
This text font color is #58D774.
.myBgColor { background-color: #58D774; }
<div style="background-color:#58D774">Inner text</div>
This div background color is #58D774.
.myBorderColor { border: 1px solid #58D774; }
<div style="border:3px solid #58D774">Div</div>
This div border color is #58D774.
.myOpacity80 { color: #58D774; opacity: 0.8; }
<p style="color:#58D774;opacity:0.8;">80%</p>
Text with #58D774 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #58D774;}
<p style="text-shadow: 3px 3px 1px #58D774">Text here.</p>
This text has shadow with #58D774 color.
.textShadow {text-shadow: 3px 3px 1px #58D774', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #58D774, 5px 5px 20px red">Text here.</p>
This text has shadow with #58D774 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#58D774, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#58D774, Direction=45, Strength=4)">Text</p>
This text has shadow with #58D774 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #58D774;
-webkit-box-shadow: 1px 1px 3px 2px #58D774;
box-shadow: 1px 1px 3px 2px #58D774;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58D774; -webkit-box-shadow: 1px 1px 3px 2px #58D774; box-shadow:1px 1px 3px 2px #58D774;">
Div content here
</div>
This text has color #58D774 on black background.
This text has color #58D774 on white background.
This text has black color on #58D774 background.
This text has white color on #58D774 background.
Complementary color for #hex is #A7288B.