HEX: #7FB57D
RGB: (127,181,125)
#7FB57D contains red, green and blue colors in about the same proportion. Web safe color of #7FB57D is #66CC66 (or #6C6).
#7FB57D color RGB value is (127,181,125).
RGB: (127,181,125)
(50%, 71%, 49%)
R 127 of 255 = 50%
G 181 of 255 = 71%
B 125 of 255 = 49%
R + G + B ~ 57%. #7FB57D is middle color (not dark and not light).
R + G + B = 127 + 181 + 125 = 433 (100%)
R 127 of 433 ~ 29.33%
G 181 of 433 ~ 41.8%
B 125 of 433 ~ 28.87'%
#7FB57D color CMYK value is (30,0,31,29).
CMYK: (30,0,31,29)
C30M0Y31K29 (30%, 0%, 31%, 29%)
(0.30 / 0.00 / 0.31 / 0.29)
Color #7FB57D in popluar color models
7F | B5 | 7D | |
---|---|---|---|
RGB | 127 | 181 | 125 |
HSL | 118° | 27.45% | 60.00% |
HSB/HSV | 118° | 30.94% | 70.98% |
CMYK | 29.83% | 0.00% | 30.94% |
29.02% |
Color #7FB57D in popluar number systems.
HEX | 7F | B5 | 7D |
Decimal | 127 | 181 | 125 |
Binary | 1111111 | 10110101 | 1111101 |
Octal | 177 | 265 | 175 |
Shades of #7FB57D
Tints of #7FB57D
Examples of css and html codes for elements with #7FB57D color. Also use rgb(127,181,125) instead hex code.
.myTextColor { color: #7FB57D; }
<p style="color:#7FB57D">This sample text font color is #7FB57D.</p>
This text font color is #7FB57D.
.myBgColor { background-color: #7FB57D; }
<div style="background-color:#7FB57D">Inner text</div>
This div background color is #7FB57D.
.myBorderColor { border: 1px solid #7FB57D; }
<div style="border:3px solid #7FB57D">Div</div>
This div border color is #7FB57D.
.myOpacity80 { color: #7FB57D; opacity: 0.8; }
<p style="color:#7FB57D;opacity:0.8;">80%</p>
Text with #7FB57D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7FB57D;}
<p style="text-shadow: 3px 3px 1px #7FB57D">Text here.</p>
This text has shadow with #7FB57D color.
.textShadow {text-shadow: 3px 3px 1px #7FB57D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7FB57D, 5px 5px 20px red">Text here.</p>
This text has shadow with #7FB57D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7FB57D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7FB57D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7FB57D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7FB57D;
-webkit-box-shadow: 1px 1px 3px 2px #7FB57D;
box-shadow: 1px 1px 3px 2px #7FB57D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7FB57D; -webkit-box-shadow: 1px 1px 3px 2px #7FB57D; box-shadow:1px 1px 3px 2px #7FB57D;">
Div content here
</div>
This text has color #7FB57D on black background.
This text has color #7FB57D on white background.
This text has black color on #7FB57D background.
This text has white color on #7FB57D background.
Complementary color for #hex is #804A82.