HEX: #76D398
RGB: (118,211,152)
#76D398 contains mainly green and blue colors. Web safe color of #76D398 is #66CC99 (or #6C9).
#76D398 color RGB value is (118,211,152).
RGB: (118,211,152) (46%,83%,60%)
R 118 of 255 = 46%
G 211 of 255 = 83%
B 152 of 255 = 60%
R + G + B ~ 63%. #76D398 is quite light color.
R + G + B =
118 + 211 + 152 = 481 (100%)
R 118 of 481 ~ 24.53%
G 211 of 481 ~ 43.87%
B 152 of 481 ~ 31.6%
#76D398 color CMYK value is (44,0,28,17).
CMYK: (44,0,28,17) C44M0Y28K17 (44%,0%,28%,17%) (0.44/0.00/0.28/0.17)
76 | D3 | 98 | |
---|---|---|---|
RGB | 118 | 211 | 152 |
HSL | 142° | 51.38% | 64.51% |
HSB/HSV | 142° | 44.08% | 82.75% |
CMYK | 44.08% | 0.00% | 27.96% |
17.25% |
HEX | 76 | D3 | 98 |
Decimal | 118 | 211 | 152 |
Binary | 1110110 | 11010011 | 10011000 |
Octal | 166 | 323 | 230 |
Examples of css and html codes for elements with #76D398 color. Also use rgb(118,211,152) instead hex code.
.myTextColor { color: #76D398; }
<p style="color:#76D398">This sample text font color is #76D398.</p>
This text font color is #76D398.
.myBgColor { background-color: #76D398; }
<div style="background-color:#76D398">Inner text</div>
This div background color is #76D398.
.myBorderColor { border: 1px solid #76D398; }
<div style="border:3px solid #76D398">Div</div>
This div border color is #76D398.
.myOpacity80 { color: #76D398; opacity: 0.8; }
<p style="color:#76D398;opacity:0.8;">80%</p>
Text with #76D398 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76D398;}
<p style="text-shadow: 3px 3px 1px #76D398">Text here.</p>
This text has shadow with #76D398 color.
.textShadow {text-shadow: 3px 3px 1px #76D398, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76D398, 5px 5px 20px red">Text here.</p>
This text has shadow with #76D398 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76D398, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76D398, Direction=45, Strength=4)">Text</p>
This text has shadow with #76D398 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #76D398; -webkit-box-shadow: 1px 1px 3px 2px #76D398; box-shadow: 1px 1px 3px 2px #76D398; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #76D398; -webkit-box-shadow: 1px 1px 3px 2px #76D398; box-shadow:1px 1px 3px 2px #76D398;">
Div content here</div>
This text has color #76D398 on black background.
This text has color #76D398 on white background.
This text has black color on #76D398 background.
This text has white color on #76D398 background.