COLOR #B2E679

HEX: #B2E679
RGB: (178,230,121)

Color info

#B2E679 contains mainly red and green colors. Web safe color of #B2E679 is #99CC66 (or #9C6).

RGB color model

#B2E679 color RGB value is (178,230,121).

  • red value is 178;
  • green value is 230;
  • blue value is 121.
RGB:
(178,230,121)
(70%,90%,47%)

RGB channels and saturation

R 178 of 255 = 70%
G 230 of 255 = 90%
B 121 of 255 = 47%

178
230
121

R + G + B ~ 69%. #B2E679 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 230 + 121 = 529 (100%)
R 178 of 529 ~ 33.65%
G 230 of 529 ~ 43.48%
B 121 of 529 ~ 22.87%

%33.65
%43.48
%22.87

CMYK color model

#B2E679 color CMYK value is (23,0,47,10).

  • cyan value is 22.61%
  • magenta value is 0.00%
  • yellow value is 47.39%
  • key color value is 9.80%
CMYK:
(23,0,47,10)
C23M0Y47K10 
(23%,0%,47%,10%)
(0.23/0.00/0.47/0.10)	

CMYK percentages

%22.61
%0
%47.39
%9.8

Codes

Color #B2E679 in popluar color models

B2E679
RGB178230121
HSL89°68.55%68.82%
HSB/HSV89°47.39%90.20%
CMYK22.61%0.00%47.39%
9.80%

Color #B2E679 in popluar number systems.

HEXB2E679
Decimal178230121
Binary10110010111001101111001
Octal262346171

Shades and tints

Shades of #B2E679

#B2E679
(178,230,121)
#A2D26E
(162,210,110)
#92BE63
(146,190,99)
#82AA58
(130,170,88)
#72964D
(114,150,77)
#628242
(98,130,66)
#526E37
(82,110,55)
#425A2C
(66,90,44)
#324621
(50,70,33)
#223216
(34,50,22)
#121E0B
(18,30,11)
#000000
(0,0,0)

Tints of #B2E679

#B2E679
(178,230,121)
#B9E885
(185,232,133)
#C0EA91
(192,234,145)
#C7EC9D
(199,236,157)
#CEEEA9
(206,238,169)
#D5F0B5
(213,240,181)
#DCF2C1
(220,242,193)
#E3F4CD
(227,244,205)
#EAF6D9
(234,246,217)
#F1F8E5
(241,248,229)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E679 color. Also use rgb(178,230,121) instead hex code.

Text Font Color

.myTextColor { color: #B2E679; }

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

This text font color is #B2E679.


Background Color

.myBgColor { background-color: #B2E679; }

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

This div background color is #B2E679.


Border color

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

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

This div border color is #B2E679.


Opacity

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

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

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

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

This text has shadow with #B2E679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E679 on black background.


Color preview on white background

This text has color #B2E679 on white background.



Black color preview on #B2E679 background

This text has black color on #B2E679 background.


White color preview on #B2E679 background

This text has white color on #B2E679 background.