HEX: #59ED72
RGB: (89,237,114)
#59ED72 contains mainly green color. Web safe color of #59ED72 is #66FF66 (or #6F6).
#59ED72 color RGB value is (89,237,114).
RGB: (89,237,114)
(35%, 93%, 45%)
R 89 of 255 = 35%
G 237 of 255 = 93%
B 114 of 255 = 45%
R + G + B ~ 58%. #59ED72 is middle color (not dark and not light).
R + G + B = 89 + 237 + 114 = 440 (100%)
R 89 of 440 ~ 20.23%
G 237 of 440 ~ 53.86%
B 114 of 440 ~ 25.91'%
#59ED72 color CMYK value is (62,0,52,7).
CMYK: (62,0,52,7)
C62M0Y52K7 (62%, 0%, 52%, 7%)
(0.62 / 0.00 / 0.52 / 0.07)
Color #59ED72 in popluar color models
59 | ED | 72 | |
---|---|---|---|
RGB | 89 | 237 | 114 |
HSL | 130° | 80.43% | 63.92% |
HSB/HSV | 130° | 62.45% | 92.94% |
CMYK | 62.45% | 0.00% | 51.90% |
7.06% |
Color #59ED72 in popluar number systems.
HEX | 59 | ED | 72 |
Decimal | 89 | 237 | 114 |
Binary | 1011001 | 11101101 | 1110010 |
Octal | 131 | 355 | 162 |
Shades of #59ED72
Tints of #59ED72
Examples of css and html codes for elements with #59ED72 color. Also use rgb(89,237,114) instead hex code.
.myTextColor { color: #59ED72; }
<p style="color:#59ED72">This sample text font color is #59ED72.</p>
This text font color is #59ED72.
.myBgColor { background-color: #59ED72; }
<div style="background-color:#59ED72">Inner text</div>
This div background color is #59ED72.
.myBorderColor { border: 1px solid #59ED72; }
<div style="border:3px solid #59ED72">Div</div>
This div border color is #59ED72.
.myOpacity80 { color: #59ED72; opacity: 0.8; }
<p style="color:#59ED72;opacity:0.8;">80%</p>
Text with #59ED72 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59ED72;}
<p style="text-shadow: 3px 3px 1px #59ED72">Text here.</p>
This text has shadow with #59ED72 color.
.textShadow {text-shadow: 3px 3px 1px #59ED72', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59ED72, 5px 5px 20px red">Text here.</p>
This text has shadow with #59ED72 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59ED72, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59ED72, Direction=45, Strength=4)">Text</p>
This text has shadow with #59ED72 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59ED72;
-webkit-box-shadow: 1px 1px 3px 2px #59ED72;
box-shadow: 1px 1px 3px 2px #59ED72;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59ED72; -webkit-box-shadow: 1px 1px 3px 2px #59ED72; box-shadow:1px 1px 3px 2px #59ED72;">
Div content here
</div>
This text has color #59ED72 on black background.
This text has color #59ED72 on white background.
This text has black color on #59ED72 background.
This text has white color on #59ED72 background.
Complementary color for #hex is #A6128D.