HEX: #B5EC4D
RGB: (181,236,77)
#B5EC4D contains mainly red and green colors. Web safe color of #B5EC4D is #CCFF33 (or #CF3).
#B5EC4D color RGB value is (181,236,77).
RGB: (181,236,77)
(71%, 93%, 30%)
R 181 of 255 = 71%
G 236 of 255 = 93%
B 77 of 255 = 30%
R + G + B ~ 65%. #B5EC4D is quite light color.
R + G + B = 181 + 236 + 77 = 494 (100%)
R 181 of 494 ~ 36.64%
G 236 of 494 ~ 47.77%
B 77 of 494 ~ 15.59'%
#B5EC4D color CMYK value is (23,0,67,7).
CMYK: (23,0,67,7) C23M0Y67K7 (23%,0%,67%,7%) (0.23/0.00/0.67/0.07)
Color #B5EC4D in popluar color models
B5 | EC | 4D | |
---|---|---|---|
RGB | 181 | 236 | 77 |
HSL | 81° | 80.71% | 61.37% |
HSB/HSV | 81° | 67.37% | 92.55% |
CMYK | 23.31% | 0.00% | 67.37% |
7.45% |
Color #B5EC4D in popluar number systems.
HEX | B5 | EC | 4D |
Decimal | 181 | 236 | 77 |
Binary | 10110101 | 11101100 | 1001101 |
Octal | 265 | 354 | 115 |
Shades of #B5EC4D
Tints of #B5EC4D
Examples of css and html codes for elements with #B5EC4D color. Also use rgb(181,236,77) instead hex code.
.myTextColor { color: #B5EC4D; }
<p style="color:#B5EC4D">This sample text font color is #B5EC4D.</p>
This text font color is #B5EC4D.
.myBgColor { background-color: #B5EC4D; }
<div style="background-color:#B5EC4D">Inner text</div>
This div background color is #B5EC4D.
.myBorderColor { border: 1px solid #B5EC4D; }
<div style="border:3px solid #B5EC4D">Div</div>
This div border color is #B5EC4D.
.myOpacity80 { color: #B5EC4D; opacity: 0.8; }
<p style="color:#B5EC4D;opacity:0.8;">80%</p>
Text with #B5EC4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5EC4D;}
<p style="text-shadow: 3px 3px 1px #B5EC4D">Text here.</p>
This text has shadow with #B5EC4D color.
.textShadow {text-shadow: 3px 3px 1px #B5EC4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5EC4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5EC4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5EC4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5EC4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5EC4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5EC4D;
-webkit-box-shadow: 1px 1px 3px 2px #B5EC4D;
box-shadow: 1px 1px 3px 2px #B5EC4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5EC4D; -webkit-box-shadow: 1px 1px 3px 2px #B5EC4D; box-shadow:1px 1px 3px 2px #B5EC4D;">
Div content here
</div>
This text has color #B5EC4D on black background.
This text has color #B5EC4D on white background.
This text has black color on #B5EC4D background.
This text has white color on #B5EC4D background.
Complementary color for #hex is #4A13B2.