COLOR #B3FF84

HEX: #B3FF84
RGB: (179,255,132)

Color info

#B3FF84 contains mainly green color. Web safe color of #B3FF84 is #99FF99 (or #9F9).

RGB color model

#B3FF84 color RGB value is (179,255,132).

  • red value is 179;
  • green value is 255;
  • blue value is 132.
RGB:
(179,255,132)
(70%,100%,52%)

RGB channels and saturation

R 179 of 255 = 70%
G 255 of 255 = 100%
B 132 of 255 = 52%

179
255
132

R + G + B ~ 74%. #B3FF84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 255 + 132 = 566 (100%)
R 179 of 566 ~ 31.63%
G 255 of 566 ~ 45.05%
B 132 of 566 ~ 23.32%

%31.63
%45.05
%23.32

CMYK color model

#B3FF84 color CMYK value is (30,0,48,0).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 48.24%
  • key color value is 0.00%
CMYK:
(30,0,48,0)
C30M0Y48K0 
(30%,0%,48%,0%)
(0.30/0.00/0.48/0.00)	

CMYK percentages

%29.8
%0
%48.24
%0

Codes

Color #B3FF84 in popluar color models

B3FF84
RGB179255132
HSL97°100.00%75.88%
HSB/HSV97°48.24%100.00%
CMYK29.80%0.00%48.24%
0.00%

Color #B3FF84 in popluar number systems.

HEXB3FF84
Decimal179255132
Binary101100111111111110000100
Octal263377204

Shades and tints

Shades of #B3FF84

#B3FF84
(179,255,132)
#A3E878
(163,232,120)
#93D16C
(147,209,108)
#83BA60
(131,186,96)
#73A354
(115,163,84)
#638C48
(99,140,72)
#53753C
(83,117,60)
#435E30
(67,94,48)
#334724
(51,71,36)
#233018
(35,48,24)
#13190C
(19,25,12)
#000000
(0,0,0)

Tints of #B3FF84

#B3FF84
(179,255,132)
#B9FF8F
(185,255,143)
#BFFF9A
(191,255,154)
#C5FFA5
(197,255,165)
#CBFFB0
(203,255,176)
#D1FFBB
(209,255,187)
#D7FFC6
(215,255,198)
#DDFFD1
(221,255,209)
#E3FFDC
(227,255,220)
#E9FFE7
(233,255,231)
#EFFFF2
(239,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3FF84 color. Also use rgb(179,255,132) instead hex code.

Text Font Color

.myTextColor { color: #B3FF84; }

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

This text font color is #B3FF84.


Background Color

.myBgColor { background-color: #B3FF84; }

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

This div background color is #B3FF84.


Border color

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

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

This div border color is #B3FF84.


Opacity

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

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

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

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

This text has shadow with #B3FF84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3FF84 on black background.


Color preview on white background

This text has color #B3FF84 on white background.



Black color preview on #B3FF84 background

This text has black color on #B3FF84 background.


White color preview on #B3FF84 background

This text has white color on #B3FF84 background.