HEX: #BCE077
RGB: (188,224,119)
#BCE077 contains mainly red and green colors. Web safe color of #BCE077 is #CCCC66 (or #CC6).
#BCE077 color RGB value is (188,224,119).
RGB: (188,224,119)
(74%, 88%, 47%)
R 188 of 255 = 74%
G 224 of 255 = 88%
B 119 of 255 = 47%
R + G + B ~ 70%. #BCE077 is quite light color.
R + G + B = 188 + 224 + 119 = 531 (100%)
R 188 of 531 ~ 35.4%
G 224 of 531 ~ 42.18%
B 119 of 531 ~ 22.41'%
#BCE077 color CMYK value is (16,0,47,12).
CMYK: (16,0,47,12)
C16M0Y47K12 (16%, 0%, 47%, 12%)
(0.16 / 0.00 / 0.47 / 0.12)
Color #BCE077 in popluar color models
BC | E0 | 77 | |
---|---|---|---|
RGB | 188 | 224 | 119 |
HSL | 81° | 62.87% | 67.25% |
HSB/HSV | 81° | 46.88% | 87.84% |
CMYK | 16.07% | 0.00% | 46.88% |
12.16% |
Color #BCE077 in popluar number systems.
HEX | BC | E0 | 77 |
Decimal | 188 | 224 | 119 |
Binary | 10111100 | 11100000 | 1110111 |
Octal | 274 | 340 | 167 |
Shades of #BCE077
Tints of #BCE077
Examples of css and html codes for elements with #BCE077 color. Also use rgb(188,224,119) instead hex code.
.myTextColor { color: #BCE077; }
<p style="color:#BCE077">This sample text font color is #BCE077.</p>
This text font color is #BCE077.
.myBgColor { background-color: #BCE077; }
<div style="background-color:#BCE077">Inner text</div>
This div background color is #BCE077.
.myBorderColor { border: 1px solid #BCE077; }
<div style="border:3px solid #BCE077">Div</div>
This div border color is #BCE077.
.myOpacity80 { color: #BCE077; opacity: 0.8; }
<p style="color:#BCE077;opacity:0.8;">80%</p>
Text with #BCE077 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCE077;}
<p style="text-shadow: 3px 3px 1px #BCE077">Text here.</p>
This text has shadow with #BCE077 color.
.textShadow {text-shadow: 3px 3px 1px #BCE077', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCE077, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCE077 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCE077, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCE077, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCE077 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCE077;
-webkit-box-shadow: 1px 1px 3px 2px #BCE077;
box-shadow: 1px 1px 3px 2px #BCE077;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCE077; -webkit-box-shadow: 1px 1px 3px 2px #BCE077; box-shadow:1px 1px 3px 2px #BCE077;">
Div content here
</div>
This text has color #BCE077 on black background.
This text has color #BCE077 on white background.
This text has black color on #BCE077 background.
This text has white color on #BCE077 background.
Complementary color for #hex is #431F88.