COLOR #B5F456

HEX: #B5F456
RGB: (181,244,86)

Color info

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

RGB color model

#B5F456 color RGB value is (181,244,86).

  • red value is 181;
  • green value is 244;
  • blue value is 86.
RGB:
(181,244,86)
(71%,96%,34%)

RGB channels and saturation

R 181 of 255 = 71%
G 244 of 255 = 96%
B 86 of 255 = 34%

181
244
86

R + G + B ~ 67%. #B5F456 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 244 + 86 = 511 (100%)
R 181 of 511 ~ 35.42%
G 244 of 511 ~ 47.75%
B 86 of 511 ~ 16.83%

%35.42
%47.75
%16.83

CMYK color model

#B5F456 color CMYK value is (26,0,65,4).

  • cyan value is 25.82%
  • magenta value is 0.00%
  • yellow value is 64.75%
  • key color value is 4.31%
CMYK:
(26,0,65,4)
C26M0Y65K4 
(26%,0%,65%,4%)
(0.26/0.00/0.65/0.04)	

CMYK percentages

%25.82
%0
%64.75
%4.31

Codes

Color #B5F456 in popluar color models

B5F456
RGB18124486
HSL84°87.78%64.71%
HSB/HSV84°64.75%95.69%
CMYK25.82%0.00%64.75%
4.31%

Color #B5F456 in popluar number systems.

HEXB5F456
Decimal18124486
Binary10110101111101001010110
Octal265364126

Shades and tints

Shades of #B5F456

#B5F456
(181,244,86)
#A5DE4F
(165,222,79)
#95C848
(149,200,72)
#85B241
(133,178,65)
#759C3A
(117,156,58)
#658633
(101,134,51)
#55702C
(85,112,44)
#455A25
(69,90,37)
#35441E
(53,68,30)
#252E17
(37,46,23)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #B5F456

#B5F456
(181,244,86)
#BBF565
(187,245,101)
#C1F674
(193,246,116)
#C7F783
(199,247,131)
#CDF892
(205,248,146)
#D3F9A1
(211,249,161)
#D9FAB0
(217,250,176)
#DFFBBF
(223,251,191)
#E5FCCE
(229,252,206)
#EBFDDD
(235,253,221)
#F1FEEC
(241,254,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F456 color. Also use rgb(181,244,86) instead hex code.

Text Font Color

.myTextColor { color: #B5F456; }

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

This text font color is #B5F456.


Background Color

.myBgColor { background-color: #B5F456; }

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

This div background color is #B5F456.


Border color

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

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

This div border color is #B5F456.


Opacity

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

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

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

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

This text has shadow with #B5F456 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5F456 on black background.


Color preview on white background

This text has color #B5F456 on white background.



Black color preview on #B5F456 background

This text has black color on #B5F456 background.


White color preview on #B5F456 background

This text has white color on #B5F456 background.