HEX: #84D988
RGB: (132,217,136)
#84D988 contains mainly green color. Web safe color of #84D988 is #99CC99 (or #9C9).
#84D988 color RGB value is (132,217,136).
RGB: (132,217,136)
(52%, 85%, 53%)
R 132 of 255 = 52%
G 217 of 255 = 85%
B 136 of 255 = 53%
R + G + B ~ 63%. #84D988 is quite light color.
R + G + B = 132 + 217 + 136 = 485 (100%)
R 132 of 485 ~ 27.22%
G 217 of 485 ~ 44.74%
B 136 of 485 ~ 28.04'%
#84D988 color CMYK value is (39,0,37,15).
CMYK: (39,0,37,15)
C39M0Y37K15 (39%, 0%, 37%, 15%)
(0.39 / 0.00 / 0.37 / 0.15)
Color #84D988 in popluar color models
84 | D9 | 88 | |
---|---|---|---|
RGB | 132 | 217 | 136 |
HSL | 123° | 52.80% | 68.43% |
HSB/HSV | 123° | 39.17% | 85.10% |
CMYK | 39.17% | 0.00% | 37.33% |
14.90% |
Color #84D988 in popluar number systems.
HEX | 84 | D9 | 88 |
Decimal | 132 | 217 | 136 |
Binary | 10000100 | 11011001 | 10001000 |
Octal | 204 | 331 | 210 |
Shades of #84D988
Tints of #84D988
Examples of css and html codes for elements with #84D988 color. Also use rgb(132,217,136) instead hex code.
.myTextColor { color: #84D988; }
<p style="color:#84D988">This sample text font color is #84D988.</p>
This text font color is #84D988.
.myBgColor { background-color: #84D988; }
<div style="background-color:#84D988">Inner text</div>
This div background color is #84D988.
.myBorderColor { border: 1px solid #84D988; }
<div style="border:3px solid #84D988">Div</div>
This div border color is #84D988.
.myOpacity80 { color: #84D988; opacity: 0.8; }
<p style="color:#84D988;opacity:0.8;">80%</p>
Text with #84D988 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84D988;}
<p style="text-shadow: 3px 3px 1px #84D988">Text here.</p>
This text has shadow with #84D988 color.
.textShadow {text-shadow: 3px 3px 1px #84D988', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84D988, 5px 5px 20px red">Text here.</p>
This text has shadow with #84D988 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84D988, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84D988, Direction=45, Strength=4)">Text</p>
This text has shadow with #84D988 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84D988;
-webkit-box-shadow: 1px 1px 3px 2px #84D988;
box-shadow: 1px 1px 3px 2px #84D988;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84D988; -webkit-box-shadow: 1px 1px 3px 2px #84D988; box-shadow:1px 1px 3px 2px #84D988;">
Div content here
</div>
This text has color #84D988 on black background.
This text has color #84D988 on white background.
This text has black color on #84D988 background.
This text has white color on #84D988 background.
Complementary color for #hex is #7B2677.