HEX: #50B04F
RGB: (80,176,79)
#50B04F contains mainly green color. Web safe color of #50B04F is #669966 (or #696).
#50B04F color RGB value is (80,176,79).
RGB: (80,176,79)
(31%, 69%, 31%)
R 80 of 255 = 31%
G 176 of 255 = 69%
B 79 of 255 = 31%
R + G + B ~ 44%. #50B04F is middle color (not dark and not light).
R + G + B = 80 + 176 + 79 = 335 (100%)
R 80 of 335 ~ 23.88%
G 176 of 335 ~ 52.54%
B 79 of 335 ~ 23.58'%
#50B04F color CMYK value is (55,0,55,31).
CMYK: (55,0,55,31)
C55M0Y55K31 (55%, 0%, 55%, 31%)
(0.55 / 0.00 / 0.55 / 0.31)
Color #50B04F in popluar color models
50 | B0 | 4F | |
---|---|---|---|
RGB | 80 | 176 | 79 |
HSL | 119° | 38.04% | 50.00% |
HSB/HSV | 119° | 55.11% | 69.02% |
CMYK | 54.55% | 0.00% | 55.11% |
30.98% |
Color #50B04F in popluar number systems.
HEX | 50 | B0 | 4F |
Decimal | 80 | 176 | 79 |
Binary | 1010000 | 10110000 | 1001111 |
Octal | 120 | 260 | 117 |
Shades of #50B04F
Tints of #50B04F
Examples of css and html codes for elements with #50B04F color. Also use rgb(80,176,79) instead hex code.
.myTextColor { color: #50B04F; }
<p style="color:#50B04F">This sample text font color is #50B04F.</p>
This text font color is #50B04F.
.myBgColor { background-color: #50B04F; }
<div style="background-color:#50B04F">Inner text</div>
This div background color is #50B04F.
.myBorderColor { border: 1px solid #50B04F; }
<div style="border:3px solid #50B04F">Div</div>
This div border color is #50B04F.
.myOpacity80 { color: #50B04F; opacity: 0.8; }
<p style="color:#50B04F;opacity:0.8;">80%</p>
Text with #50B04F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50B04F;}
<p style="text-shadow: 3px 3px 1px #50B04F">Text here.</p>
This text has shadow with #50B04F color.
.textShadow {text-shadow: 3px 3px 1px #50B04F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50B04F, 5px 5px 20px red">Text here.</p>
This text has shadow with #50B04F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50B04F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50B04F, Direction=45, Strength=4)">Text</p>
This text has shadow with #50B04F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50B04F;
-webkit-box-shadow: 1px 1px 3px 2px #50B04F;
box-shadow: 1px 1px 3px 2px #50B04F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50B04F; -webkit-box-shadow: 1px 1px 3px 2px #50B04F; box-shadow:1px 1px 3px 2px #50B04F;">
Div content here
</div>
This text has color #50B04F on black background.
This text has color #50B04F on white background.
This text has black color on #50B04F background.
This text has white color on #50B04F background.
Complementary color for #hex is #AF4FB0.