HEX: #B2FA72
RGB: (178,250,114)
#B2FA72 contains mainly green color. Web safe color of #B2FA72 is #99FF66 (or #9F6).
#B2FA72 color RGB value is (178,250,114).
RGB: (178,250,114)
(70%, 98%, 45%)
R 178 of 255 = 70%
G 250 of 255 = 98%
B 114 of 255 = 45%
R + G + B ~ 71%. #B2FA72 is quite light color.
R + G + B = 178 + 250 + 114 = 542 (100%)
R 178 of 542 ~ 32.84%
G 250 of 542 ~ 46.13%
B 114 of 542 ~ 21.03'%
#B2FA72 color CMYK value is (29,0,54,2).
CMYK: (29,0,54,2)
C29M0Y54K2 (29%, 0%, 54%, 2%)
(0.29 / 0.00 / 0.54 / 0.02)
Color #B2FA72 in popluar color models
B2 | FA | 72 | |
---|---|---|---|
RGB | 178 | 250 | 114 |
HSL | 92° | 93.15% | 71.37% |
HSB/HSV | 92° | 54.40% | 98.04% |
CMYK | 28.80% | 0.00% | 54.40% |
1.96% |
Color #B2FA72 in popluar number systems.
HEX | B2 | FA | 72 |
Decimal | 178 | 250 | 114 |
Binary | 10110010 | 11111010 | 1110010 |
Octal | 262 | 372 | 162 |
Shades of #B2FA72
Tints of #B2FA72
Examples of css and html codes for elements with #B2FA72 color. Also use rgb(178,250,114) instead hex code.
.myTextColor { color: #B2FA72; }
<p style="color:#B2FA72">This sample text font color is #B2FA72.</p>
This text font color is #B2FA72.
.myBgColor { background-color: #B2FA72; }
<div style="background-color:#B2FA72">Inner text</div>
This div background color is #B2FA72.
.myBorderColor { border: 1px solid #B2FA72; }
<div style="border:3px solid #B2FA72">Div</div>
This div border color is #B2FA72.
.myOpacity80 { color: #B2FA72; opacity: 0.8; }
<p style="color:#B2FA72;opacity:0.8;">80%</p>
Text with #B2FA72 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2FA72;}
<p style="text-shadow: 3px 3px 1px #B2FA72">Text here.</p>
This text has shadow with #B2FA72 color.
.textShadow {text-shadow: 3px 3px 1px #B2FA72', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2FA72, 5px 5px 20px red">Text here.</p>
This text has shadow with #B2FA72 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2FA72, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2FA72, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2FA72 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B2FA72;
-webkit-box-shadow: 1px 1px 3px 2px #B2FA72;
box-shadow: 1px 1px 3px 2px #B2FA72;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2FA72; -webkit-box-shadow: 1px 1px 3px 2px #B2FA72; box-shadow:1px 1px 3px 2px #B2FA72;">
Div content here
</div>
This text has color #B2FA72 on black background.
This text has color #B2FA72 on white background.
This text has black color on #B2FA72 background.
This text has white color on #B2FA72 background.
Complementary color for #hex is #4D058D.