COLOR #B4F29F

HEX: #B4F29F
RGB: (180,242,159)

Color info

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

RGB color model

#B4F29F color RGB value is (180,242,159).

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

RGB channels and saturation

R 180 of 255 = 71%
G 242 of 255 = 95%
B 159 of 255 = 62%

180
242
159

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

Portions of RGB colors in percentages

R + G + B =
180 + 242 + 159 = 581 (100%)
R 180 of 581 ~ 30.98%
G 242 of 581 ~ 41.65%
B 159 of 581 ~ 27.37%

%30.98
%41.65
%27.37

CMYK color model

#B4F29F color CMYK value is (26,0,34,5).

  • cyan value is 25.62%
  • magenta value is 0.00%
  • yellow value is 34.30%
  • key color value is 5.10%
CMYK:
(26,0,34,5)
C26M0Y34K5 
(26%,0%,34%,5%)
(0.26/0.00/0.34/0.05)	

CMYK percentages

%25.62
%0
%34.3
%5.1

Codes

Color #B4F29F in popluar color models

B4F29F
RGB180242159
HSL105°76.15%78.63%
HSB/HSV105°34.30%94.90%
CMYK25.62%0.00%34.30%
5.10%

Color #B4F29F in popluar number systems.

HEXB4F29F
Decimal180242159
Binary101101001111001010011111
Octal264362237

Shades and tints

Shades of #B4F29F

#B4F29F
(180,242,159)
#A4DC91
(164,220,145)
#94C683
(148,198,131)
#84B075
(132,176,117)
#749A67
(116,154,103)
#648459
(100,132,89)
#546E4B
(84,110,75)
#44583D
(68,88,61)
#34422F
(52,66,47)
#242C21
(36,44,33)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #B4F29F

#B4F29F
(180,242,159)
#BAF3A7
(186,243,167)
#C0F4AF
(192,244,175)
#C6F5B7
(198,245,183)
#CCF6BF
(204,246,191)
#D2F7C7
(210,247,199)
#D8F8CF
(216,248,207)
#DEF9D7
(222,249,215)
#E4FADF
(228,250,223)
#EAFBE7
(234,251,231)
#F0FCEF
(240,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4F29F; }

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

This text font color is #B4F29F.


Background Color

.myBgColor { background-color: #B4F29F; }

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

This div background color is #B4F29F.


Border color

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

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

This div border color is #B4F29F.


Opacity

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

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

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

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

This text has shadow with #B4F29F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4F29F on black background.


Color preview on white background

This text has color #B4F29F on white background.



Black color preview on #B4F29F background

This text has black color on #B4F29F background.


White color preview on #B4F29F background

This text has white color on #B4F29F background.