HEX: #96CE68
RGB: (150,206,104)
#96CE68 contains mainly red and green colors. Web safe color of #96CE68 is #99CC66 (or #9C6).
#96CE68 color RGB value is (150,206,104).
RGB: (150,206,104)
(59%, 81%, 41%)
R 150 of 255 = 59%
G 206 of 255 = 81%
B 104 of 255 = 41%
R + G + B ~ 60%. #96CE68 is middle color (not dark and not light).
R + G + B = 150 + 206 + 104 = 460 (100%)
R 150 of 460 ~ 32.61%
G 206 of 460 ~ 44.78%
B 104 of 460 ~ 22.61'%
#96CE68 color CMYK value is (27,0,50,19).
CMYK: (27,0,50,19)
C27M0Y50K19 (27%, 0%, 50%, 19%)
(0.27 / 0.00 / 0.50 / 0.19)
Color #96CE68 in popluar color models
96 | CE | 68 | |
---|---|---|---|
RGB | 150 | 206 | 104 |
HSL | 93° | 51.00% | 60.78% |
HSB/HSV | 93° | 49.51% | 80.78% |
CMYK | 27.18% | 0.00% | 49.51% |
19.22% |
Color #96CE68 in popluar number systems.
HEX | 96 | CE | 68 |
Decimal | 150 | 206 | 104 |
Binary | 10010110 | 11001110 | 1101000 |
Octal | 226 | 316 | 150 |
Shades of #96CE68
Tints of #96CE68
Examples of css and html codes for elements with #96CE68 color. Also use rgb(150,206,104) instead hex code.
.myTextColor { color: #96CE68; }
<p style="color:#96CE68">This sample text font color is #96CE68.</p>
This text font color is #96CE68.
.myBgColor { background-color: #96CE68; }
<div style="background-color:#96CE68">Inner text</div>
This div background color is #96CE68.
.myBorderColor { border: 1px solid #96CE68; }
<div style="border:3px solid #96CE68">Div</div>
This div border color is #96CE68.
.myOpacity80 { color: #96CE68; opacity: 0.8; }
<p style="color:#96CE68;opacity:0.8;">80%</p>
Text with #96CE68 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #96CE68;}
<p style="text-shadow: 3px 3px 1px #96CE68">Text here.</p>
This text has shadow with #96CE68 color.
.textShadow {text-shadow: 3px 3px 1px #96CE68', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #96CE68, 5px 5px 20px red">Text here.</p>
This text has shadow with #96CE68 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#96CE68, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#96CE68, Direction=45, Strength=4)">Text</p>
This text has shadow with #96CE68 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #96CE68;
-webkit-box-shadow: 1px 1px 3px 2px #96CE68;
box-shadow: 1px 1px 3px 2px #96CE68;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96CE68; -webkit-box-shadow: 1px 1px 3px 2px #96CE68; box-shadow:1px 1px 3px 2px #96CE68;">
Div content here
</div>
This text has color #96CE68 on black background.
This text has color #96CE68 on white background.
This text has black color on #96CE68 background.
This text has white color on #96CE68 background.
Complementary color for #hex is #693197.