HEX: #50BB6A
RGB: (80,187,106)
#50BB6A contains mainly green color. Web safe color of #50BB6A is #66CC66 (or #6C6).
#50BB6A color RGB value is (80,187,106).
RGB: (80,187,106)
(31%, 73%, 42%)
R 80 of 255 = 31%
G 187 of 255 = 73%
B 106 of 255 = 42%
R + G + B ~ 49%. #50BB6A is middle color (not dark and not light).
R + G + B = 80 + 187 + 106 = 373 (100%)
R 80 of 373 ~ 21.45%
G 187 of 373 ~ 50.13%
B 106 of 373 ~ 28.42'%
#50BB6A color CMYK value is (57,0,43,27).
CMYK: (57,0,43,27)
C57M0Y43K27 (57%, 0%, 43%, 27%)
(0.57 / 0.00 / 0.43 / 0.27)
Color #50BB6A in popluar color models
50 | BB | 6A | |
---|---|---|---|
RGB | 80 | 187 | 106 |
HSL | 135° | 44.03% | 52.35% |
HSB/HSV | 135° | 57.22% | 73.33% |
CMYK | 57.22% | 0.00% | 43.32% |
26.67% |
Color #50BB6A in popluar number systems.
HEX | 50 | BB | 6A |
Decimal | 80 | 187 | 106 |
Binary | 1010000 | 10111011 | 1101010 |
Octal | 120 | 273 | 152 |
Shades of #50BB6A
Tints of #50BB6A
Examples of css and html codes for elements with #50BB6A color. Also use rgb(80,187,106) instead hex code.
.myTextColor { color: #50BB6A; }
<p style="color:#50BB6A">This sample text font color is #50BB6A.</p>
This text font color is #50BB6A.
.myBgColor { background-color: #50BB6A; }
<div style="background-color:#50BB6A">Inner text</div>
This div background color is #50BB6A.
.myBorderColor { border: 1px solid #50BB6A; }
<div style="border:3px solid #50BB6A">Div</div>
This div border color is #50BB6A.
.myOpacity80 { color: #50BB6A; opacity: 0.8; }
<p style="color:#50BB6A;opacity:0.8;">80%</p>
Text with #50BB6A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50BB6A;}
<p style="text-shadow: 3px 3px 1px #50BB6A">Text here.</p>
This text has shadow with #50BB6A color.
.textShadow {text-shadow: 3px 3px 1px #50BB6A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50BB6A, 5px 5px 20px red">Text here.</p>
This text has shadow with #50BB6A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50BB6A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50BB6A, Direction=45, Strength=4)">Text</p>
This text has shadow with #50BB6A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50BB6A;
-webkit-box-shadow: 1px 1px 3px 2px #50BB6A;
box-shadow: 1px 1px 3px 2px #50BB6A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50BB6A; -webkit-box-shadow: 1px 1px 3px 2px #50BB6A; box-shadow:1px 1px 3px 2px #50BB6A;">
Div content here
</div>
This text has color #50BB6A on black background.
This text has color #50BB6A on white background.
This text has black color on #50BB6A background.
This text has white color on #50BB6A background.
Complementary color for #hex is #AF4495.