COLOR #B2FB94

HEX: #B2FB94
RGB: (178,251,148)

Color info

#B2FB94 contains mainly green color. Web safe color of #B2FB94 is #99FF99 (or #9F9).

RGB color model

#B2FB94 color RGB value is (178,251,148).

  • red value is 178;
  • green value is 251;
  • blue value is 148.
RGB:
(178,251,148)
(70%,98%,58%)

RGB channels and saturation

R 178 of 255 = 70%
G 251 of 255 = 98%
B 148 of 255 = 58%

178
251
148

R + G + B ~ 75%. #B2FB94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 251 + 148 = 577 (100%)
R 178 of 577 ~ 30.85%
G 251 of 577 ~ 43.5%
B 148 of 577 ~ 25.65%

%30.85
%43.5
%25.65

CMYK color model

#B2FB94 color CMYK value is (29,0,41,2).

  • cyan value is 29.08%
  • magenta value is 0.00%
  • yellow value is 41.04%
  • key color value is 1.57%
CMYK:
(29,0,41,2)
C29M0Y41K2 
(29%,0%,41%,2%)
(0.29/0.00/0.41/0.02)	

CMYK percentages

%29.08
%0
%41.04
%1.57

Codes

Color #B2FB94 in popluar color models

B2FB94
RGB178251148
HSL103°92.79%78.24%
HSB/HSV103°41.04%98.43%
CMYK29.08%0.00%41.04%
1.57%

Color #B2FB94 in popluar number systems.

HEXB2FB94
Decimal178251148
Binary101100101111101110010100
Octal262373224

Shades and tints

Shades of #B2FB94

#B2FB94
(178,251,148)
#A2E587
(162,229,135)
#92CF7A
(146,207,122)
#82B96D
(130,185,109)
#72A360
(114,163,96)
#628D53
(98,141,83)
#527746
(82,119,70)
#426139
(66,97,57)
#324B2C
(50,75,44)
#22351F
(34,53,31)
#121F12
(18,31,18)
#000000
(0,0,0)

Tints of #B2FB94

#B2FB94
(178,251,148)
#B9FB9D
(185,251,157)
#C0FBA6
(192,251,166)
#C7FBAF
(199,251,175)
#CEFBB8
(206,251,184)
#D5FBC1
(213,251,193)
#DCFBCA
(220,251,202)
#E3FBD3
(227,251,211)
#EAFBDC
(234,251,220)
#F1FBE5
(241,251,229)
#F8FBEE
(248,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2FB94 color. Also use rgb(178,251,148) instead hex code.

Text Font Color

.myTextColor { color: #B2FB94; }

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

This text font color is #B2FB94.


Background Color

.myBgColor { background-color: #B2FB94; }

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

This div background color is #B2FB94.


Border color

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

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

This div border color is #B2FB94.


Opacity

.myOpacity80 { color: #B2FB94; opacity: 0.8; }

<p style="color:#B2FB94;opacity:0.8;">80%</p>

Text with #B2FB94 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 #B2FB94;}

<p style="text-shadow: 3px 3px 1px #B2FB94">Text here.</p>

This text has shadow with #B2FB94 color.

.textShadow {text-shadow: 3px 3px 1px #B2FB94, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B2FB94, 5px 5px 20px red">Text here.</p>

This text has shadow with #B2FB94 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2FB94, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B2FB94, Direction=45, Strength=4)">Text</p>

This text has shadow with #B2FB94 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B2FB94;
  -webkit-box-shadow:	1px 1px 3px 2px #B2FB94;
  box-shadow:		1px 1px 3px 2px #B2FB94;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2FB94;
-webkit-box-shadow: 1px 1px 3px 2px #B2FB94;
box-shadow:1px 1px 3px 2px #B2FB94;">
Div content here</div>
This div box has shadow with color #B2FB94.

Preview

Color preview on black background

This text has color #B2FB94 on black background.


Color preview on white background

This text has color #B2FB94 on white background.



Black color preview on #B2FB94 background

This text has black color on #B2FB94 background.


White color preview on #B2FB94 background

This text has white color on #B2FB94 background.