HEX: #7DC397
RGB: (125,195,151)
#7DC397 contains mainly green and blue colors. Web safe color of #7DC397 is #66CC99 (or #6C9).
#7DC397 color RGB value is (125,195,151).
RGB: (125,195,151)
(49%, 76%, 59%)
R 125 of 255 = 49%
G 195 of 255 = 76%
B 151 of 255 = 59%
R + G + B ~ 61%. #7DC397 is quite light color.
R + G + B = 125 + 195 + 151 = 471 (100%)
R 125 of 471 ~ 26.54%
G 195 of 471 ~ 41.4%
B 151 of 471 ~ 32.06'%
#7DC397 color CMYK value is (36,0,23,24).
CMYK: (36,0,23,24)
C36M0Y23K24 (36%, 0%, 23%, 24%)
(0.36 / 0.00 / 0.23 / 0.24)
Color #7DC397 in popluar color models
7D | C3 | 97 | |
---|---|---|---|
RGB | 125 | 195 | 151 |
HSL | 142° | 36.84% | 62.75% |
HSB/HSV | 142° | 35.90% | 76.47% |
CMYK | 35.90% | 0.00% | 22.56% |
23.53% |
Color #7DC397 in popluar number systems.
HEX | 7D | C3 | 97 |
Decimal | 125 | 195 | 151 |
Binary | 1111101 | 11000011 | 10010111 |
Octal | 175 | 303 | 227 |
Shades of #7DC397
Tints of #7DC397
Examples of css and html codes for elements with #7DC397 color. Also use rgb(125,195,151) instead hex code.
.myTextColor { color: #7DC397; }
<p style="color:#7DC397">This sample text font color is #7DC397.</p>
This text font color is #7DC397.
.myBgColor { background-color: #7DC397; }
<div style="background-color:#7DC397">Inner text</div>
This div background color is #7DC397.
.myBorderColor { border: 1px solid #7DC397; }
<div style="border:3px solid #7DC397">Div</div>
This div border color is #7DC397.
.myOpacity80 { color: #7DC397; opacity: 0.8; }
<p style="color:#7DC397;opacity:0.8;">80%</p>
Text with #7DC397 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DC397;}
<p style="text-shadow: 3px 3px 1px #7DC397">Text here.</p>
This text has shadow with #7DC397 color.
.textShadow {text-shadow: 3px 3px 1px #7DC397', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DC397, 5px 5px 20px red">Text here.</p>
This text has shadow with #7DC397 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DC397, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DC397, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DC397 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7DC397;
-webkit-box-shadow: 1px 1px 3px 2px #7DC397;
box-shadow: 1px 1px 3px 2px #7DC397;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7DC397; -webkit-box-shadow: 1px 1px 3px 2px #7DC397; box-shadow:1px 1px 3px 2px #7DC397;">
Div content here
</div>
This text has color #7DC397 on black background.
This text has color #7DC397 on white background.
This text has black color on #7DC397 background.
This text has white color on #7DC397 background.
Complementary color for #hex is #823C68.