HEX: #BCF077
RGB: (188,240,119)
#BCF077 contains mainly red and green colors. Web safe color of #BCF077 is #CCFF66 (or #CF6).
#BCF077 color RGB value is (188,240,119).
RGB: (188,240,119)
(74%, 94%, 47%)
R 188 of 255 = 74%
G 240 of 255 = 94%
B 119 of 255 = 47%
R + G + B ~ 72%. #BCF077 is quite light color.
R + G + B = 188 + 240 + 119 = 547 (100%)
R 188 of 547 ~ 34.37%
G 240 of 547 ~ 43.88%
B 119 of 547 ~ 21.76'%
#BCF077 color CMYK value is (22,0,50,6).
CMYK: (22,0,50,6)
C22M0Y50K6 (22%, 0%, 50%, 6%)
(0.22 / 0.00 / 0.50 / 0.06)
Color #BCF077 in popluar color models
BC | F0 | 77 | |
---|---|---|---|
RGB | 188 | 240 | 119 |
HSL | 86° | 80.13% | 70.39% |
HSB/HSV | 86° | 50.42% | 94.12% |
CMYK | 21.67% | 0.00% | 50.42% |
5.88% |
Color #BCF077 in popluar number systems.
HEX | BC | F0 | 77 |
Decimal | 188 | 240 | 119 |
Binary | 10111100 | 11110000 | 1110111 |
Octal | 274 | 360 | 167 |
Shades of #BCF077
Tints of #BCF077
Examples of css and html codes for elements with #BCF077 color. Also use rgb(188,240,119) instead hex code.
.myTextColor { color: #BCF077; }
<p style="color:#BCF077">This sample text font color is #BCF077.</p>
This text font color is #BCF077.
.myBgColor { background-color: #BCF077; }
<div style="background-color:#BCF077">Inner text</div>
This div background color is #BCF077.
.myBorderColor { border: 1px solid #BCF077; }
<div style="border:3px solid #BCF077">Div</div>
This div border color is #BCF077.
.myOpacity80 { color: #BCF077; opacity: 0.8; }
<p style="color:#BCF077;opacity:0.8;">80%</p>
Text with #BCF077 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BCF077;}
<p style="text-shadow: 3px 3px 1px #BCF077">Text here.</p>
This text has shadow with #BCF077 color.
.textShadow {text-shadow: 3px 3px 1px #BCF077', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BCF077, 5px 5px 20px red">Text here.</p>
This text has shadow with #BCF077 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BCF077, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BCF077, Direction=45, Strength=4)">Text</p>
This text has shadow with #BCF077 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BCF077;
-webkit-box-shadow: 1px 1px 3px 2px #BCF077;
box-shadow: 1px 1px 3px 2px #BCF077;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BCF077; -webkit-box-shadow: 1px 1px 3px 2px #BCF077; box-shadow:1px 1px 3px 2px #BCF077;">
Div content here
</div>
This text has color #BCF077 on black background.
This text has color #BCF077 on white background.
This text has black color on #BCF077 background.
This text has white color on #BCF077 background.
Complementary color for #hex is #430F88.