HEX: #50E63F
RGB: (80,230,63)
#50E63F contains mainly green color. Web safe color of #50E63F is #66CC33 (or #6C3).
#50E63F color RGB value is (80,230,63).
RGB: (80,230,63)
(31%, 90%, 25%)
R 80 of 255 = 31%
G 230 of 255 = 90%
B 63 of 255 = 25%
R + G + B ~ 49%. #50E63F is middle color (not dark and not light).
R + G + B = 80 + 230 + 63 = 373 (100%)
R 80 of 373 ~ 21.45%
G 230 of 373 ~ 61.66%
B 63 of 373 ~ 16.89'%
#50E63F color CMYK value is (65,0,73,10).
CMYK: (65,0,73,10)
C65M0Y73K10 (65%, 0%, 73%, 10%)
(0.65 / 0.00 / 0.73 / 0.10)
Color #50E63F in popluar color models
50 | E6 | 3F | |
---|---|---|---|
RGB | 80 | 230 | 63 |
HSL | 114° | 76.96% | 57.45% |
HSB/HSV | 114° | 72.61% | 90.20% |
CMYK | 65.22% | 0.00% | 72.61% |
9.80% |
Color #50E63F in popluar number systems.
HEX | 50 | E6 | 3F |
Decimal | 80 | 230 | 63 |
Binary | 1010000 | 11100110 | 111111 |
Octal | 120 | 346 | 77 |
Shades of #50E63F
Tints of #50E63F
Examples of css and html codes for elements with #50E63F color. Also use rgb(80,230,63) instead hex code.
.myTextColor { color: #50E63F; }
<p style="color:#50E63F">This sample text font color is #50E63F.</p>
This text font color is #50E63F.
.myBgColor { background-color: #50E63F; }
<div style="background-color:#50E63F">Inner text</div>
This div background color is #50E63F.
.myBorderColor { border: 1px solid #50E63F; }
<div style="border:3px solid #50E63F">Div</div>
This div border color is #50E63F.
.myOpacity80 { color: #50E63F; opacity: 0.8; }
<p style="color:#50E63F;opacity:0.8;">80%</p>
Text with #50E63F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50E63F;}
<p style="text-shadow: 3px 3px 1px #50E63F">Text here.</p>
This text has shadow with #50E63F color.
.textShadow {text-shadow: 3px 3px 1px #50E63F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50E63F, 5px 5px 20px red">Text here.</p>
This text has shadow with #50E63F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50E63F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50E63F, Direction=45, Strength=4)">Text</p>
This text has shadow with #50E63F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50E63F;
-webkit-box-shadow: 1px 1px 3px 2px #50E63F;
box-shadow: 1px 1px 3px 2px #50E63F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50E63F; -webkit-box-shadow: 1px 1px 3px 2px #50E63F; box-shadow:1px 1px 3px 2px #50E63F;">
Div content here
</div>
This text has color #50E63F on black background.
This text has color #50E63F on white background.
This text has black color on #50E63F background.
This text has white color on #50E63F background.
Complementary color for #50E63F is #AF19C0.