COLOR #B6F39F

HEX: #B6F39F
RGB: (182,243,159)

Color info

#B6F39F contains mainly green color. Web safe color of #B6F39F is #CCFF99 (or #CF9).

RGB color model

#B6F39F color RGB value is (182,243,159).

  • red value is 182;
  • green value is 243;
  • blue value is 159.
RGB:
(182,243,159)
(71%,95%,62%)

RGB channels and saturation

R 182 of 255 = 71%
G 243 of 255 = 95%
B 159 of 255 = 62%

182
243
159

R + G + B ~ 76%. #B6F39F is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 243 + 159 = 584 (100%)
R 182 of 584 ~ 31.16%
G 243 of 584 ~ 41.61%
B 159 of 584 ~ 27.23%

%31.16
%41.61
%27.23

CMYK color model

#B6F39F color CMYK value is (25,0,35,5).

  • cyan value is 25.10%
  • magenta value is 0.00%
  • yellow value is 34.57%
  • key color value is 4.71%
CMYK:
(25,0,35,5)
C25M0Y35K5 
(25%,0%,35%,5%)
(0.25/0.00/0.35/0.05)	

CMYK percentages

%25.1
%0
%34.57
%4.71

Codes

Color #B6F39F in popluar color models

B6F39F
RGB182243159
HSL104°77.78%78.82%
HSB/HSV104°34.57%95.29%
CMYK25.10%0.00%34.57%
4.71%

Color #B6F39F in popluar number systems.

HEXB6F39F
Decimal182243159
Binary101101101111001110011111
Octal266363237

Shades and tints

Shades of #B6F39F

#B6F39F
(182,243,159)
#A6DD91
(166,221,145)
#96C783
(150,199,131)
#86B175
(134,177,117)
#769B67
(118,155,103)
#668559
(102,133,89)
#566F4B
(86,111,75)
#46593D
(70,89,61)
#36432F
(54,67,47)
#262D21
(38,45,33)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #B6F39F

#B6F39F
(182,243,159)
#BCF4A7
(188,244,167)
#C2F5AF
(194,245,175)
#C8F6B7
(200,246,183)
#CEF7BF
(206,247,191)
#D4F8C7
(212,248,199)
#DAF9CF
(218,249,207)
#E0FAD7
(224,250,215)
#E6FBDF
(230,251,223)
#ECFCE7
(236,252,231)
#F2FDEF
(242,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F39F color. Also use rgb(182,243,159) instead hex code.

Text Font Color

.myTextColor { color: #B6F39F; }

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

This text font color is #B6F39F.


Background Color

.myBgColor { background-color: #B6F39F; }

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

This div background color is #B6F39F.


Border color

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

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

This div border color is #B6F39F.


Opacity

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

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

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

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

This text has shadow with #B6F39F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F39F on black background.


Color preview on white background

This text has color #B6F39F on white background.



Black color preview on #B6F39F background

This text has black color on #B6F39F background.


White color preview on #B6F39F background

This text has white color on #B6F39F background.