HEX: #96D683
RGB: (150,214,131)
#96D683 contains mainly green color. Web safe color of #96D683 is #99CC99 (or #9C9).
#96D683 color RGB value is (150,214,131).
RGB: (150,214,131)
(59%, 84%, 51%)
R 150 of 255 = 59%
G 214 of 255 = 84%
B 131 of 255 = 51%
R + G + B ~ 65%. #96D683 is quite light color.
R + G + B = 150 + 214 + 131 = 495 (100%)
R 150 of 495 ~ 30.3%
G 214 of 495 ~ 43.23%
B 131 of 495 ~ 26.46'%
#96D683 color CMYK value is (30,0,39,16).
CMYK: (30,0,39,16)
C30M0Y39K16 (30%, 0%, 39%, 16%)
(0.30 / 0.00 / 0.39 / 0.16)
Color #96D683 in popluar color models
96 | D6 | 83 | |
---|---|---|---|
RGB | 150 | 214 | 131 |
HSL | 106° | 50.30% | 67.65% |
HSB/HSV | 106° | 38.79% | 83.92% |
CMYK | 29.91% | 0.00% | 38.79% |
16.08% |
Color #96D683 in popluar number systems.
HEX | 96 | D6 | 83 |
Decimal | 150 | 214 | 131 |
Binary | 10010110 | 11010110 | 10000011 |
Octal | 226 | 326 | 203 |
Shades of #96D683
Tints of #96D683
Examples of css and html codes for elements with #96D683 color. Also use rgb(150,214,131) instead hex code.
.myTextColor { color: #96D683; }
<p style="color:#96D683">This sample text font color is #96D683.</p>
This text font color is #96D683.
.myBgColor { background-color: #96D683; }
<div style="background-color:#96D683">Inner text</div>
This div background color is #96D683.
.myBorderColor { border: 1px solid #96D683; }
<div style="border:3px solid #96D683">Div</div>
This div border color is #96D683.
.myOpacity80 { color: #96D683; opacity: 0.8; }
<p style="color:#96D683;opacity:0.8;">80%</p>
Text with #96D683 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96D683;}
<p style="text-shadow: 3px 3px 1px #96D683">Text here.</p>
This text has shadow with #96D683 color.
.textShadow {text-shadow: 3px 3px 1px #96D683', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96D683, 5px 5px 20px red">Text here.</p>
This text has shadow with #96D683 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96D683, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96D683, Direction=45, Strength=4)">Text</p>
This text has shadow with #96D683 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96D683;
-webkit-box-shadow: 1px 1px 3px 2px #96D683;
box-shadow: 1px 1px 3px 2px #96D683;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96D683; -webkit-box-shadow: 1px 1px 3px 2px #96D683; box-shadow:1px 1px 3px 2px #96D683;">
Div content here
</div>
This text has color #96D683 on black background.
This text has color #96D683 on white background.
This text has black color on #96D683 background.
This text has white color on #96D683 background.
Complementary color for #hex is #69297C.