HEX: #71D79A
RGB: (113,215,154)
#71D79A contains mainly green color. Web safe color of #71D79A is #66CC99 (or #6C9).
#71D79A color RGB value is (113,215,154).
RGB: (113,215,154)
(44%, 84%, 60%)
R 113 of 255 = 44%
G 215 of 255 = 84%
B 154 of 255 = 60%
R + G + B ~ 63%. #71D79A is quite light color.
R + G + B = 113 + 215 + 154 = 482 (100%)
R 113 of 482 ~ 23.44%
G 215 of 482 ~ 44.61%
B 154 of 482 ~ 31.95'%
#71D79A color CMYK value is (47,0,28,16).
CMYK: (47,0,28,16)
C47M0Y28K16 (47%, 0%, 28%, 16%)
(0.47 / 0.00 / 0.28 / 0.16)
Color #71D79A in popluar color models
71 | D7 | 9A | |
---|---|---|---|
RGB | 113 | 215 | 154 |
HSL | 144° | 56.04% | 64.31% |
HSB/HSV | 144° | 47.44% | 84.31% |
CMYK | 47.44% | 0.00% | 28.37% |
15.69% |
Color #71D79A in popluar number systems.
HEX | 71 | D7 | 9A |
Decimal | 113 | 215 | 154 |
Binary | 1110001 | 11010111 | 10011010 |
Octal | 161 | 327 | 232 |
Shades of #71D79A
Tints of #71D79A
Examples of css and html codes for elements with #71D79A color. Also use rgb(113,215,154) instead hex code.
.myTextColor { color: #71D79A; }
<p style="color:#71D79A">This sample text font color is #71D79A.</p>
This text font color is #71D79A.
.myBgColor { background-color: #71D79A; }
<div style="background-color:#71D79A">Inner text</div>
This div background color is #71D79A.
.myBorderColor { border: 1px solid #71D79A; }
<div style="border:3px solid #71D79A">Div</div>
This div border color is #71D79A.
.myOpacity80 { color: #71D79A; opacity: 0.8; }
<p style="color:#71D79A;opacity:0.8;">80%</p>
Text with #71D79A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71D79A;}
<p style="text-shadow: 3px 3px 1px #71D79A">Text here.</p>
This text has shadow with #71D79A color.
.textShadow {text-shadow: 3px 3px 1px #71D79A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71D79A, 5px 5px 20px red">Text here.</p>
This text has shadow with #71D79A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71D79A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71D79A, Direction=45, Strength=4)">Text</p>
This text has shadow with #71D79A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71D79A;
-webkit-box-shadow: 1px 1px 3px 2px #71D79A;
box-shadow: 1px 1px 3px 2px #71D79A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71D79A; -webkit-box-shadow: 1px 1px 3px 2px #71D79A; box-shadow:1px 1px 3px 2px #71D79A;">
Div content here
</div>
This text has color #71D79A on black background.
This text has color #71D79A on white background.
This text has black color on #71D79A background.
This text has white color on #71D79A background.
Complementary color for #hex is #8E2865.