HEX: #85D76D
RGB: (133,215,109)
#85D76D contains mainly green color. Web safe color of #85D76D is #99CC66 (or #9C6).
#85D76D color RGB value is (133,215,109).
RGB: (133,215,109)
(52%, 84%, 43%)
R 133 of 255 = 52%
G 215 of 255 = 84%
B 109 of 255 = 43%
R + G + B ~ 60%. #85D76D is middle color (not dark and not light).
R + G + B = 133 + 215 + 109 = 457 (100%)
R 133 of 457 ~ 29.1%
G 215 of 457 ~ 47.05%
B 109 of 457 ~ 23.85'%
#85D76D color CMYK value is (38,0,49,16).
CMYK: (38,0,49,16)
C38M0Y49K16 (38%, 0%, 49%, 16%)
(0.38 / 0.00 / 0.49 / 0.16)
Color #85D76D in popluar color models
85 | D7 | 6D | |
---|---|---|---|
RGB | 133 | 215 | 109 |
HSL | 106° | 56.99% | 63.53% |
HSB/HSV | 106° | 49.30% | 84.31% |
CMYK | 38.14% | 0.00% | 49.30% |
15.69% |
Color #85D76D in popluar number systems.
HEX | 85 | D7 | 6D |
Decimal | 133 | 215 | 109 |
Binary | 10000101 | 11010111 | 1101101 |
Octal | 205 | 327 | 155 |
Shades of #85D76D
Tints of #85D76D
Examples of css and html codes for elements with #85D76D color. Also use rgb(133,215,109) instead hex code.
.myTextColor { color: #85D76D; }
<p style="color:#85D76D">This sample text font color is #85D76D.</p>
This text font color is #85D76D.
.myBgColor { background-color: #85D76D; }
<div style="background-color:#85D76D">Inner text</div>
This div background color is #85D76D.
.myBorderColor { border: 1px solid #85D76D; }
<div style="border:3px solid #85D76D">Div</div>
This div border color is #85D76D.
.myOpacity80 { color: #85D76D; opacity: 0.8; }
<p style="color:#85D76D;opacity:0.8;">80%</p>
Text with #85D76D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85D76D;}
<p style="text-shadow: 3px 3px 1px #85D76D">Text here.</p>
This text has shadow with #85D76D color.
.textShadow {text-shadow: 3px 3px 1px #85D76D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85D76D, 5px 5px 20px red">Text here.</p>
This text has shadow with #85D76D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85D76D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85D76D, Direction=45, Strength=4)">Text</p>
This text has shadow with #85D76D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85D76D;
-webkit-box-shadow: 1px 1px 3px 2px #85D76D;
box-shadow: 1px 1px 3px 2px #85D76D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85D76D; -webkit-box-shadow: 1px 1px 3px 2px #85D76D; box-shadow:1px 1px 3px 2px #85D76D;">
Div content here
</div>
This text has color #85D76D on black background.
This text has color #85D76D on white background.
This text has black color on #85D76D background.
This text has white color on #85D76D background.
Complementary color for #hex is #7A2892.