COLOR #B6F947

HEX: #B6F947
RGB: (182,249,71)

Color info

#B6F947 contains mainly green color. Web safe color of #B6F947 is #CCFF33 (or #CF3).

RGB color model

#B6F947 color RGB value is (182,249,71).

  • red value is 182;
  • green value is 249;
  • blue value is 71.
RGB:
(182,249,71)
(71%,98%,28%)

RGB channels and saturation

R 182 of 255 = 71%
G 249 of 255 = 98%
B 71 of 255 = 28%

182
249
71

R + G + B ~ 66%. #B6F947 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 249 + 71 = 502 (100%)
R 182 of 502 ~ 36.25%
G 249 of 502 ~ 49.6%
B 71 of 502 ~ 14.14%

%36.25
%49.6
%14.14

CMYK color model

#B6F947 color CMYK value is (27,0,71,2).

  • cyan value is 26.91%
  • magenta value is 0.00%
  • yellow value is 71.49%
  • key color value is 2.35%
CMYK:
(27,0,71,2)
C27M0Y71K2 
(27%,0%,71%,2%)
(0.27/0.00/0.71/0.02)	

CMYK percentages

%26.91
%0
%71.49
%2.35

Codes

Color #B6F947 in popluar color models

B6F947
RGB18224971
HSL83°93.68%62.75%
HSB/HSV83°71.49%97.65%
CMYK26.91%0.00%71.49%
2.35%

Color #B6F947 in popluar number systems.

HEXB6F947
Decimal18224971
Binary10110110111110011000111
Octal266371107

Shades and tints

Shades of #B6F947

#B6F947
(182,249,71)
#A6E341
(166,227,65)
#96CD3B
(150,205,59)
#86B735
(134,183,53)
#76A12F
(118,161,47)
#668B29
(102,139,41)
#567523
(86,117,35)
#465F1D
(70,95,29)
#364917
(54,73,23)
#263311
(38,51,17)
#161D0B
(22,29,11)
#000000
(0,0,0)

Tints of #B6F947

#B6F947
(182,249,71)
#BCF957
(188,249,87)
#C2F967
(194,249,103)
#C8F977
(200,249,119)
#CEF987
(206,249,135)
#D4F997
(212,249,151)
#DAF9A7
(218,249,167)
#E0F9B7
(224,249,183)
#E6F9C7
(230,249,199)
#ECF9D7
(236,249,215)
#F2F9E7
(242,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F947 color. Also use rgb(182,249,71) instead hex code.

Text Font Color

.myTextColor { color: #B6F947; }

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

This text font color is #B6F947.


Background Color

.myBgColor { background-color: #B6F947; }

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

This div background color is #B6F947.


Border color

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

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

This div border color is #B6F947.


Opacity

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

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

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

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

This text has shadow with #B6F947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F947 on black background.


Color preview on white background

This text has color #B6F947 on white background.



Black color preview on #B6F947 background

This text has black color on #B6F947 background.


White color preview on #B6F947 background

This text has white color on #B6F947 background.