HEX: #BEEF61
RGB: (190,239,97)
#BEEF61 contains mainly red and green colors. Web safe color of #BEEF61 is #CCFF66 (or #CF6).
#BEEF61 color RGB value is (190,239,97).
RGB: (190,239,97)
(75%, 94%, 38%)
R 190 of 255 = 75%
G 239 of 255 = 94%
B 97 of 255 = 38%
R + G + B ~ 69%. #BEEF61 is quite light color.
R + G + B = 190 + 239 + 97 = 526 (100%)
R 190 of 526 ~ 36.12%
G 239 of 526 ~ 45.44%
B 97 of 526 ~ 18.44'%
#BEEF61 color CMYK value is (21,0,59,6).
CMYK: (21,0,59,6)
C21M0Y59K6 (21%, 0%, 59%, 6%)
(0.21 / 0.00 / 0.59 / 0.06)
Color #BEEF61 in popluar color models
BE | EF | 61 | |
---|---|---|---|
RGB | 190 | 239 | 97 |
HSL | 81° | 81.61% | 65.88% |
HSB/HSV | 81° | 59.41% | 93.73% |
CMYK | 20.50% | 0.00% | 59.41% |
6.27% |
Color #BEEF61 in popluar number systems.
HEX | BE | EF | 61 |
Decimal | 190 | 239 | 97 |
Binary | 10111110 | 11101111 | 1100001 |
Octal | 276 | 357 | 141 |
Shades of #BEEF61
Tints of #BEEF61
Examples of css and html codes for elements with #BEEF61 color. Also use rgb(190,239,97) instead hex code.
.myTextColor { color: #BEEF61; }
<p style="color:#BEEF61">This sample text font color is #BEEF61.</p>
This text font color is #BEEF61.
.myBgColor { background-color: #BEEF61; }
<div style="background-color:#BEEF61">Inner text</div>
This div background color is #BEEF61.
.myBorderColor { border: 1px solid #BEEF61; }
<div style="border:3px solid #BEEF61">Div</div>
This div border color is #BEEF61.
.myOpacity80 { color: #BEEF61; opacity: 0.8; }
<p style="color:#BEEF61;opacity:0.8;">80%</p>
Text with #BEEF61 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BEEF61;}
<p style="text-shadow: 3px 3px 1px #BEEF61">Text here.</p>
This text has shadow with #BEEF61 color.
.textShadow {text-shadow: 3px 3px 1px #BEEF61', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BEEF61, 5px 5px 20px red">Text here.</p>
This text has shadow with #BEEF61 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BEEF61, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BEEF61, Direction=45, Strength=4)">Text</p>
This text has shadow with #BEEF61 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BEEF61;
-webkit-box-shadow: 1px 1px 3px 2px #BEEF61;
box-shadow: 1px 1px 3px 2px #BEEF61;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BEEF61; -webkit-box-shadow: 1px 1px 3px 2px #BEEF61; box-shadow:1px 1px 3px 2px #BEEF61;">
Div content here
</div>
This text has color #BEEF61 on black background.
This text has color #BEEF61 on white background.
This text has black color on #BEEF61 background.
This text has white color on #BEEF61 background.
Complementary color for #hex is #41109E.