COLOR #B2F78C

HEX: #B2F78C
RGB: (178,247,140)

Color info

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

RGB color model

#B2F78C color RGB value is (178,247,140).

  • red value is 178;
  • green value is 247;
  • blue value is 140.
RGB:
(178,247,140)
(70%,97%,55%)

RGB channels and saturation

R 178 of 255 = 70%
G 247 of 255 = 97%
B 140 of 255 = 55%

178
247
140

R + G + B ~ 74%. #B2F78C is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 247 + 140 = 565 (100%)
R 178 of 565 ~ 31.5%
G 247 of 565 ~ 43.72%
B 140 of 565 ~ 24.78%

%31.5
%43.72
%24.78

CMYK color model

#B2F78C color CMYK value is (28,0,43,3).

  • cyan value is 27.94%
  • magenta value is 0.00%
  • yellow value is 43.32%
  • key color value is 3.14%
CMYK:
(28,0,43,3)
C28M0Y43K3 
(28%,0%,43%,3%)
(0.28/0.00/0.43/0.03)	

CMYK percentages

%27.94
%0
%43.32
%3.14

Codes

Color #B2F78C in popluar color models

B2F78C
RGB178247140
HSL99°86.99%75.88%
HSB/HSV99°43.32%96.86%
CMYK27.94%0.00%43.32%
3.14%

Color #B2F78C in popluar number systems.

HEXB2F78C
Decimal178247140
Binary101100101111011110001100
Octal262367214

Shades and tints

Shades of #B2F78C

#B2F78C
(178,247,140)
#A2E180
(162,225,128)
#92CB74
(146,203,116)
#82B568
(130,181,104)
#729F5C
(114,159,92)
#628950
(98,137,80)
#527344
(82,115,68)
#425D38
(66,93,56)
#32472C
(50,71,44)
#223120
(34,49,32)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #B2F78C

#B2F78C
(178,247,140)
#B9F796
(185,247,150)
#C0F7A0
(192,247,160)
#C7F7AA
(199,247,170)
#CEF7B4
(206,247,180)
#D5F7BE
(213,247,190)
#DCF7C8
(220,247,200)
#E3F7D2
(227,247,210)
#EAF7DC
(234,247,220)
#F1F7E6
(241,247,230)
#F8F7F0
(248,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F78C color. Also use rgb(178,247,140) instead hex code.

Text Font Color

.myTextColor { color: #B2F78C; }

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

This text font color is #B2F78C.


Background Color

.myBgColor { background-color: #B2F78C; }

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

This div background color is #B2F78C.


Border color

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

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

This div border color is #B2F78C.


Opacity

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

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

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

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

This text has shadow with #B2F78C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F78C on black background.


Color preview on white background

This text has color #B2F78C on white background.



Black color preview on #B2F78C background

This text has black color on #B2F78C background.


White color preview on #B2F78C background

This text has white color on #B2F78C background.