HEX: #50BB4B
RGB: (80,187,75)
#50BB4B contains mainly green color. Web safe color of #50BB4B is #66CC33 (or #6C3).
#50BB4B color RGB value is (80,187,75).
RGB: (80,187,75)
(31%, 73%, 29%)
R 80 of 255 = 31%
G 187 of 255 = 73%
B 75 of 255 = 29%
R + G + B ~ 44%. #50BB4B is middle color (not dark and not light).
R + G + B = 80 + 187 + 75 = 342 (100%)
R 80 of 342 ~ 23.39%
G 187 of 342 ~ 54.68%
B 75 of 342 ~ 21.93'%
#50BB4B color CMYK value is (57,0,60,27).
CMYK: (57,0,60,27) C57M0Y60K27 (57%,0%,60%,27%) (0.57/0.00/0.60/0.27)
Color #50BB4B in popluar color models
50 | BB | 4B | |
---|---|---|---|
RGB | 80 | 187 | 75 |
HSL | 117° | 45.16% | 51.37% |
HSB/HSV | 117° | 59.89% | 73.33% |
CMYK | 57.22% | 0.00% | 59.89% |
26.67% |
Color #50BB4B in popluar number systems.
HEX | 50 | BB | 4B |
Decimal | 80 | 187 | 75 |
Binary | 1010000 | 10111011 | 1001011 |
Octal | 120 | 273 | 113 |
Shades of #50BB4B
Tints of #50BB4B
Examples of css and html codes for elements with #50BB4B color. Also use rgb(80,187,75) instead hex code.
.myTextColor { color: #50BB4B; }
<p style="color:#50BB4B">This sample text font color is #50BB4B.</p>
This text font color is #50BB4B.
.myBgColor { background-color: #50BB4B; }
<div style="background-color:#50BB4B">Inner text</div>
This div background color is #50BB4B.
.myBorderColor { border: 1px solid #50BB4B; }
<div style="border:3px solid #50BB4B">Div</div>
This div border color is #50BB4B.
.myOpacity80 { color: #50BB4B; opacity: 0.8; }
<p style="color:#50BB4B;opacity:0.8;">80%</p>
Text with #50BB4B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50BB4B;}
<p style="text-shadow: 3px 3px 1px #50BB4B">Text here.</p>
This text has shadow with #50BB4B color.
.textShadow {text-shadow: 3px 3px 1px #50BB4B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50BB4B, 5px 5px 20px red">Text here.</p>
This text has shadow with #50BB4B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50BB4B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50BB4B, Direction=45, Strength=4)">Text</p>
This text has shadow with #50BB4B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50BB4B;
-webkit-box-shadow: 1px 1px 3px 2px #50BB4B;
box-shadow: 1px 1px 3px 2px #50BB4B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50BB4B; -webkit-box-shadow: 1px 1px 3px 2px #50BB4B; box-shadow:1px 1px 3px 2px #50BB4B;">
Div content here
</div>
This text has color #50BB4B on black background.
This text has color #50BB4B on white background.
This text has black color on #50BB4B background.
This text has white color on #50BB4B background.
Complementary color for #hex is #AF44B4.