HEX: #72CC96
RGB: (114,204,150)
#72CC96 contains mainly green and blue colors. Web safe color of #72CC96 is #66CC99 (or #6C9).
#72CC96 color RGB value is (114,204,150).
RGB: (114,204,150)
(45%, 80%, 59%)
R 114 of 255 = 45%
G 204 of 255 = 80%
B 150 of 255 = 59%
R + G + B ~ 61%. #72CC96 is quite light color.
R + G + B = 114 + 204 + 150 = 468 (100%)
R 114 of 468 ~ 24.36%
G 204 of 468 ~ 43.59%
B 150 of 468 ~ 32.05'%
#72CC96 color CMYK value is (44,0,26,20).
CMYK: (44,0,26,20)
C44M0Y26K20 (44%, 0%, 26%, 20%)
(0.44 / 0.00 / 0.26 / 0.20)
Color #72CC96 in popluar color models
72 | CC | 96 | |
---|---|---|---|
RGB | 114 | 204 | 150 |
HSL | 144° | 46.88% | 62.35% |
HSB/HSV | 144° | 44.12% | 80.00% |
CMYK | 44.12% | 0.00% | 26.47% |
20.00% |
Color #72CC96 in popluar number systems.
HEX | 72 | CC | 96 |
Decimal | 114 | 204 | 150 |
Binary | 1110010 | 11001100 | 10010110 |
Octal | 162 | 314 | 226 |
Shades of #72CC96
Tints of #72CC96
Examples of css and html codes for elements with #72CC96 color. Also use rgb(114,204,150) instead hex code.
.myTextColor { color: #72CC96; }
<p style="color:#72CC96">This sample text font color is #72CC96.</p>
This text font color is #72CC96.
.myBgColor { background-color: #72CC96; }
<div style="background-color:#72CC96">Inner text</div>
This div background color is #72CC96.
.myBorderColor { border: 1px solid #72CC96; }
<div style="border:3px solid #72CC96">Div</div>
This div border color is #72CC96.
.myOpacity80 { color: #72CC96; opacity: 0.8; }
<p style="color:#72CC96;opacity:0.8;">80%</p>
Text with #72CC96 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #72CC96;}
<p style="text-shadow: 3px 3px 1px #72CC96">Text here.</p>
This text has shadow with #72CC96 color.
.textShadow {text-shadow: 3px 3px 1px #72CC96', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #72CC96, 5px 5px 20px red">Text here.</p>
This text has shadow with #72CC96 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#72CC96, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#72CC96, Direction=45, Strength=4)">Text</p>
This text has shadow with #72CC96 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #72CC96;
-webkit-box-shadow: 1px 1px 3px 2px #72CC96;
box-shadow: 1px 1px 3px 2px #72CC96;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #72CC96; -webkit-box-shadow: 1px 1px 3px 2px #72CC96; box-shadow:1px 1px 3px 2px #72CC96;">
Div content here
</div>
This text has color #72CC96 on black background.
This text has color #72CC96 on white background.
This text has black color on #72CC96 background.
This text has white color on #72CC96 background.
Complementary color for #hex is #8D3369.