COLOR #B4E87D

HEX: #B4E87D RGB: (180,232,125)

Color info

#B4E87D contains mainly red and green colors. Web safe color of #B4E87D is #CCFF66 (or #CF6).

RGB color model

#B4E87D color RGB value is (180,232,125).

RGB: (180,232,125) (71%, 91%, 49%)

RGB channels and saturation

R 180 of 255 = 71%
G 232 of 255 = 91%
B 125 of 255 = 49%

180
232
125

R + G + B ~ 70%. #B4E87D is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 232 + 125 = 537 (100%)
R 180 of 537 ~ 33.52%
G 232 of 537 ~ 43.2%
B 125 of 537 ~ 23.28'%

%33.52
%43.2
%23.28

CMYK color model

#B4E87D color CMYK value is (22,0,46,9).

  • cyan value is 22.41%
  • magenta value is 0.00%
  • yellow value is 46.12%
  • key color value is 9.02%

CMYK: (22,0,46,9)
C22M0Y46K9 (22%, 0%, 46%, 9%)
(0.22 / 0.00 / 0.46 / 0.09)

CMYK percentages

%22.41
%0
%46.12
%9.02

Codes

Color #B4E87D in popluar color models

B4 E8 7D
RGB 180 232 125
HSL 89° 69.93% 70.00%
HSB/HSV 89° 46.12% 90.98%
CMYK 22.41% 0.00% 46.12%
9.02%

Color #B4E87D in popluar number systems.

HEX B4 E8 7D
Decimal 180 232 125
Binary 10110100 11101000 1111101
Octal 264 350 175

Shades and tints

Shades of #B4E87D

#B4E87D
(180,232,125)
#A4D372
(164,211,114)
#94BE67
(148,190,103)
#84A95C
(132,169,92)
#749451
(116,148,81)
#647F46
(100,127,70)
#546A3B
(84,106,59)
#445530
(68,85,48)
#344025
(52,64,37)
#242B1A
(36,43,26)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #B4E87D

#B4E87D
(180,232,125)
#BAEA88
(186,234,136)
#C0EC93
(192,236,147)
#C6EE9E
(198,238,158)
#CCF0A9
(204,240,169)
#D2F2B4
(210,242,180)
#D8F4BF
(216,244,191)
#DEF6CA
(222,246,202)
#E4F8D5
(228,248,213)
#EAFAE0
(234,250,224)
#F0FCEB
(240,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E87D color. Also use rgb(180,232,125) instead hex code.

Text Font Color

.myTextColor { color: #B4E87D; }

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

This text font color is #B4E87D.

Background Color

.myBgColor { background-color: #B4E87D; }

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

This div background color is #B4E87D.

Border color

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

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

This div border color is #B4E87D.

Opacity

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

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

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

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

This text has shadow with #B4E87D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4E87D.

Preview

Color preview on black background

This text has color #B4E87D on black background.


Color preview on white background

This text has color #B4E87D on white background.


Black color preview on #B4E87D background

This text has black color on #B4E87D background.


White color preview on #B4E87D background

This text has white color on #B4E87D background.


Related colors

Complementary color

Complementary color for #hex is #4B1782.


I love getcolorcode.com

Triadic colors

1 #7DB4E8 and #E87DB4 with #B4E87D are triadic colors.

2 #7DE8B4 and #E8B47D with #B4E87D are triadic colors.