HEX: #7DD393
RGB: (125,211,147)
#7DD393 contains mainly green color. Web safe color of #7DD393 is #66CC99 (or #6C9).
#7DD393 color RGB value is (125,211,147).
RGB: (125,211,147)
(49%, 83%, 58%)
R 125 of 255 = 49%
G 211 of 255 = 83%
B 147 of 255 = 58%
R + G + B ~ 63%. #7DD393 is quite light color.
R + G + B = 125 + 211 + 147 = 483 (100%)
R 125 of 483 ~ 25.88%
G 211 of 483 ~ 43.69%
B 147 of 483 ~ 30.43'%
#7DD393 color CMYK value is (41,0,30,17).
CMYK: (41,0,30,17) C41M0Y30K17 (41%,0%,30%,17%) (0.41/0.00/0.30/0.17)
Color #7DD393 in popluar color models
7D | D3 | 93 | |
---|---|---|---|
RGB | 125 | 211 | 147 |
HSL | 135° | 49.43% | 65.88% |
HSB/HSV | 135° | 40.76% | 82.75% |
CMYK | 40.76% | 0.00% | 30.33% |
17.25% |
Color #7DD393 in popluar number systems.
HEX | 7D | D3 | 93 |
Decimal | 125 | 211 | 147 |
Binary | 1111101 | 11010011 | 10010011 |
Octal | 175 | 323 | 223 |
Shades of #7DD393
Tints of #7DD393
Examples of css and html codes for elements with #7DD393 color. Also use rgb(125,211,147) instead hex code.
.myTextColor { color: #7DD393; }
<p style="color:#7DD393">This sample text font color is #7DD393.</p>
This text font color is #7DD393.
.myBgColor { background-color: #7DD393; }
<div style="background-color:#7DD393">Inner text</div>
This div background color is #7DD393.
.myBorderColor { border: 1px solid #7DD393; }
<div style="border:3px solid #7DD393">Div</div>
This div border color is #7DD393.
.myOpacity80 { color: #7DD393; opacity: 0.8; }
<p style="color:#7DD393;opacity:0.8;">80%</p>
Text with #7DD393 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DD393;}
<p style="text-shadow: 3px 3px 1px #7DD393">Text here.</p>
This text has shadow with #7DD393 color.
.textShadow {text-shadow: 3px 3px 1px #7DD393', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DD393, 5px 5px 20px red">Text here.</p>
This text has shadow with #7DD393 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DD393, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DD393, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DD393 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7DD393;
-webkit-box-shadow: 1px 1px 3px 2px #7DD393;
box-shadow: 1px 1px 3px 2px #7DD393;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7DD393; -webkit-box-shadow: 1px 1px 3px 2px #7DD393; box-shadow:1px 1px 3px 2px #7DD393;">
Div content here
</div>
This text has color #7DD393 on black background.
This text has color #7DD393 on white background.
This text has black color on #7DD393 background.
This text has white color on #7DD393 background.
Complementary color for #hex is #822C6C.