COLOR #BFEE84

HEX: #BFEE84 RGB: (191,238,132)

Color info

#BFEE84 contains mainly red and green colors. Web safe color of #BFEE84 is #CCFF99 (or #CF9).

RGB color model

#BFEE84 color RGB value is (191,238,132).

RGB: (191,238,132) (75%, 93%, 52%)

RGB channels and saturation

R 191 of 255 = 75%
G 238 of 255 = 93%
B 132 of 255 = 52%

191
238
132

R + G + B ~ 73%. #BFEE84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 238 + 132 = 561 (100%)
R 191 of 561 ~ 34.05%
G 238 of 561 ~ 42.42%
B 132 of 561 ~ 23.53'%

%34.05
%42.42
%23.53

CMYK color model

#BFEE84 color CMYK value is (20,0,45,7).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 44.54%
  • key color value is 6.67%

CMYK: (20,0,45,7)
C20M0Y45K7 (20%, 0%, 45%, 7%)
(0.20 / 0.00 / 0.45 / 0.07)

CMYK percentages

%19.75
%0
%44.54
%6.67

Codes

Color #BFEE84 in popluar color models

BF EE 84
RGB 191 238 132
HSL 87° 75.71% 72.55%
HSB/HSV 87° 44.54% 93.33%
CMYK 19.75% 0.00% 44.54%
6.67%

Color #BFEE84 in popluar number systems.

HEX BF EE 84
Decimal 191 238 132
Binary 10111111 11101110 10000100
Octal 277 356 204

Shades and tints

Shades of #BFEE84

#BFEE84
(191,238,132)
#AED978
(174,217,120)
#9DC46C
(157,196,108)
#8CAF60
(140,175,96)
#7B9A54
(123,154,84)
#6A8548
(106,133,72)
#59703C
(89,112,60)
#485B30
(72,91,48)
#374624
(55,70,36)
#263118
(38,49,24)
#151C0C
(21,28,12)
#000000
(0,0,0)

Tints of #BFEE84

#BFEE84
(191,238,132)
#C4EF8F
(196,239,143)
#C9F09A
(201,240,154)
#CEF1A5
(206,241,165)
#D3F2B0
(211,242,176)
#D8F3BB
(216,243,187)
#DDF4C6
(221,244,198)
#E2F5D1
(226,245,209)
#E7F6DC
(231,246,220)
#ECF7E7
(236,247,231)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFEE84; }

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

This text font color is #BFEE84.

Background Color

.myBgColor { background-color: #BFEE84; }

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

This div background color is #BFEE84.

Border color

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

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

This div border color is #BFEE84.

Opacity

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

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

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

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

This text has shadow with #BFEE84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFEE84.

Preview

Color preview on black background

This text has color #BFEE84 on black background.


Color preview on white background

This text has color #BFEE84 on white background.


Black color preview on #BFEE84 background

This text has black color on #BFEE84 background.


White color preview on #BFEE84 background

This text has white color on #BFEE84 background.


Related colors

Complementary color

Complementary color for #hex is #40117B.


I love getcolorcode.com

Triadic colors

1 #84BFEE and #EE84BF with #BFEE84 are triadic colors.

2 #84EEBF and #EEBF84 with #BFEE84 are triadic colors.