COLOR #B4ED89

HEX: #B4ED89
RGB: (180,237,137)

Color info

#B4ED89 contains mainly red and green colors. Web safe color of #B4ED89 is #CCFF99 (or #CF9).

RGB color model

#B4ED89 color RGB value is (180,237,137).

  • red value is 180;
  • green value is 237;
  • blue value is 137.
RGB:
(180,237,137)
(71%,93%,54%)

RGB channels and saturation

R 180 of 255 = 71%
G 237 of 255 = 93%
B 137 of 255 = 54%

180
237
137

R + G + B ~ 73%. #B4ED89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 237 + 137 = 554 (100%)
R 180 of 554 ~ 32.49%
G 237 of 554 ~ 42.78%
B 137 of 554 ~ 24.73%

%32.49
%42.78
%24.73

CMYK color model

#B4ED89 color CMYK value is (24,0,42,7).

  • cyan value is 24.05%
  • magenta value is 0.00%
  • yellow value is 42.19%
  • key color value is 7.06%
CMYK:
(24,0,42,7)
C24M0Y42K7 
(24%,0%,42%,7%)
(0.24/0.00/0.42/0.07)	

CMYK percentages

%24.05
%0
%42.19
%7.06

Codes

Color #B4ED89 in popluar color models

B4ED89
RGB180237137
HSL94°73.53%73.33%
HSB/HSV94°42.19%92.94%
CMYK24.05%0.00%42.19%
7.06%

Color #B4ED89 in popluar number systems.

HEXB4ED89
Decimal180237137
Binary101101001110110110001001
Octal264355211

Shades and tints

Shades of #B4ED89

#B4ED89
(180,237,137)
#A4D87D
(164,216,125)
#94C371
(148,195,113)
#84AE65
(132,174,101)
#749959
(116,153,89)
#64844D
(100,132,77)
#546F41
(84,111,65)
#445A35
(68,90,53)
#344529
(52,69,41)
#24301D
(36,48,29)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #B4ED89

#B4ED89
(180,237,137)
#BAEE93
(186,238,147)
#C0EF9D
(192,239,157)
#C6F0A7
(198,240,167)
#CCF1B1
(204,241,177)
#D2F2BB
(210,242,187)
#D8F3C5
(216,243,197)
#DEF4CF
(222,244,207)
#E4F5D9
(228,245,217)
#EAF6E3
(234,246,227)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4ED89 color. Also use rgb(180,237,137) instead hex code.

Text Font Color

.myTextColor { color: #B4ED89; }

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

This text font color is #B4ED89.


Background Color

.myBgColor { background-color: #B4ED89; }

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

This div background color is #B4ED89.


Border color

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

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

This div border color is #B4ED89.


Opacity

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

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

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

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

This text has shadow with #B4ED89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4ED89 on black background.


Color preview on white background

This text has color #B4ED89 on white background.



Black color preview on #B4ED89 background

This text has black color on #B4ED89 background.


White color preview on #B4ED89 background

This text has white color on #B4ED89 background.