HEX: #BEE55E
RGB: (190,229,94)
#BEE55E contains mainly red and green colors. Web safe color of #BEE55E is #CCCC66 (or #CC6).
#BEE55E color RGB value is (190,229,94).
RGB: (190,229,94)
(75%, 90%, 37%)
R 190 of 255 = 75%
G 229 of 255 = 90%
B 94 of 255 = 37%
R + G + B ~ 67%. #BEE55E is quite light color.
R + G + B = 190 + 229 + 94 = 513 (100%)
R 190 of 513 ~ 37.04%
G 229 of 513 ~ 44.64%
B 94 of 513 ~ 18.32'%
#BEE55E color CMYK value is (17,0,59,10).
CMYK: (17,0,59,10)
C17M0Y59K10 (17%, 0%, 59%, 10%)
(0.17 / 0.00 / 0.59 / 0.10)
Color #BEE55E in popluar color models
BE | E5 | 5E | |
---|---|---|---|
RGB | 190 | 229 | 94 |
HSL | 77° | 72.19% | 63.33% |
HSB/HSV | 77° | 58.95% | 89.80% |
CMYK | 17.03% | 0.00% | 58.95% |
10.20% |
Color #BEE55E in popluar number systems.
HEX | BE | E5 | 5E |
Decimal | 190 | 229 | 94 |
Binary | 10111110 | 11100101 | 1011110 |
Octal | 276 | 345 | 136 |
Shades of #BEE55E
Tints of #BEE55E
Examples of css and html codes for elements with #BEE55E color. Also use rgb(190,229,94) instead hex code.
.myTextColor { color: #BEE55E; }
<p style="color:#BEE55E">This sample text font color is #BEE55E.</p>
This text font color is #BEE55E.
.myBgColor { background-color: #BEE55E; }
<div style="background-color:#BEE55E">Inner text</div>
This div background color is #BEE55E.
.myBorderColor { border: 1px solid #BEE55E; }
<div style="border:3px solid #BEE55E">Div</div>
This div border color is #BEE55E.
.myOpacity80 { color: #BEE55E; opacity: 0.8; }
<p style="color:#BEE55E;opacity:0.8;">80%</p>
Text with #BEE55E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEE55E;}
<p style="text-shadow: 3px 3px 1px #BEE55E">Text here.</p>
This text has shadow with #BEE55E color.
.textShadow {text-shadow: 3px 3px 1px #BEE55E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEE55E, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEE55E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEE55E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEE55E, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEE55E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEE55E;
-webkit-box-shadow: 1px 1px 3px 2px #BEE55E;
box-shadow: 1px 1px 3px 2px #BEE55E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEE55E; -webkit-box-shadow: 1px 1px 3px 2px #BEE55E; box-shadow:1px 1px 3px 2px #BEE55E;">
Div content here
</div>
This text has color #BEE55E on black background.
This text has color #BEE55E on white background.
This text has black color on #BEE55E background.
This text has white color on #BEE55E background.
Complementary color for #hex is #411AA1.