COLOR #B2FA72

HEX: #B2FA72 RGB: (178,250,114)

Color info

#B2FA72 contains mainly green color. Web safe color of #B2FA72 is #99FF66 (or #9F6).

RGB color model

#B2FA72 color RGB value is (178,250,114).

RGB: (178,250,114) (70%, 98%, 45%)

RGB channels and saturation

R 178 of 255 = 70%
G 250 of 255 = 98%
B 114 of 255 = 45%

178
250
114

R + G + B ~ 71%. #B2FA72 is quite light color.

Portions of RGB colors in percentages

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'%

%32.84
%46.13
%21.03

CMYK color model

#B2FA72 color CMYK value is (29,0,54,2).

  • cyan value is 28.80%
  • magenta value is 0.00%
  • yellow value is 54.40%
  • key color value is 1.96%

CMYK: (29,0,54,2)
C29M0Y54K2 (29%, 0%, 54%, 2%)
(0.29 / 0.00 / 0.54 / 0.02)

CMYK percentages

%28.8
%0
%54.4
%1.96

Codes

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 and tints

Shades of #B2FA72

#B2FA72
(178,250,114)
#A2E468
(162,228,104)
#92CE5E
(146,206,94)
#82B854
(130,184,84)
#72A24A
(114,162,74)
#628C40
(98,140,64)
#527636
(82,118,54)
#42602C
(66,96,44)
#324A22
(50,74,34)
#223418
(34,52,24)
#121E0E
(18,30,14)
#000000
(0,0,0)

Tints of #B2FA72

#B2FA72
(178,250,114)
#B9FA7E
(185,250,126)
#C0FA8A
(192,250,138)
#C7FA96
(199,250,150)
#CEFAA2
(206,250,162)
#D5FAAE
(213,250,174)
#DCFABA
(220,250,186)
#E3FAC6
(227,250,198)
#EAFAD2
(234,250,210)
#F1FADE
(241,250,222)
#F8FAEA
(248,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2FA72 color. Also use rgb(178,250,114) instead hex code.

Text Font Color

.myTextColor { color: #B2FA72; }

<p style="color:#B2FA72">This sample text font color is #B2FA72.</p>

This text font color is #B2FA72.

Background Color

.myBgColor { background-color: #B2FA72; }

<div style="background-color:#B2FA72">Inner text</div>

This div background color is #B2FA72.

Border color

.myBorderColor { border: 1px solid #B2FA72; }

<div style="border:3px solid #B2FA72">Div</div>

This div border color is #B2FA72.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #B2FA72.

Preview

Color preview on black background

This text has color #B2FA72 on black background.


Color preview on white background

This text has color #B2FA72 on white background.


Black color preview on #B2FA72 background

This text has black color on #B2FA72 background.


White color preview on #B2FA72 background

This text has white color on #B2FA72 background.


Related colors

Complementary color

Complementary color for #hex is #4D058D.


I love getcolorcode.com

Triadic colors

1 #72B2FA and #FA72B2 with #B2FA72 are triadic colors.

2 #72FAB2 and #FAB272 with #B2FA72 are triadic colors.