HEX: #BEF493
RGB: (190,244,147)
#BEF493 contains mainly red and green colors. Web safe color of #BEF493 is #CCFF99 (or #CF9).
#BEF493 color RGB value is (190,244,147).
RGB: (190,244,147)
(75%, 96%, 58%)
R 190 of 255 = 75%
G 244 of 255 = 96%
B 147 of 255 = 58%
R + G + B ~ 76%. #BEF493 is quite light color.
R + G + B = 190 + 244 + 147 = 581 (100%)
R 190 of 581 ~ 32.7%
G 244 of 581 ~ 42%
B 147 of 581 ~ 25.3'%
#BEF493 color CMYK value is (22,0,40,4).
CMYK: (22,0,40,4)
C22M0Y40K4 (22%, 0%, 40%, 4%)
(0.22 / 0.00 / 0.40 / 0.04)
Color #BEF493 in popluar color models
BE | F4 | 93 | |
---|---|---|---|
RGB | 190 | 244 | 147 |
HSL | 93° | 81.51% | 76.67% |
HSB/HSV | 93° | 39.75% | 95.69% |
CMYK | 22.13% | 0.00% | 39.75% |
4.31% |
Color #BEF493 in popluar number systems.
HEX | BE | F4 | 93 |
Decimal | 190 | 244 | 147 |
Binary | 10111110 | 11110100 | 10010011 |
Octal | 276 | 364 | 223 |
Shades of #BEF493
Tints of #BEF493
Examples of css and html codes for elements with #BEF493 color. Also use rgb(190,244,147) instead hex code.
.myTextColor { color: #BEF493; }
<p style="color:#BEF493">This sample text font color is #BEF493.</p>
This text font color is #BEF493.
.myBgColor { background-color: #BEF493; }
<div style="background-color:#BEF493">Inner text</div>
This div background color is #BEF493.
.myBorderColor { border: 1px solid #BEF493; }
<div style="border:3px solid #BEF493">Div</div>
This div border color is #BEF493.
.myOpacity80 { color: #BEF493; opacity: 0.8; }
<p style="color:#BEF493;opacity:0.8;">80%</p>
Text with #BEF493 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEF493;}
<p style="text-shadow: 3px 3px 1px #BEF493">Text here.</p>
This text has shadow with #BEF493 color.
.textShadow {text-shadow: 3px 3px 1px #BEF493', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEF493, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEF493 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEF493, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEF493, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEF493 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEF493;
-webkit-box-shadow: 1px 1px 3px 2px #BEF493;
box-shadow: 1px 1px 3px 2px #BEF493;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEF493; -webkit-box-shadow: 1px 1px 3px 2px #BEF493; box-shadow:1px 1px 3px 2px #BEF493;">
Div content here
</div>
This text has color #BEF493 on black background.
This text has color #BEF493 on white background.
This text has black color on #BEF493 background.
This text has white color on #BEF493 background.
Complementary color for #hex is #410B6C.