HEX: #7DC479
RGB: (125,196,121)
#7DC479 contains mainly green color. Web safe color of #7DC479 is #66CC66 (or #6C6).
#7DC479 color RGB value is (125,196,121).
RGB: (125,196,121)
(49%, 77%, 47%)
R 125 of 255 = 49%
G 196 of 255 = 77%
B 121 of 255 = 47%
R + G + B ~ 58%. #7DC479 is middle color (not dark and not light).
R + G + B = 125 + 196 + 121 = 442 (100%)
R 125 of 442 ~ 28.28%
G 196 of 442 ~ 44.34%
B 121 of 442 ~ 27.38'%
#7DC479 color CMYK value is (36,0,38,23).
CMYK: (36,0,38,23)
C36M0Y38K23 (36%, 0%, 38%, 23%)
(0.36 / 0.00 / 0.38 / 0.23)
Color #7DC479 in popluar color models
7D | C4 | 79 | |
---|---|---|---|
RGB | 125 | 196 | 121 |
HSL | 117° | 38.86% | 62.16% |
HSB/HSV | 117° | 38.27% | 76.86% |
CMYK | 36.22% | 0.00% | 38.27% |
23.14% |
Color #7DC479 in popluar number systems.
HEX | 7D | C4 | 79 |
Decimal | 125 | 196 | 121 |
Binary | 1111101 | 11000100 | 1111001 |
Octal | 175 | 304 | 171 |
Shades of #7DC479
Tints of #7DC479
Examples of css and html codes for elements with #7DC479 color. Also use rgb(125,196,121) instead hex code.
.myTextColor { color: #7DC479; }
<p style="color:#7DC479">This sample text font color is #7DC479.</p>
This text font color is #7DC479.
.myBgColor { background-color: #7DC479; }
<div style="background-color:#7DC479">Inner text</div>
This div background color is #7DC479.
.myBorderColor { border: 1px solid #7DC479; }
<div style="border:3px solid #7DC479">Div</div>
This div border color is #7DC479.
.myOpacity80 { color: #7DC479; opacity: 0.8; }
<p style="color:#7DC479;opacity:0.8;">80%</p>
Text with #7DC479 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DC479;}
<p style="text-shadow: 3px 3px 1px #7DC479">Text here.</p>
This text has shadow with #7DC479 color.
.textShadow {text-shadow: 3px 3px 1px #7DC479', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DC479, 5px 5px 20px red">Text here.</p>
This text has shadow with #7DC479 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DC479, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DC479, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DC479 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7DC479;
-webkit-box-shadow: 1px 1px 3px 2px #7DC479;
box-shadow: 1px 1px 3px 2px #7DC479;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7DC479; -webkit-box-shadow: 1px 1px 3px 2px #7DC479; box-shadow:1px 1px 3px 2px #7DC479;">
Div content here
</div>
This text has color #7DC479 on black background.
This text has color #7DC479 on white background.
This text has black color on #7DC479 background.
This text has white color on #7DC479 background.
Complementary color for #hex is #823B86.