COLOR #B3F66F

HEX: #B3F66F
RGB: (179,246,111)

Color info

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

RGB color model

#B3F66F color RGB value is (179,246,111).

  • red value is 179;
  • green value is 246;
  • blue value is 111.
RGB:
(179,246,111)
(70%,96%,44%)

RGB channels and saturation

R 179 of 255 = 70%
G 246 of 255 = 96%
B 111 of 255 = 44%

179
246
111

R + G + B ~ 70%. #B3F66F is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 246 + 111 = 536 (100%)
R 179 of 536 ~ 33.4%
G 246 of 536 ~ 45.9%
B 111 of 536 ~ 20.71%

%33.4
%45.9
%20.71

CMYK color model

#B3F66F color CMYK value is (27,0,55,4).

  • cyan value is 27.24%
  • magenta value is 0.00%
  • yellow value is 54.88%
  • key color value is 3.53%
CMYK:
(27,0,55,4)
C27M0Y55K4 
(27%,0%,55%,4%)
(0.27/0.00/0.55/0.04)	

CMYK percentages

%27.24
%0
%54.88
%3.53

Codes

Color #B3F66F in popluar color models

B3F66F
RGB179246111
HSL90°88.24%70.00%
HSB/HSV90°54.88%96.47%
CMYK27.24%0.00%54.88%
3.53%

Color #B3F66F in popluar number systems.

HEXB3F66F
Decimal179246111
Binary10110011111101101101111
Octal263366157

Shades and tints

Shades of #B3F66F

#B3F66F
(179,246,111)
#A3E065
(163,224,101)
#93CA5B
(147,202,91)
#83B451
(131,180,81)
#739E47
(115,158,71)
#63883D
(99,136,61)
#537233
(83,114,51)
#435C29
(67,92,41)
#33461F
(51,70,31)
#233015
(35,48,21)
#131A0B
(19,26,11)
#000000
(0,0,0)

Tints of #B3F66F

#B3F66F
(179,246,111)
#B9F67C
(185,246,124)
#BFF689
(191,246,137)
#C5F696
(197,246,150)
#CBF6A3
(203,246,163)
#D1F6B0
(209,246,176)
#D7F6BD
(215,246,189)
#DDF6CA
(221,246,202)
#E3F6D7
(227,246,215)
#E9F6E4
(233,246,228)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F66F color. Also use rgb(179,246,111) instead hex code.

Text Font Color

.myTextColor { color: #B3F66F; }

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

This text font color is #B3F66F.


Background Color

.myBgColor { background-color: #B3F66F; }

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

This div background color is #B3F66F.


Border color

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

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

This div border color is #B3F66F.


Opacity

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

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

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

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

This text has shadow with #B3F66F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F66F on black background.


Color preview on white background

This text has color #B3F66F on white background.



Black color preview on #B3F66F background

This text has black color on #B3F66F background.


White color preview on #B3F66F background

This text has white color on #B3F66F background.