HEX: #7DD99B
RGB: (125,217,155)
#7DD99B contains mainly green color. Web safe color of #7DD99B is #66CC99 (or #6C9).
#7DD99B color RGB value is (125,217,155).
RGB: (125,217,155)
(49%, 85%, 61%)
R 125 of 255 = 49%
G 217 of 255 = 85%
B 155 of 255 = 61%
R + G + B ~ 65%. #7DD99B is quite light color.
R + G + B = 125 + 217 + 155 = 497 (100%)
R 125 of 497 ~ 25.15%
G 217 of 497 ~ 43.66%
B 155 of 497 ~ 31.19'%
#7DD99B color CMYK value is (42,0,29,15).
CMYK: (42,0,29,15)
C42M0Y29K15 (42%, 0%, 29%, 15%)
(0.42 / 0.00 / 0.29 / 0.15)
Color #7DD99B in popluar color models
7D | D9 | 9B | |
---|---|---|---|
RGB | 125 | 217 | 155 |
HSL | 140° | 54.76% | 67.06% |
HSB/HSV | 140° | 42.40% | 85.10% |
CMYK | 42.40% | 0.00% | 28.57% |
14.90% |
Color #7DD99B in popluar number systems.
HEX | 7D | D9 | 9B |
Decimal | 125 | 217 | 155 |
Binary | 1111101 | 11011001 | 10011011 |
Octal | 175 | 331 | 233 |
Shades of #7DD99B
Tints of #7DD99B
Examples of css and html codes for elements with #7DD99B color. Also use rgb(125,217,155) instead hex code.
.myTextColor { color: #7DD99B; }
<p style="color:#7DD99B">This sample text font color is #7DD99B.</p>
This text font color is #7DD99B.
.myBgColor { background-color: #7DD99B; }
<div style="background-color:#7DD99B">Inner text</div>
This div background color is #7DD99B.
.myBorderColor { border: 1px solid #7DD99B; }
<div style="border:3px solid #7DD99B">Div</div>
This div border color is #7DD99B.
.myOpacity80 { color: #7DD99B; opacity: 0.8; }
<p style="color:#7DD99B;opacity:0.8;">80%</p>
Text with #7DD99B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DD99B;}
<p style="text-shadow: 3px 3px 1px #7DD99B">Text here.</p>
This text has shadow with #7DD99B color.
.textShadow {text-shadow: 3px 3px 1px #7DD99B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DD99B, 5px 5px 20px red">Text here.</p>
This text has shadow with #7DD99B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DD99B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DD99B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DD99B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7DD99B;
-webkit-box-shadow: 1px 1px 3px 2px #7DD99B;
box-shadow: 1px 1px 3px 2px #7DD99B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7DD99B; -webkit-box-shadow: 1px 1px 3px 2px #7DD99B; box-shadow:1px 1px 3px 2px #7DD99B;">
Div content here
</div>
This text has color #7DD99B on black background.
This text has color #7DD99B on white background.
This text has black color on #7DD99B background.
This text has white color on #7DD99B background.
Complementary color for #hex is #822664.