COLOR #B4F290

HEX: #B4F290
RGB: (180,242,144)

Color info

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

RGB color model

#B4F290 color RGB value is (180,242,144).

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

RGB channels and saturation

R 180 of 255 = 71%
G 242 of 255 = 95%
B 144 of 255 = 56%

180
242
144

R + G + B ~ 74%. #B4F290 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 242 + 144 = 566 (100%)
R 180 of 566 ~ 31.8%
G 242 of 566 ~ 42.76%
B 144 of 566 ~ 25.44%

%31.8
%42.76
%25.44

CMYK color model

#B4F290 color CMYK value is (26,0,40,5).

  • cyan value is 25.62%
  • magenta value is 0.00%
  • yellow value is 40.50%
  • key color value is 5.10%
CMYK:
(26,0,40,5)
C26M0Y40K5 
(26%,0%,40%,5%)
(0.26/0.00/0.40/0.05)	

CMYK percentages

%25.62
%0
%40.5
%5.1

Codes

Color #B4F290 in popluar color models

B4F290
RGB180242144
HSL98°79.03%75.69%
HSB/HSV98°40.50%94.90%
CMYK25.62%0.00%40.50%
5.10%

Color #B4F290 in popluar number systems.

HEXB4F290
Decimal180242144
Binary101101001111001010010000
Octal264362220

Shades and tints

Shades of #B4F290

#B4F290
(180,242,144)
#A4DC83
(164,220,131)
#94C676
(148,198,118)
#84B069
(132,176,105)
#749A5C
(116,154,92)
#64844F
(100,132,79)
#546E42
(84,110,66)
#445835
(68,88,53)
#344228
(52,66,40)
#242C1B
(36,44,27)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #B4F290

#B4F290
(180,242,144)
#BAF39A
(186,243,154)
#C0F4A4
(192,244,164)
#C6F5AE
(198,245,174)
#CCF6B8
(204,246,184)
#D2F7C2
(210,247,194)
#D8F8CC
(216,248,204)
#DEF9D6
(222,249,214)
#E4FAE0
(228,250,224)
#EAFBEA
(234,251,234)
#F0FCF4
(240,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F290; }

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

This text font color is #B4F290.


Background Color

.myBgColor { background-color: #B4F290; }

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

This div background color is #B4F290.


Border color

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

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

This div border color is #B4F290.


Opacity

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

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

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

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

This text has shadow with #B4F290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F290 on black background.


Color preview on white background

This text has color #B4F290 on white background.



Black color preview on #B4F290 background

This text has black color on #B4F290 background.


White color preview on #B4F290 background

This text has white color on #B4F290 background.