COLOR #B4EC72

HEX: #B4EC72
RGB: (180,236,114)

Color info

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

RGB color model

#B4EC72 color RGB value is (180,236,114).

  • red value is 180;
  • green value is 236;
  • blue value is 114.
RGB: (180,236,114) (71%,93%,45%)

RGB channels and saturation

R 180 of 255 = 71%
G 236 of 255 = 93%
B 114 of 255 = 45%

180
236
114

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

Portions of RGB colors in percentages

R + G + B =
180 + 236 + 114 = 530 (100%)
R 180 of 530 ~ 33.96%
G 236 of 530 ~ 44.53%
B 114 of 530 ~ 21.51%

%33.96
%44.53
%21.51

CMYK color model

#B4EC72 color CMYK value is (24,0,52,7).

  • cyan value is 23.73%
  • magenta value is 0.00%
  • yellow value is 51.69%
  • key color value is 7.45%
CMYK: (24,0,52,7) C24M0Y52K7 (24%,0%,52%,7%) (0.24/0.00/0.52/0.07)

CMYK percentages

%23.73
%0
%51.69
%7.45

Codes

Color #B4EC72 in popluar color models

B4EC72
RGB180236114
HSL88°76.25%68.63%
HSB/HSV88°51.69%92.55%
CMYK23.73%0.00%51.69%
7.45%

Color #B4EC72 in popluar number systems.

HEXB4EC72
Decimal180236114
Binary10110100111011001110010
Octal264354162

Shades and tints

Shades of #B4EC72

#B4EC72
(180,236,114)
#A4D768
(164,215,104)
#94C25E
(148,194,94)
#84AD54
(132,173,84)
#74984A
(116,152,74)
#648340
(100,131,64)
#546E36
(84,110,54)
#44592C
(68,89,44)
#344422
(52,68,34)
#242F18
(36,47,24)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #B4EC72

#B4EC72
(180,236,114)
#BAED7E
(186,237,126)
#C0EE8A
(192,238,138)
#C6EF96
(198,239,150)
#CCF0A2
(204,240,162)
#D2F1AE
(210,241,174)
#D8F2BA
(216,242,186)
#DEF3C6
(222,243,198)
#E4F4D2
(228,244,210)
#EAF5DE
(234,245,222)
#F0F6EA
(240,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EC72 color. Also use rgb(180,236,114) instead hex code.

Text Font Color

.myTextColor { color: #B4EC72; }

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

This text font color is #B4EC72.


Background Color

.myBgColor { background-color: #B4EC72; }

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

This div background color is #B4EC72.


Border color

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

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

This div border color is #B4EC72.


Opacity

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

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

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

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

This text has shadow with #B4EC72 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B4EC72 on black background.


Color preview on white background

This text has color #B4EC72 on white background.



Black color preview on #B4EC72 background

This text has black color on #B4EC72 background.


White color preview on #B4EC72 background

This text has white color on #B4EC72 background.