COLOR #B4D878

HEX: #B4D878 RGB: (180,216,120)

Color info

#B4D878 contains mainly red and green colors. Web safe color of #B4D878 is #CCCC66 (or #CC6).

RGB color model

#B4D878 color RGB value is (180,216,120).

RGB: (180,216,120) (71%, 85%, 47%)

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 120 of 255 = 47%

180
216
120

R + G + B ~ 68%. #B4D878 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 216 + 120 = 516 (100%)
R 180 of 516 ~ 34.88%
G 216 of 516 ~ 41.86%
B 120 of 516 ~ 23.26'%

%34.88
%41.86
%23.26

CMYK color model

#B4D878 color CMYK value is (17,0,44,15).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 15.29%
CMYK: (17,0,44,15) C17M0Y44K15 (17%,0%,44%,15%) (0.17/0.00/0.44/0.15) 

CMYK percentages

%16.67
%0
%44.44
%15.29

Codes

Color #B4D878 in popluar color models

B4 D8 78
RGB 180 216 120
HSL 83° 55.17% 65.88%
HSB/HSV 83° 44.44% 84.71%
CMYK 16.67% 0.00% 44.44%
15.29%

Color #B4D878 in popluar number systems.

HEX B4 D8 78
Decimal 180 216 120
Binary 10110100 11011000 1111000
Octal 264 330 170

Shades and tints

Shades of #B4D878

#B4D878
(180,216,120)
#A4C56E
(164,197,110)
#94B264
(148,178,100)
#849F5A
(132,159,90)
#748C50
(116,140,80)
#647946
(100,121,70)
#54663C
(84,102,60)
#445332
(68,83,50)
#344028
(52,64,40)
#242D1E
(36,45,30)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #B4D878

#B4D878
(180,216,120)
#BADB84
(186,219,132)
#C0DE90
(192,222,144)
#C6E19C
(198,225,156)
#CCE4A8
(204,228,168)
#D2E7B4
(210,231,180)
#D8EAC0
(216,234,192)
#DEEDCC
(222,237,204)
#E4F0D8
(228,240,216)
#EAF3E4
(234,243,228)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D878 color. Also use rgb(180,216,120) instead hex code.

Text Font Color

.myTextColor { color: #B4D878; }

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

This text font color is #B4D878.

Background Color

.myBgColor { background-color: #B4D878; }

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

This div background color is #B4D878.

Border color

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

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

This div border color is #B4D878.

Opacity

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

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

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

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

This text has shadow with #B4D878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4D878.

Preview

Color preview on black background

This text has color #B4D878 on black background.


Color preview on white background

This text has color #B4D878 on white background.


Black color preview on #B4D878 background

This text has black color on #B4D878 background.


White color preview on #B4D878 background

This text has white color on #B4D878 background.


Related colors

Complementary color

Complementary color for #hex is #4B2787.


I love getcolorcode.com

Triadic colors

1 #78B4D8 and #D878B4 with #B4D878 are triadic colors.

2 #78D8B4 and #D8B478 with #B4D878 are triadic colors.