COLOR #B5FF80

HEX: #B5FF80
RGB: (181,255,128)

Color info

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

RGB color model

#B5FF80 color RGB value is (181,255,128).

  • red value is 181;
  • green value is 255;
  • blue value is 128.
RGB:
(181,255,128)
(71%,100%,50%)

RGB channels and saturation

R 181 of 255 = 71%
G 255 of 255 = 100%
B 128 of 255 = 50%

181
255
128

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

Portions of RGB colors in percentages

R + G + B =
181 + 255 + 128 = 564 (100%)
R 181 of 564 ~ 32.09%
G 255 of 564 ~ 45.21%
B 128 of 564 ~ 22.7%

%32.09
%45.21
%22.7

CMYK color model

#B5FF80 color CMYK value is (29,0,50,0).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 49.80%
  • key color value is 0.00%
CMYK:
(29,0,50,0)
C29M0Y50K0 
(29%,0%,50%,0%)
(0.29/0.00/0.50/0.00)	

CMYK percentages

%29.02
%0
%49.8
%0

Codes

Color #B5FF80 in popluar color models

B5FF80
RGB181255128
HSL95°100.00%75.10%
HSB/HSV95°49.80%100.00%
CMYK29.02%0.00%49.80%
0.00%

Color #B5FF80 in popluar number systems.

HEXB5FF80
Decimal181255128
Binary101101011111111110000000
Octal265377200

Shades and tints

Shades of #B5FF80

#B5FF80
(181,255,128)
#A5E875
(165,232,117)
#95D16A
(149,209,106)
#85BA5F
(133,186,95)
#75A354
(117,163,84)
#658C49
(101,140,73)
#55753E
(85,117,62)
#455E33
(69,94,51)
#354728
(53,71,40)
#25301D
(37,48,29)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #B5FF80

#B5FF80
(181,255,128)
#BBFF8B
(187,255,139)
#C1FF96
(193,255,150)
#C7FFA1
(199,255,161)
#CDFFAC
(205,255,172)
#D3FFB7
(211,255,183)
#D9FFC2
(217,255,194)
#DFFFCD
(223,255,205)
#E5FFD8
(229,255,216)
#EBFFE3
(235,255,227)
#F1FFEE
(241,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5FF80 color. Also use rgb(181,255,128) instead hex code.

Text Font Color

.myTextColor { color: #B5FF80; }

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

This text font color is #B5FF80.


Background Color

.myBgColor { background-color: #B5FF80; }

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

This div background color is #B5FF80.


Border color

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

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

This div border color is #B5FF80.


Opacity

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

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

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

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

This text has shadow with #B5FF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5FF80 on black background.


Color preview on white background

This text has color #B5FF80 on white background.



Black color preview on #B5FF80 background

This text has black color on #B5FF80 background.


White color preview on #B5FF80 background

This text has white color on #B5FF80 background.