HEX: #76F77D
RGB: (118,247,125)
#76F77D contains mainly green color. Web safe color of #76F77D is #66FF66 (or #6F6).
#76F77D color RGB value is (118,247,125).
RGB: (118,247,125)
(46%, 97%, 49%)
R 118 of 255 = 46%
G 247 of 255 = 97%
B 125 of 255 = 49%
R + G + B ~ 64%. #76F77D is quite light color.
R + G + B = 118 + 247 + 125 = 490 (100%)
R 118 of 490 ~ 24.08%
G 247 of 490 ~ 50.41%
B 125 of 490 ~ 25.51'%
#76F77D color CMYK value is (52,0,49,3).
CMYK: (52,0,49,3) C52M0Y49K3 (52%,0%,49%,3%) (0.52/0.00/0.49/0.03)
Color #76F77D in popluar color models
76 | F7 | 7D | |
---|---|---|---|
RGB | 118 | 247 | 125 |
HSL | 123° | 88.97% | 71.57% |
HSB/HSV | 123° | 52.23% | 96.86% |
CMYK | 52.23% | 0.00% | 49.39% |
3.14% |
Color #76F77D in popluar number systems.
HEX | 76 | F7 | 7D |
Decimal | 118 | 247 | 125 |
Binary | 1110110 | 11110111 | 1111101 |
Octal | 166 | 367 | 175 |
Shades of #76F77D
Tints of #76F77D
Examples of css and html codes for elements with #76F77D color. Also use rgb(118,247,125) instead hex code.
.myTextColor { color: #76F77D; }
<p style="color:#76F77D">This sample text font color is #76F77D.</p>
This text font color is #76F77D.
.myBgColor { background-color: #76F77D; }
<div style="background-color:#76F77D">Inner text</div>
This div background color is #76F77D.
.myBorderColor { border: 1px solid #76F77D; }
<div style="border:3px solid #76F77D">Div</div>
This div border color is #76F77D.
.myOpacity80 { color: #76F77D; opacity: 0.8; }
<p style="color:#76F77D;opacity:0.8;">80%</p>
Text with #76F77D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76F77D;}
<p style="text-shadow: 3px 3px 1px #76F77D">Text here.</p>
This text has shadow with #76F77D color.
.textShadow {text-shadow: 3px 3px 1px #76F77D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76F77D, 5px 5px 20px red">Text here.</p>
This text has shadow with #76F77D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76F77D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76F77D, Direction=45, Strength=4)">Text</p>
This text has shadow with #76F77D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76F77D;
-webkit-box-shadow: 1px 1px 3px 2px #76F77D;
box-shadow: 1px 1px 3px 2px #76F77D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76F77D; -webkit-box-shadow: 1px 1px 3px 2px #76F77D; box-shadow:1px 1px 3px 2px #76F77D;">
Div content here
</div>
This text has color #76F77D on black background.
This text has color #76F77D on white background.
This text has black color on #76F77D background.
This text has white color on #76F77D background.
Complementary color for #hex is #890882.