COLOR #B6FF73

HEX: #B6FF73
RGB: (182,255,115)

Color info

#B6FF73 contains mainly green color. Web safe color of #B6FF73 is #CCFF66 (or #CF6).

RGB color model

#B6FF73 color RGB value is (182,255,115).

  • red value is 182;
  • green value is 255;
  • blue value is 115.
RGB:
(182,255,115)
(71%,100%,45%)

RGB channels and saturation

R 182 of 255 = 71%
G 255 of 255 = 100%
B 115 of 255 = 45%

182
255
115

R + G + B ~ 72%. #B6FF73 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 255 + 115 = 552 (100%)
R 182 of 552 ~ 32.97%
G 255 of 552 ~ 46.2%
B 115 of 552 ~ 20.83%

%32.97
%46.2
%20.83

CMYK color model

#B6FF73 color CMYK value is (29,0,55,0).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 54.90%
  • key color value is 0.00%
CMYK:
(29,0,55,0)
C29M0Y55K0 
(29%,0%,55%,0%)
(0.29/0.00/0.55/0.00)	

CMYK percentages

%28.63
%0
%54.9
%0

Codes

Color #B6FF73 in popluar color models

B6FF73
RGB182255115
HSL91°100.00%72.55%
HSB/HSV91°54.90%100.00%
CMYK28.63%0.00%54.90%
0.00%

Color #B6FF73 in popluar number systems.

HEXB6FF73
Decimal182255115
Binary10110110111111111110011
Octal266377163

Shades and tints

Shades of #B6FF73

#B6FF73
(182,255,115)
#A6E869
(166,232,105)
#96D15F
(150,209,95)
#86BA55
(134,186,85)
#76A34B
(118,163,75)
#668C41
(102,140,65)
#567537
(86,117,55)
#465E2D
(70,94,45)
#364723
(54,71,35)
#263019
(38,48,25)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #B6FF73

#B6FF73
(182,255,115)
#BCFF7F
(188,255,127)
#C2FF8B
(194,255,139)
#C8FF97
(200,255,151)
#CEFFA3
(206,255,163)
#D4FFAF
(212,255,175)
#DAFFBB
(218,255,187)
#E0FFC7
(224,255,199)
#E6FFD3
(230,255,211)
#ECFFDF
(236,255,223)
#F2FFEB
(242,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6FF73 color. Also use rgb(182,255,115) instead hex code.

Text Font Color

.myTextColor { color: #B6FF73; }

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

This text font color is #B6FF73.


Background Color

.myBgColor { background-color: #B6FF73; }

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

This div background color is #B6FF73.


Border color

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

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

This div border color is #B6FF73.


Opacity

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

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

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

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

This text has shadow with #B6FF73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6FF73 on black background.


Color preview on white background

This text has color #B6FF73 on white background.



Black color preview on #B6FF73 background

This text has black color on #B6FF73 background.


White color preview on #B6FF73 background

This text has white color on #B6FF73 background.