HEX: #7DF69D
RGB: (125,246,157)
#7DF69D contains mainly green color. Web safe color of #7DF69D is #66FF99 (or #6F9).
#7DF69D color RGB value is (125,246,157).
RGB: (125,246,157) (49%,96%,62%)
R 125 of 255 = 49%
G 246 of 255 = 96%
B 157 of 255 = 62%
R + G + B ~ 69%. #7DF69D is quite light color.
R + G + B =
125 + 246 + 157 = 528 (100%)
R 125 of 528 ~ 23.67%
G 246 of 528 ~ 46.59%
B 157 of 528 ~ 29.73%
#7DF69D color CMYK value is (49,0,36,4).
CMYK: (49,0,36,4) C49M0Y36K4 (49%,0%,36%,4%) (0.49/0.00/0.36/0.04)
7D | F6 | 9D | |
---|---|---|---|
RGB | 125 | 246 | 157 |
HSL | 136° | 87.05% | 72.75% |
HSB/HSV | 136° | 49.19% | 96.47% |
CMYK | 49.19% | 0.00% | 36.18% |
3.53% |
HEX | 7D | F6 | 9D |
Decimal | 125 | 246 | 157 |
Binary | 1111101 | 11110110 | 10011101 |
Octal | 175 | 366 | 235 |
Examples of css and html codes for elements with #7DF69D color. Also use rgb(125,246,157) instead hex code.
.myTextColor { color: #7DF69D; }
<p style="color:#7DF69D">This sample text font color is #7DF69D.</p>
This text font color is #7DF69D.
.myBgColor { background-color: #7DF69D; }
<div style="background-color:#7DF69D">Inner text</div>
This div background color is #7DF69D.
.myBorderColor { border: 1px solid #7DF69D; }
<div style="border:3px solid #7DF69D">Div</div>
This div border color is #7DF69D.
.myOpacity80 { color: #7DF69D; opacity: 0.8; }
<p style="color:#7DF69D;opacity:0.8;">80%</p>
Text with #7DF69D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DF69D;}
<p style="text-shadow: 3px 3px 1px #7DF69D">Text here.</p>
This text has shadow with #7DF69D color.
.textShadow {text-shadow: 3px 3px 1px #7DF69D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DF69D, 5px 5px 20px red">Text here.</p>
This text has shadow with #7DF69D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DF69D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DF69D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DF69D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7DF69D; -webkit-box-shadow: 1px 1px 3px 2px #7DF69D; box-shadow: 1px 1px 3px 2px #7DF69D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7DF69D; -webkit-box-shadow: 1px 1px 3px 2px #7DF69D; box-shadow:1px 1px 3px 2px #7DF69D;">
Div content here</div>
This text has color #7DF69D on black background.
This text has color #7DF69D on white background.
This text has black color on #7DF69D background.
This text has white color on #7DF69D background.