COLOR #B4FF90

HEX: #B4FF90
RGB: (180,255,144)

Color info

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

RGB color model

#B4FF90 color RGB value is (180,255,144).

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

RGB channels and saturation

R 180 of 255 = 71%
G 255 of 255 = 100%
B 144 of 255 = 56%

180
255
144

R + G + B ~ 76%. #B4FF90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 255 + 144 = 579 (100%)
R 180 of 579 ~ 31.09%
G 255 of 579 ~ 44.04%
B 144 of 579 ~ 24.87%

%31.09
%44.04
%24.87

CMYK color model

#B4FF90 color CMYK value is (29,0,44,0).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 43.53%
  • key color value is 0.00%
CMYK:
(29,0,44,0)
C29M0Y44K0 
(29%,0%,44%,0%)
(0.29/0.00/0.44/0.00)	

CMYK percentages

%29.41
%0
%43.53
%0

Codes

Color #B4FF90 in popluar color models

B4FF90
RGB180255144
HSL101°100.00%78.24%
HSB/HSV101°43.53%100.00%
CMYK29.41%0.00%43.53%
0.00%

Color #B4FF90 in popluar number systems.

HEXB4FF90
Decimal180255144
Binary101101001111111110010000
Octal264377220

Shades and tints

Shades of #B4FF90

#B4FF90
(180,255,144)
#A4E883
(164,232,131)
#94D176
(148,209,118)
#84BA69
(132,186,105)
#74A35C
(116,163,92)
#648C4F
(100,140,79)
#547542
(84,117,66)
#445E35
(68,94,53)
#344728
(52,71,40)
#24301B
(36,48,27)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #B4FF90

#B4FF90
(180,255,144)
#BAFF9A
(186,255,154)
#C0FFA4
(192,255,164)
#C6FFAE
(198,255,174)
#CCFFB8
(204,255,184)
#D2FFC2
(210,255,194)
#D8FFCC
(216,255,204)
#DEFFD6
(222,255,214)
#E4FFE0
(228,255,224)
#EAFFEA
(234,255,234)
#F0FFF4
(240,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4FF90; }

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

This text font color is #B4FF90.


Background Color

.myBgColor { background-color: #B4FF90; }

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

This div background color is #B4FF90.


Border color

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

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

This div border color is #B4FF90.


Opacity

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

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

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

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

This text has shadow with #B4FF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FF90 on black background.


Color preview on white background

This text has color #B4FF90 on white background.



Black color preview on #B4FF90 background

This text has black color on #B4FF90 background.


White color preview on #B4FF90 background

This text has white color on #B4FF90 background.