HEX: #50C367
RGB: (80,195,103)
#50C367 contains mainly green color. Web safe color of #50C367 is #66CC66 (or #6C6).
#50C367 color RGB value is (80,195,103).
RGB: (80,195,103)
(31%, 76%, 40%)
R 80 of 255 = 31%
G 195 of 255 = 76%
B 103 of 255 = 40%
R + G + B ~ 49%. #50C367 is middle color (not dark and not light).
R + G + B = 80 + 195 + 103 = 378 (100%)
R 80 of 378 ~ 21.16%
G 195 of 378 ~ 51.59%
B 103 of 378 ~ 27.25'%
#50C367 color CMYK value is (59,0,47,24).
CMYK: (59,0,47,24)
C59M0Y47K24 (59%, 0%, 47%, 24%)
(0.59 / 0.00 / 0.47 / 0.24)
Color #50C367 in popluar color models
50 | C3 | 67 | |
---|---|---|---|
RGB | 80 | 195 | 103 |
HSL | 132° | 48.94% | 53.92% |
HSB/HSV | 132° | 58.97% | 76.47% |
CMYK | 58.97% | 0.00% | 47.18% |
23.53% |
Color #50C367 in popluar number systems.
HEX | 50 | C3 | 67 |
Decimal | 80 | 195 | 103 |
Binary | 1010000 | 11000011 | 1100111 |
Octal | 120 | 303 | 147 |
Shades of #50C367
Tints of #50C367
Examples of css and html codes for elements with #50C367 color. Also use rgb(80,195,103) instead hex code.
.myTextColor { color: #50C367; }
<p style="color:#50C367">This sample text font color is #50C367.</p>
This text font color is #50C367.
.myBgColor { background-color: #50C367; }
<div style="background-color:#50C367">Inner text</div>
This div background color is #50C367.
.myBorderColor { border: 1px solid #50C367; }
<div style="border:3px solid #50C367">Div</div>
This div border color is #50C367.
.myOpacity80 { color: #50C367; opacity: 0.8; }
<p style="color:#50C367;opacity:0.8;">80%</p>
Text with #50C367 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50C367;}
<p style="text-shadow: 3px 3px 1px #50C367">Text here.</p>
This text has shadow with #50C367 color.
.textShadow {text-shadow: 3px 3px 1px #50C367', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50C367, 5px 5px 20px red">Text here.</p>
This text has shadow with #50C367 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50C367, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50C367, Direction=45, Strength=4)">Text</p>
This text has shadow with #50C367 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50C367;
-webkit-box-shadow: 1px 1px 3px 2px #50C367;
box-shadow: 1px 1px 3px 2px #50C367;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50C367; -webkit-box-shadow: 1px 1px 3px 2px #50C367; box-shadow:1px 1px 3px 2px #50C367;">
Div content here
</div>
This text has color #50C367 on black background.
This text has color #50C367 on white background.
This text has black color on #50C367 background.
This text has white color on #50C367 background.
Complementary color for #hex is #AF3C98.