HEX: #80BF76
RGB: (128,191,118)
#80BF76 contains mainly green color. Web safe color of #80BF76 is #66CC66 (or #6C6).
#80BF76 color RGB value is (128,191,118).
RGB: (128,191,118)
(50%, 75%, 46%)
R 128 of 255 = 50%
G 191 of 255 = 75%
B 118 of 255 = 46%
R + G + B ~ 57%. #80BF76 is middle color (not dark and not light).
R + G + B = 128 + 191 + 118 = 437 (100%)
R 128 of 437 ~ 29.29%
G 191 of 437 ~ 43.71%
B 118 of 437 ~ 27'%
#80BF76 color CMYK value is (33,0,38,25).
CMYK: (33,0,38,25) C33M0Y38K25 (33%,0%,38%,25%) (0.33/0.00/0.38/0.25)
Color #80BF76 in popluar color models
80 | BF | 76 | |
---|---|---|---|
RGB | 128 | 191 | 118 |
HSL | 112° | 36.32% | 60.59% |
HSB/HSV | 112° | 38.22% | 74.90% |
CMYK | 32.98% | 0.00% | 38.22% |
25.10% |
Color #80BF76 in popluar number systems.
HEX | 80 | BF | 76 |
Decimal | 128 | 191 | 118 |
Binary | 10000000 | 10111111 | 1110110 |
Octal | 200 | 277 | 166 |
Shades of #80BF76
Tints of #80BF76
Examples of css and html codes for elements with #80BF76 color. Also use rgb(128,191,118) instead hex code.
.myTextColor { color: #80BF76; }
<p style="color:#80BF76">This sample text font color is #80BF76.</p>
This text font color is #80BF76.
.myBgColor { background-color: #80BF76; }
<div style="background-color:#80BF76">Inner text</div>
This div background color is #80BF76.
.myBorderColor { border: 1px solid #80BF76; }
<div style="border:3px solid #80BF76">Div</div>
This div border color is #80BF76.
.myOpacity80 { color: #80BF76; opacity: 0.8; }
<p style="color:#80BF76;opacity:0.8;">80%</p>
Text with #80BF76 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #80BF76;}
<p style="text-shadow: 3px 3px 1px #80BF76">Text here.</p>
This text has shadow with #80BF76 color.
.textShadow {text-shadow: 3px 3px 1px #80BF76', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #80BF76, 5px 5px 20px red">Text here.</p>
This text has shadow with #80BF76 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#80BF76, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#80BF76, Direction=45, Strength=4)">Text</p>
This text has shadow with #80BF76 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #80BF76;
-webkit-box-shadow: 1px 1px 3px 2px #80BF76;
box-shadow: 1px 1px 3px 2px #80BF76;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #80BF76; -webkit-box-shadow: 1px 1px 3px 2px #80BF76; box-shadow:1px 1px 3px 2px #80BF76;">
Div content here
</div>
This text has color #80BF76 on black background.
This text has color #80BF76 on white background.
This text has black color on #80BF76 background.
This text has white color on #80BF76 background.
Complementary color for #hex is #7F4089.