COLOR #B6F65B

HEX: #B6F65B
RGB: (182,246,91)

Color info

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

RGB color model

#B6F65B color RGB value is (182,246,91).

  • red value is 182;
  • green value is 246;
  • blue value is 91.
RGB:
(182,246,91)
(71%,96%,36%)

RGB channels and saturation

R 182 of 255 = 71%
G 246 of 255 = 96%
B 91 of 255 = 36%

182
246
91

R + G + B ~ 68%. #B6F65B is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 246 + 91 = 519 (100%)
R 182 of 519 ~ 35.07%
G 246 of 519 ~ 47.4%
B 91 of 519 ~ 17.53%

%35.07
%47.4
%17.53

CMYK color model

#B6F65B color CMYK value is (26,0,63,4).

  • cyan value is 26.02%
  • magenta value is 0.00%
  • yellow value is 63.01%
  • key color value is 3.53%
CMYK:
(26,0,63,4)
C26M0Y63K4 
(26%,0%,63%,4%)
(0.26/0.00/0.63/0.04)	

CMYK percentages

%26.02
%0
%63.01
%3.53

Codes

Color #B6F65B in popluar color models

B6F65B
RGB18224691
HSL85°89.60%66.08%
HSB/HSV85°63.01%96.47%
CMYK26.02%0.00%63.01%
3.53%

Color #B6F65B in popluar number systems.

HEXB6F65B
Decimal18224691
Binary10110110111101101011011
Octal266366133

Shades and tints

Shades of #B6F65B

#B6F65B
(182,246,91)
#A6E053
(166,224,83)
#96CA4B
(150,202,75)
#86B443
(134,180,67)
#769E3B
(118,158,59)
#668833
(102,136,51)
#56722B
(86,114,43)
#465C23
(70,92,35)
#36461B
(54,70,27)
#263013
(38,48,19)
#161A0B
(22,26,11)
#000000
(0,0,0)

Tints of #B6F65B

#B6F65B
(182,246,91)
#BCF669
(188,246,105)
#C2F677
(194,246,119)
#C8F685
(200,246,133)
#CEF693
(206,246,147)
#D4F6A1
(212,246,161)
#DAF6AF
(218,246,175)
#E0F6BD
(224,246,189)
#E6F6CB
(230,246,203)
#ECF6D9
(236,246,217)
#F2F6E7
(242,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F65B color. Also use rgb(182,246,91) instead hex code.

Text Font Color

.myTextColor { color: #B6F65B; }

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

This text font color is #B6F65B.


Background Color

.myBgColor { background-color: #B6F65B; }

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

This div background color is #B6F65B.


Border color

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

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

This div border color is #B6F65B.


Opacity

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

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

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

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

This text has shadow with #B6F65B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F65B on black background.


Color preview on white background

This text has color #B6F65B on white background.



Black color preview on #B6F65B background

This text has black color on #B6F65B background.


White color preview on #B6F65B background

This text has white color on #B6F65B background.