COLOR #B4FF8D

HEX: #B4FF8D
RGB: (180,255,141)

Color info

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

RGB color model

#B4FF8D color RGB value is (180,255,141).

  • red value is 180;
  • green value is 255;
  • blue value is 141.
RGB:
(180,255,141)
(71%,100%,55%)

RGB channels and saturation

R 180 of 255 = 71%
G 255 of 255 = 100%
B 141 of 255 = 55%

180
255
141

R + G + B ~ 75%. #B4FF8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 255 + 141 = 576 (100%)
R 180 of 576 ~ 31.25%
G 255 of 576 ~ 44.27%
B 141 of 576 ~ 24.48%

%31.25
%44.27
%24.48

CMYK color model

#B4FF8D color CMYK value is (29,0,45,0).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 0.00%
CMYK:
(29,0,45,0)
C29M0Y45K0 
(29%,0%,45%,0%)
(0.29/0.00/0.45/0.00)	

CMYK percentages

%29.41
%0
%44.71
%0

Codes

Color #B4FF8D in popluar color models

B4FF8D
RGB180255141
HSL99°100.00%77.65%
HSB/HSV99°44.71%100.00%
CMYK29.41%0.00%44.71%
0.00%

Color #B4FF8D in popluar number systems.

HEXB4FF8D
Decimal180255141
Binary101101001111111110001101
Octal264377215

Shades and tints

Shades of #B4FF8D

#B4FF8D
(180,255,141)
#A4E881
(164,232,129)
#94D175
(148,209,117)
#84BA69
(132,186,105)
#74A35D
(116,163,93)
#648C51
(100,140,81)
#547545
(84,117,69)
#445E39
(68,94,57)
#34472D
(52,71,45)
#243021
(36,48,33)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #B4FF8D

#B4FF8D
(180,255,141)
#BAFF97
(186,255,151)
#C0FFA1
(192,255,161)
#C6FFAB
(198,255,171)
#CCFFB5
(204,255,181)
#D2FFBF
(210,255,191)
#D8FFC9
(216,255,201)
#DEFFD3
(222,255,211)
#E4FFDD
(228,255,221)
#EAFFE7
(234,255,231)
#F0FFF1
(240,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4FF8D color. Also use rgb(180,255,141) instead hex code.

Text Font Color

.myTextColor { color: #B4FF8D; }

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

This text font color is #B4FF8D.


Background Color

.myBgColor { background-color: #B4FF8D; }

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

This div background color is #B4FF8D.


Border color

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

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

This div border color is #B4FF8D.


Opacity

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

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

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

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

This text has shadow with #B4FF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FF8D on black background.


Color preview on white background

This text has color #B4FF8D on white background.



Black color preview on #B4FF8D background

This text has black color on #B4FF8D background.


White color preview on #B4FF8D background

This text has white color on #B4FF8D background.