COLOR #B5FF85

HEX: #B5FF85
RGB: (181,255,133)

Color info

#B5FF85 contains mainly green color. Web safe color of #B5FF85 is #CCFF99 (or #CF9).

RGB color model

#B5FF85 color RGB value is (181,255,133).

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

RGB channels and saturation

R 181 of 255 = 71%
G 255 of 255 = 100%
B 133 of 255 = 52%

181
255
133

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

Portions of RGB colors in percentages

R + G + B =
181 + 255 + 133 = 569 (100%)
R 181 of 569 ~ 31.81%
G 255 of 569 ~ 44.82%
B 133 of 569 ~ 23.37%

%31.81
%44.82
%23.37

CMYK color model

#B5FF85 color CMYK value is (29,0,48,0).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 47.84%
  • key color value is 0.00%
CMYK:
(29,0,48,0)
C29M0Y48K0 
(29%,0%,48%,0%)
(0.29/0.00/0.48/0.00)	

CMYK percentages

%29.02
%0
%47.84
%0

Codes

Color #B5FF85 in popluar color models

B5FF85
RGB181255133
HSL96°100.00%76.08%
HSB/HSV96°47.84%100.00%
CMYK29.02%0.00%47.84%
0.00%

Color #B5FF85 in popluar number systems.

HEXB5FF85
Decimal181255133
Binary101101011111111110000101
Octal265377205

Shades and tints

Shades of #B5FF85

#B5FF85
(181,255,133)
#A5E879
(165,232,121)
#95D16D
(149,209,109)
#85BA61
(133,186,97)
#75A355
(117,163,85)
#658C49
(101,140,73)
#55753D
(85,117,61)
#455E31
(69,94,49)
#354725
(53,71,37)
#253019
(37,48,25)
#15190D
(21,25,13)
#000000
(0,0,0)

Tints of #B5FF85

#B5FF85
(181,255,133)
#BBFF90
(187,255,144)
#C1FF9B
(193,255,155)
#C7FFA6
(199,255,166)
#CDFFB1
(205,255,177)
#D3FFBC
(211,255,188)
#D9FFC7
(217,255,199)
#DFFFD2
(223,255,210)
#E5FFDD
(229,255,221)
#EBFFE8
(235,255,232)
#F1FFF3
(241,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5FF85; }

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

This text font color is #B5FF85.


Background Color

.myBgColor { background-color: #B5FF85; }

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

This div background color is #B5FF85.


Border color

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

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

This div border color is #B5FF85.


Opacity

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

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

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

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

This text has shadow with #B5FF85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5FF85 on black background.


Color preview on white background

This text has color #B5FF85 on white background.



Black color preview on #B5FF85 background

This text has black color on #B5FF85 background.


White color preview on #B5FF85 background

This text has white color on #B5FF85 background.