COLOR #B6F813

HEX: #B6F813
RGB: (182,248,19)

Color info

#B6F813 contains mainly green color. Web safe color of #B6F813 is #CCFF00 (or #CF0).

RGB color model

#B6F813 color RGB value is (182,248,19).

  • red value is 182;
  • green value is 248;
  • blue value is 19.
RGB:
(182,248,19)
(71%,97%,7%)

RGB channels and saturation

R 182 of 255 = 71%
G 248 of 255 = 97%
B 19 of 255 = 7%

182
248
19

R + G + B ~ 58%. #B6F813 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
182 + 248 + 19 = 449 (100%)
R 182 of 449 ~ 40.53%
G 248 of 449 ~ 55.23%
B 19 of 449 ~ 4.23%

%40.53
%55.23

CMYK color model

#B6F813 color CMYK value is (27,0,92,3).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 92.34%
  • key color value is 2.75%
CMYK:
(27,0,92,3)
C27M0Y92K3 
(27%,0%,92%,3%)
(0.27/0.00/0.92/0.03)	

CMYK percentages

%26.61
%0
%92.34
%2.75

Codes

Color #B6F813 in popluar color models

B6F813
RGB18224819
HSL77°94.24%52.35%
HSB/HSV77°92.34%97.25%
CMYK26.61%0.00%92.34%
2.75%

Color #B6F813 in popluar number systems.

HEXB6F813
Decimal18224819
Binary101101101111100010011
Octal26637023

Shades and tints

Shades of #B6F813

#B6F813
(182,248,19)
#A6E212
(166,226,18)
#96CC11
(150,204,17)
#86B610
(134,182,16)
#76A00F
(118,160,15)
#668A0E
(102,138,14)
#56740D
(86,116,13)
#465E0C
(70,94,12)
#36480B
(54,72,11)
#26320A
(38,50,10)
#161C09
(22,28,9)
#000000
(0,0,0)

Tints of #B6F813

#B6F813
(182,248,19)
#BCF828
(188,248,40)
#C2F83D
(194,248,61)
#C8F852
(200,248,82)
#CEF867
(206,248,103)
#D4F87C
(212,248,124)
#DAF891
(218,248,145)
#E0F8A6
(224,248,166)
#E6F8BB
(230,248,187)
#ECF8D0
(236,248,208)
#F2F8E5
(242,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F813 color. Also use rgb(182,248,19) instead hex code.

Text Font Color

.myTextColor { color: #B6F813; }

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

This text font color is #B6F813.


Background Color

.myBgColor { background-color: #B6F813; }

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

This div background color is #B6F813.


Border color

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

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

This div border color is #B6F813.


Opacity

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

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

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

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

This text has shadow with #B6F813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6F813 on black background.


Color preview on white background

This text has color #B6F813 on white background.



Black color preview on #B6F813 background

This text has black color on #B6F813 background.


White color preview on #B6F813 background

This text has white color on #B6F813 background.