COLOR #B3FF79

HEX: #B3FF79
RGB: (179,255,121)

Color info

#B3FF79 contains mainly green color. Web safe color of #B3FF79 is #99FF66 (or #9F6).

RGB color model

#B3FF79 color RGB value is (179,255,121).

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

RGB channels and saturation

R 179 of 255 = 70%
G 255 of 255 = 100%
B 121 of 255 = 47%

179
255
121

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

Portions of RGB colors in percentages

R + G + B =
179 + 255 + 121 = 555 (100%)
R 179 of 555 ~ 32.25%
G 255 of 555 ~ 45.95%
B 121 of 555 ~ 21.8%

%32.25
%45.95
%21.8

CMYK color model

#B3FF79 color CMYK value is (30,0,53,0).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 52.55%
  • key color value is 0.00%
CMYK:
(30,0,53,0)
C30M0Y53K0 
(30%,0%,53%,0%)
(0.30/0.00/0.53/0.00)	

CMYK percentages

%29.8
%0
%52.55
%0

Codes

Color #B3FF79 in popluar color models

B3FF79
RGB179255121
HSL94°100.00%73.73%
HSB/HSV94°52.55%100.00%
CMYK29.80%0.00%52.55%
0.00%

Color #B3FF79 in popluar number systems.

HEXB3FF79
Decimal179255121
Binary10110011111111111111001
Octal263377171

Shades and tints

Shades of #B3FF79

#B3FF79
(179,255,121)
#A3E86E
(163,232,110)
#93D163
(147,209,99)
#83BA58
(131,186,88)
#73A34D
(115,163,77)
#638C42
(99,140,66)
#537537
(83,117,55)
#435E2C
(67,94,44)
#334721
(51,71,33)
#233016
(35,48,22)
#13190B
(19,25,11)
#000000
(0,0,0)

Tints of #B3FF79

#B3FF79
(179,255,121)
#B9FF85
(185,255,133)
#BFFF91
(191,255,145)
#C5FF9D
(197,255,157)
#CBFFA9
(203,255,169)
#D1FFB5
(209,255,181)
#D7FFC1
(215,255,193)
#DDFFCD
(221,255,205)
#E3FFD9
(227,255,217)
#E9FFE5
(233,255,229)
#EFFFF1
(239,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3FF79; }

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

This text font color is #B3FF79.


Background Color

.myBgColor { background-color: #B3FF79; }

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

This div background color is #B3FF79.


Border color

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

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

This div border color is #B3FF79.


Opacity

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

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

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

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

This text has shadow with #B3FF79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3FF79 on black background.


Color preview on white background

This text has color #B3FF79 on white background.



Black color preview on #B3FF79 background

This text has black color on #B3FF79 background.


White color preview on #B3FF79 background

This text has white color on #B3FF79 background.