COLOR #BFEE51

HEX: #BFEE51
RGB: (191,238,81)

Color info

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

RGB color model

#BFEE51 color RGB value is (191,238,81).

  • red value is 191;
  • green value is 238;
  • blue value is 81.
RGB:
(191,238,81)
(75%,93%,32%)

RGB channels and saturation

R 191 of 255 = 75%
G 238 of 255 = 93%
B 81 of 255 = 32%

191
238
81

R + G + B ~ 67%. #BFEE51 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 238 + 81 = 510 (100%)
R 191 of 510 ~ 37.45%
G 238 of 510 ~ 46.67%
B 81 of 510 ~ 15.88%

%37.45
%46.67
%15.88

CMYK color model

#BFEE51 color CMYK value is (20,0,66,7).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 65.97%
  • key color value is 6.67%
CMYK:
(20,0,66,7)
C20M0Y66K7 
(20%,0%,66%,7%)
(0.20/0.00/0.66/0.07)	

CMYK percentages

%19.75
%0
%65.97
%6.67

Codes

Color #BFEE51 in popluar color models

BFEE51
RGB19123881
HSL78°82.20%62.55%
HSB/HSV78°65.97%93.33%
CMYK19.75%0.00%65.97%
6.67%

Color #BFEE51 in popluar number systems.

HEXBFEE51
Decimal19123881
Binary10111111111011101010001
Octal277356121

Shades and tints

Shades of #BFEE51

#BFEE51
(191,238,81)
#AED94A
(174,217,74)
#9DC443
(157,196,67)
#8CAF3C
(140,175,60)
#7B9A35
(123,154,53)
#6A852E
(106,133,46)
#597027
(89,112,39)
#485B20
(72,91,32)
#374619
(55,70,25)
#263112
(38,49,18)
#151C0B
(21,28,11)
#000000
(0,0,0)

Tints of #BFEE51

#BFEE51
(191,238,81)
#C4EF60
(196,239,96)
#C9F06F
(201,240,111)
#CEF17E
(206,241,126)
#D3F28D
(211,242,141)
#D8F39C
(216,243,156)
#DDF4AB
(221,244,171)
#E2F5BA
(226,245,186)
#E7F6C9
(231,246,201)
#ECF7D8
(236,247,216)
#F1F8E7
(241,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFEE51 color. Also use rgb(191,238,81) instead hex code.

Text Font Color

.myTextColor { color: #BFEE51; }

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

This text font color is #BFEE51.


Background Color

.myBgColor { background-color: #BFEE51; }

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

This div background color is #BFEE51.


Border color

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

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

This div border color is #BFEE51.


Opacity

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

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

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

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

This text has shadow with #BFEE51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFEE51 on black background.


Color preview on white background

This text has color #BFEE51 on white background.



Black color preview on #BFEE51 background

This text has black color on #BFEE51 background.


White color preview on #BFEE51 background

This text has white color on #BFEE51 background.