COLOR #BFEF95

HEX: #BFEF95 RGB: (191,239,149)

Color info

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

RGB color model

#BFEF95 color RGB value is (191,239,149).

RGB: (191,239,149) (75%, 94%, 58%)

RGB channels and saturation

R 191 of 255 = 75%
G 239 of 255 = 94%
B 149 of 255 = 58%

191
239
149

R + G + B ~ 76%. #BFEF95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 239 + 149 = 579 (100%)
R 191 of 579 ~ 32.99%
G 239 of 579 ~ 41.28%
B 149 of 579 ~ 25.73'%

%32.99
%41.28
%25.73

CMYK color model

#BFEF95 color CMYK value is (20,0,38,6).

  • cyan value is 20.08%
  • magenta value is 0.00%
  • yellow value is 37.66%
  • key color value is 6.27%

CMYK: (20,0,38,6)
C20M0Y38K6 (20%, 0%, 38%, 6%)
(0.20 / 0.00 / 0.38 / 0.06)

CMYK percentages

%20.08
%0
%37.66
%6.27

Codes

Color #BFEF95 in popluar color models

BF EF 95
RGB 191 239 149
HSL 92° 73.77% 76.08%
HSB/HSV 92° 37.66% 93.73%
CMYK 20.08% 0.00% 37.66%
6.27%

Color #BFEF95 in popluar number systems.

HEX BF EF 95
Decimal 191 239 149
Binary 10111111 11101111 10010101
Octal 277 357 225

Shades and tints

Shades of #BFEF95

#BFEF95
(191,239,149)
#AEDA88
(174,218,136)
#9DC57B
(157,197,123)
#8CB06E
(140,176,110)
#7B9B61
(123,155,97)
#6A8654
(106,134,84)
#597147
(89,113,71)
#485C3A
(72,92,58)
#37472D
(55,71,45)
#263220
(38,50,32)
#151D13
(21,29,19)
#000000
(0,0,0)

Tints of #BFEF95

#BFEF95
(191,239,149)
#C4F09E
(196,240,158)
#C9F1A7
(201,241,167)
#CEF2B0
(206,242,176)
#D3F3B9
(211,243,185)
#D8F4C2
(216,244,194)
#DDF5CB
(221,245,203)
#E2F6D4
(226,246,212)
#E7F7DD
(231,247,221)
#ECF8E6
(236,248,230)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFEF95 color. Also use rgb(191,239,149) instead hex code.

Text Font Color

.myTextColor { color: #BFEF95; }

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

This text font color is #BFEF95.

Background Color

.myBgColor { background-color: #BFEF95; }

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

This div background color is #BFEF95.

Border color

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

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

This div border color is #BFEF95.

Opacity

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

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

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

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

This text has shadow with #BFEF95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFEF95.

Preview

Color preview on black background

This text has color #BFEF95 on black background.


Color preview on white background

This text has color #BFEF95 on white background.


Black color preview on #BFEF95 background

This text has black color on #BFEF95 background.


White color preview on #BFEF95 background

This text has white color on #BFEF95 background.


Related colors

Complementary color

Complementary color for #hex is #40106A.


I love getcolorcode.com

Triadic colors

1 #95BFEF and #EF95BF with #BFEF95 are triadic colors.

2 #95EFBF and #EFBF95 with #BFEF95 are triadic colors.