COLOR #B6F013

HEX: #B6F013 RGB: (182,240,19)

Color info

#B6F013 contains mainly red and green colors. Web safe color of #B6F013 is #CCFF00 (or #CF0).

RGB color model

#B6F013 color RGB value is (182,240,19).

RGB: (182,240,19) (71%, 94%, 7%)

RGB channels and saturation

R 182 of 255 = 71%
G 240 of 255 = 94%
B 19 of 255 = 7%

182
240
19

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

Portions of RGB colors in percentages

R + G + B = 182 + 240 + 19 = 441 (100%)
R 182 of 441 ~ 41.27%
G 240 of 441 ~ 54.42%
B 19 of 441 ~ 4.31'%

%41.27
%54.42

CMYK color model

#B6F013 color CMYK value is (24,0,92,6).

  • cyan value is 24.17%
  • magenta value is 0.00%
  • yellow value is 92.08%
  • key color value is 5.88%

CMYK: (24,0,92,6)
C24M0Y92K6 (24%, 0%, 92%, 6%)
(0.24 / 0.00 / 0.92 / 0.06)

CMYK percentages

%24.17
%0
%92.08
%5.88

Codes

Color #B6F013 in popluar color models

B6 F0 13
RGB 182 240 19
HSL 76° 88.05% 50.78%
HSB/HSV 76° 92.08% 94.12%
CMYK 24.17% 0.00% 92.08%
5.88%

Color #B6F013 in popluar number systems.

HEX B6 F0 13
Decimal 182 240 19
Binary 10110110 11110000 10011
Octal 266 360 23

Shades and tints

Shades of #B6F013

#B6F013
(182,240,19)
#A6DB12
(166,219,18)
#96C611
(150,198,17)
#86B110
(134,177,16)
#769C0F
(118,156,15)
#66870E
(102,135,14)
#56720D
(86,114,13)
#465D0C
(70,93,12)
#36480B
(54,72,11)
#26330A
(38,51,10)
#161E09
(22,30,9)
#000000
(0,0,0)

Tints of #B6F013

#B6F013
(182,240,19)
#BCF128
(188,241,40)
#C2F23D
(194,242,61)
#C8F352
(200,243,82)
#CEF467
(206,244,103)
#D4F57C
(212,245,124)
#DAF691
(218,246,145)
#E0F7A6
(224,247,166)
#E6F8BB
(230,248,187)
#ECF9D0
(236,249,208)
#F2FAE5
(242,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6F013; }

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

This text font color is #B6F013.

Background Color

.myBgColor { background-color: #B6F013; }

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

This div background color is #B6F013.

Border color

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

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

This div border color is #B6F013.

Opacity

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

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

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

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

This text has shadow with #B6F013 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6F013.

Preview

Color preview on black background

This text has color #B6F013 on black background.


Color preview on white background

This text has color #B6F013 on white background.


Black color preview on #B6F013 background

This text has black color on #B6F013 background.


White color preview on #B6F013 background

This text has white color on #B6F013 background.


Related colors

Complementary color

Complementary color for #hex is #490FEC.


I love getcolorcode.com

Triadic colors

1 #13B6F0 and #F013B6 with #B6F013 are triadic colors.

2 #13F0B6 and #F0B613 with #B6F013 are triadic colors.