COLOR #B5F50B

HEX: #B5F50B
RGB: (181,245,11)

Color info

#B5F50B contains mainly green color. Web safe color of #B5F50B is #CCFF00 (or #CF0).

RGB color model

#B5F50B color RGB value is (181,245,11).

  • red value is 181;
  • green value is 245;
  • blue value is 11.
RGB:
(181,245,11)
(71%,96%,4%)

RGB channels and saturation

R 181 of 255 = 71%
G 245 of 255 = 96%
B 11 of 255 = 4%

181
245
11

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

Portions of RGB colors in percentages

R + G + B =
181 + 245 + 11 = 437 (100%)
R 181 of 437 ~ 41.42%
G 245 of 437 ~ 56.06%
B 11 of 437 ~ 2.52%

%41.42
%56.06

CMYK color model

#B5F50B color CMYK value is (26,0,96,4).

  • cyan value is 26.12%
  • magenta value is 0.00%
  • yellow value is 95.51%
  • key color value is 3.92%
CMYK:
(26,0,96,4)
C26M0Y96K4 
(26%,0%,96%,4%)
(0.26/0.00/0.96/0.04)	

CMYK percentages

%26.12
%0
%95.51
%3.92

Codes

Color #B5F50B in popluar color models

B5F50B
RGB18124511
HSL76°92.13%50.20%
HSB/HSV76°95.51%96.08%
CMYK26.12%0.00%95.51%
3.92%

Color #B5F50B in popluar number systems.

HEXB5F50B
Decimal18124511
Binary10110101111101011011
Octal26536513

Shades and tints

Shades of #B5F50B

#B5F50B
(181,245,11)
#A5DF0A
(165,223,10)
#95C909
(149,201,9)
#85B308
(133,179,8)
#759D07
(117,157,7)
#658706
(101,135,6)
#557105
(85,113,5)
#455B04
(69,91,4)
#354503
(53,69,3)
#252F02
(37,47,2)
#151901
(21,25,1)
#000000
(0,0,0)

Tints of #B5F50B

#B5F50B
(181,245,11)
#BBF521
(187,245,33)
#C1F537
(193,245,55)
#C7F54D
(199,245,77)
#CDF563
(205,245,99)
#D3F579
(211,245,121)
#D9F58F
(217,245,143)
#DFF5A5
(223,245,165)
#E5F5BB
(229,245,187)
#EBF5D1
(235,245,209)
#F1F5E7
(241,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F50B color. Also use rgb(181,245,11) instead hex code.

Text Font Color

.myTextColor { color: #B5F50B; }

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

This text font color is #B5F50B.


Background Color

.myBgColor { background-color: #B5F50B; }

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

This div background color is #B5F50B.


Border color

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

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

This div border color is #B5F50B.


Opacity

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

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

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

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

This text has shadow with #B5F50B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F50B on black background.


Color preview on white background

This text has color #B5F50B on white background.



Black color preview on #B5F50B background

This text has black color on #B5F50B background.


White color preview on #B5F50B background

This text has white color on #B5F50B background.