HEX: #BEF289
RGB: (190,242,137)
#BEF289 contains mainly red and green colors. Web safe color of #BEF289 is #CCFF99 (or #CF9).
#BEF289 color RGB value is (190,242,137).
RGB: (190,242,137)
(75%, 95%, 54%)
R 190 of 255 = 75%
G 242 of 255 = 95%
B 137 of 255 = 54%
R + G + B ~ 75%. #BEF289 is quite light color.
R + G + B = 190 + 242 + 137 = 569 (100%)
R 190 of 569 ~ 33.39%
G 242 of 569 ~ 42.53%
B 137 of 569 ~ 24.08'%
#BEF289 color CMYK value is (21,0,43,5).
CMYK: (21,0,43,5) C21M0Y43K5 (21%,0%,43%,5%) (0.21/0.00/0.43/0.05)
Color #BEF289 in popluar color models
BE | F2 | 89 | |
---|---|---|---|
RGB | 190 | 242 | 137 |
HSL | 90° | 80.15% | 74.31% |
HSB/HSV | 90° | 43.39% | 94.90% |
CMYK | 21.49% | 0.00% | 43.39% |
5.10% |
Color #BEF289 in popluar number systems.
HEX | BE | F2 | 89 |
Decimal | 190 | 242 | 137 |
Binary | 10111110 | 11110010 | 10001001 |
Octal | 276 | 362 | 211 |
Shades of #BEF289
Tints of #BEF289
Examples of css and html codes for elements with #BEF289 color. Also use rgb(190,242,137) instead hex code.
.myTextColor { color: #BEF289; }
<p style="color:#BEF289">This sample text font color is #BEF289.</p>
This text font color is #BEF289.
.myBgColor { background-color: #BEF289; }
<div style="background-color:#BEF289">Inner text</div>
This div background color is #BEF289.
.myBorderColor { border: 1px solid #BEF289; }
<div style="border:3px solid #BEF289">Div</div>
This div border color is #BEF289.
.myOpacity80 { color: #BEF289; opacity: 0.8; }
<p style="color:#BEF289;opacity:0.8;">80%</p>
Text with #BEF289 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEF289;}
<p style="text-shadow: 3px 3px 1px #BEF289">Text here.</p>
This text has shadow with #BEF289 color.
.textShadow {text-shadow: 3px 3px 1px #BEF289', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEF289, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEF289 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEF289, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEF289, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEF289 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEF289;
-webkit-box-shadow: 1px 1px 3px 2px #BEF289;
box-shadow: 1px 1px 3px 2px #BEF289;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEF289; -webkit-box-shadow: 1px 1px 3px 2px #BEF289; box-shadow:1px 1px 3px 2px #BEF289;">
Div content here
</div>
This text has color #BEF289 on black background.
This text has color #BEF289 on white background.
This text has black color on #BEF289 background.
This text has white color on #BEF289 background.
Complementary color for #hex is #410D76.