COLOR #B4FF8A

HEX: #B4FF8A
RGB: (180,255,138)

Color info

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

RGB color model

#B4FF8A color RGB value is (180,255,138).

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

RGB channels and saturation

R 180 of 255 = 71%
G 255 of 255 = 100%
B 138 of 255 = 54%

180
255
138

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

Portions of RGB colors in percentages

R + G + B =
180 + 255 + 138 = 573 (100%)
R 180 of 573 ~ 31.41%
G 255 of 573 ~ 44.5%
B 138 of 573 ~ 24.08%

%31.41
%44.5
%24.08

CMYK color model

#B4FF8A color CMYK value is (29,0,46,0).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 45.88%
  • key color value is 0.00%
CMYK:
(29,0,46,0)
C29M0Y46K0 
(29%,0%,46%,0%)
(0.29/0.00/0.46/0.00)	

CMYK percentages

%29.41
%0
%45.88
%0

Codes

Color #B4FF8A in popluar color models

B4FF8A
RGB180255138
HSL98°100.00%77.06%
HSB/HSV98°45.88%100.00%
CMYK29.41%0.00%45.88%
0.00%

Color #B4FF8A in popluar number systems.

HEXB4FF8A
Decimal180255138
Binary101101001111111110001010
Octal264377212

Shades and tints

Shades of #B4FF8A

#B4FF8A
(180,255,138)
#A4E87E
(164,232,126)
#94D172
(148,209,114)
#84BA66
(132,186,102)
#74A35A
(116,163,90)
#648C4E
(100,140,78)
#547542
(84,117,66)
#445E36
(68,94,54)
#34472A
(52,71,42)
#24301E
(36,48,30)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #B4FF8A

#B4FF8A
(180,255,138)
#BAFF94
(186,255,148)
#C0FF9E
(192,255,158)
#C6FFA8
(198,255,168)
#CCFFB2
(204,255,178)
#D2FFBC
(210,255,188)
#D8FFC6
(216,255,198)
#DEFFD0
(222,255,208)
#E4FFDA
(228,255,218)
#EAFFE4
(234,255,228)
#F0FFEE
(240,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4FF8A; }

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

This text font color is #B4FF8A.


Background Color

.myBgColor { background-color: #B4FF8A; }

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

This div background color is #B4FF8A.


Border color

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

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

This div border color is #B4FF8A.


Opacity

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

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

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

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

This text has shadow with #B4FF8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FF8A on black background.


Color preview on white background

This text has color #B4FF8A on white background.



Black color preview on #B4FF8A background

This text has black color on #B4FF8A background.


White color preview on #B4FF8A background

This text has white color on #B4FF8A background.