COLOR #BFEC72

HEX: #BFEC72
RGB: (191,236,114)

Color info

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

RGB color model

#BFEC72 color RGB value is (191,236,114).

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

RGB channels and saturation

R 191 of 255 = 75%
G 236 of 255 = 93%
B 114 of 255 = 45%

191
236
114

R + G + B ~ 71%. #BFEC72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 236 + 114 = 541 (100%)
R 191 of 541 ~ 35.3%
G 236 of 541 ~ 43.62%
B 114 of 541 ~ 21.07%

%35.3
%43.62
%21.07

CMYK color model

#BFEC72 color CMYK value is (19,0,52,7).

  • cyan value is 19.07%
  • magenta value is 0.00%
  • yellow value is 51.69%
  • key color value is 7.45%
CMYK:
(19,0,52,7)
C19M0Y52K7 
(19%,0%,52%,7%)
(0.19/0.00/0.52/0.07)	

CMYK percentages

%19.07
%0
%51.69
%7.45

Codes

Color #BFEC72 in popluar color models

BFEC72
RGB191236114
HSL82°76.25%68.63%
HSB/HSV82°51.69%92.55%
CMYK19.07%0.00%51.69%
7.45%

Color #BFEC72 in popluar number systems.

HEXBFEC72
Decimal191236114
Binary10111111111011001110010
Octal277354162

Shades and tints

Shades of #BFEC72

#BFEC72
(191,236,114)
#AED768
(174,215,104)
#9DC25E
(157,194,94)
#8CAD54
(140,173,84)
#7B984A
(123,152,74)
#6A8340
(106,131,64)
#596E36
(89,110,54)
#48592C
(72,89,44)
#374422
(55,68,34)
#262F18
(38,47,24)
#151A0E
(21,26,14)
#000000
(0,0,0)

Tints of #BFEC72

#BFEC72
(191,236,114)
#C4ED7E
(196,237,126)
#C9EE8A
(201,238,138)
#CEEF96
(206,239,150)
#D3F0A2
(211,240,162)
#D8F1AE
(216,241,174)
#DDF2BA
(221,242,186)
#E2F3C6
(226,243,198)
#E7F4D2
(231,244,210)
#ECF5DE
(236,245,222)
#F1F6EA
(241,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFEC72; }

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

This text font color is #BFEC72.


Background Color

.myBgColor { background-color: #BFEC72; }

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

This div background color is #BFEC72.


Border color

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

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

This div border color is #BFEC72.


Opacity

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

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

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

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

This text has shadow with #BFEC72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFEC72 on black background.


Color preview on white background

This text has color #BFEC72 on white background.



Black color preview on #BFEC72 background

This text has black color on #BFEC72 background.


White color preview on #BFEC72 background

This text has white color on #BFEC72 background.