HEX: #7DE77B
RGB: (125,231,123)
#7DE77B contains mainly green color. Web safe color of #7DE77B is #66FF66 (or #6F6).
#7DE77B color RGB value is (125,231,123).
RGB: (125,231,123)
(49%, 91%, 48%)
R 125 of 255 = 49%
G 231 of 255 = 91%
B 123 of 255 = 48%
R + G + B ~ 63%. #7DE77B is quite light color.
R + G + B = 125 + 231 + 123 = 479 (100%)
R 125 of 479 ~ 26.1%
G 231 of 479 ~ 48.23%
B 123 of 479 ~ 25.68'%
#7DE77B color CMYK value is (46,0,47,9).
CMYK: (46,0,47,9)
C46M0Y47K9 (46%, 0%, 47%, 9%)
(0.46 / 0.00 / 0.47 / 0.09)
Color #7DE77B in popluar color models
7D | E7 | 7B | |
---|---|---|---|
RGB | 125 | 231 | 123 |
HSL | 119° | 69.23% | 69.41% |
HSB/HSV | 119° | 46.75% | 90.59% |
CMYK | 45.89% | 0.00% | 46.75% |
9.41% |
Color #7DE77B in popluar number systems.
HEX | 7D | E7 | 7B |
Decimal | 125 | 231 | 123 |
Binary | 1111101 | 11100111 | 1111011 |
Octal | 175 | 347 | 173 |
Shades of #7DE77B
Tints of #7DE77B
Examples of css and html codes for elements with #7DE77B color. Also use rgb(125,231,123) instead hex code.
.myTextColor { color: #7DE77B; }
<p style="color:#7DE77B">This sample text font color is #7DE77B.</p>
This text font color is #7DE77B.
.myBgColor { background-color: #7DE77B; }
<div style="background-color:#7DE77B">Inner text</div>
This div background color is #7DE77B.
.myBorderColor { border: 1px solid #7DE77B; }
<div style="border:3px solid #7DE77B">Div</div>
This div border color is #7DE77B.
.myOpacity80 { color: #7DE77B; opacity: 0.8; }
<p style="color:#7DE77B;opacity:0.8;">80%</p>
Text with #7DE77B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DE77B;}
<p style="text-shadow: 3px 3px 1px #7DE77B">Text here.</p>
This text has shadow with #7DE77B color.
.textShadow {text-shadow: 3px 3px 1px #7DE77B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DE77B, 5px 5px 20px red">Text here.</p>
This text has shadow with #7DE77B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DE77B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DE77B, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DE77B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7DE77B;
-webkit-box-shadow: 1px 1px 3px 2px #7DE77B;
box-shadow: 1px 1px 3px 2px #7DE77B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7DE77B; -webkit-box-shadow: 1px 1px 3px 2px #7DE77B; box-shadow:1px 1px 3px 2px #7DE77B;">
Div content here
</div>
This text has color #7DE77B on black background.
This text has color #7DE77B on white background.
This text has black color on #7DE77B background.
This text has white color on #7DE77B background.
Complementary color for #hex is #821884.