HEX: #B5E073
RGB: (181,224,115)
#B5E073 contains mainly red and green colors. Web safe color of #B5E073 is #CCCC66 (or #CC6).
#B5E073 color RGB value is (181,224,115).
RGB: (181,224,115)
(71%, 88%, 45%)
R 181 of 255 = 71%
G 224 of 255 = 88%
B 115 of 255 = 45%
R + G + B ~ 68%. #B5E073 is quite light color.
R + G + B = 181 + 224 + 115 = 520 (100%)
R 181 of 520 ~ 34.81%
G 224 of 520 ~ 43.08%
B 115 of 520 ~ 22.12'%
#B5E073 color CMYK value is (19,0,49,12).
CMYK: (19,0,49,12)
C19M0Y49K12 (19%, 0%, 49%, 12%)
(0.19 / 0.00 / 0.49 / 0.12)
Color #B5E073 in popluar color models
B5 | E0 | 73 | |
---|---|---|---|
RGB | 181 | 224 | 115 |
HSL | 84° | 63.74% | 66.47% |
HSB/HSV | 84° | 48.66% | 87.84% |
CMYK | 19.20% | 0.00% | 48.66% |
12.16% |
Color #B5E073 in popluar number systems.
HEX | B5 | E0 | 73 |
Decimal | 181 | 224 | 115 |
Binary | 10110101 | 11100000 | 1110011 |
Octal | 265 | 340 | 163 |
Shades of #B5E073
Tints of #B5E073
Examples of css and html codes for elements with #B5E073 color. Also use rgb(181,224,115) instead hex code.
.myTextColor { color: #B5E073; }
<p style="color:#B5E073">This sample text font color is #B5E073.</p>
This text font color is #B5E073.
.myBgColor { background-color: #B5E073; }
<div style="background-color:#B5E073">Inner text</div>
This div background color is #B5E073.
.myBorderColor { border: 1px solid #B5E073; }
<div style="border:3px solid #B5E073">Div</div>
This div border color is #B5E073.
.myOpacity80 { color: #B5E073; opacity: 0.8; }
<p style="color:#B5E073;opacity:0.8;">80%</p>
Text with #B5E073 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5E073;}
<p style="text-shadow: 3px 3px 1px #B5E073">Text here.</p>
This text has shadow with #B5E073 color.
.textShadow {text-shadow: 3px 3px 1px #B5E073', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5E073, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5E073 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5E073, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5E073, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5E073 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5E073;
-webkit-box-shadow: 1px 1px 3px 2px #B5E073;
box-shadow: 1px 1px 3px 2px #B5E073;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5E073; -webkit-box-shadow: 1px 1px 3px 2px #B5E073; box-shadow:1px 1px 3px 2px #B5E073;">
Div content here
</div>
This text has color #B5E073 on black background.
This text has color #B5E073 on white background.
This text has black color on #B5E073 background.
This text has white color on #B5E073 background.
Complementary color for #hex is #4A1F8C.