COLOR #BFE497

HEX: #BFE497
RGB: (191,228,151)

Color info

#BFE497 contains mainly red and green colors. Web safe color of #BFE497 is #CCCC99 (or #CC9).

RGB color model

#BFE497 color RGB value is (191,228,151).

  • red value is 191;
  • green value is 228;
  • blue value is 151.
RGB:
(191,228,151)
(75%,89%,59%)

RGB channels and saturation

R 191 of 255 = 75%
G 228 of 255 = 89%
B 151 of 255 = 59%

191
228
151

R + G + B ~ 74%. #BFE497 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 228 + 151 = 570 (100%)
R 191 of 570 ~ 33.51%
G 228 of 570 ~ 40%
B 151 of 570 ~ 26.49%

%33.51
%40
%26.49

CMYK color model

#BFE497 color CMYK value is (16,0,34,11).

  • cyan value is 16.23%
  • magenta value is 0.00%
  • yellow value is 33.77%
  • key color value is 10.59%
CMYK:
(16,0,34,11)
C16M0Y34K11 
(16%,0%,34%,11%)
(0.16/0.00/0.34/0.11)	

CMYK percentages

%16.23
%0
%33.77
%10.59

Codes

Color #BFE497 in popluar color models

BFE497
RGB191228151
HSL89°58.78%74.31%
HSB/HSV89°33.77%89.41%
CMYK16.23%0.00%33.77%
10.59%

Color #BFE497 in popluar number systems.

HEXBFE497
Decimal191228151
Binary101111111110010010010111
Octal277344227

Shades and tints

Shades of #BFE497

#BFE497
(191,228,151)
#AED08A
(174,208,138)
#9DBC7D
(157,188,125)
#8CA870
(140,168,112)
#7B9463
(123,148,99)
#6A8056
(106,128,86)
#596C49
(89,108,73)
#48583C
(72,88,60)
#37442F
(55,68,47)
#263022
(38,48,34)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #BFE497

#BFE497
(191,228,151)
#C4E6A0
(196,230,160)
#C9E8A9
(201,232,169)
#CEEAB2
(206,234,178)
#D3ECBB
(211,236,187)
#D8EEC4
(216,238,196)
#DDF0CD
(221,240,205)
#E2F2D6
(226,242,214)
#E7F4DF
(231,244,223)
#ECF6E8
(236,246,232)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE497 color. Also use rgb(191,228,151) instead hex code.

Text Font Color

.myTextColor { color: #BFE497; }

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

This text font color is #BFE497.


Background Color

.myBgColor { background-color: #BFE497; }

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

This div background color is #BFE497.


Border color

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

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

This div border color is #BFE497.


Opacity

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

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

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

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

This text has shadow with #BFE497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE497 on black background.


Color preview on white background

This text has color #BFE497 on white background.



Black color preview on #BFE497 background

This text has black color on #BFE497 background.


White color preview on #BFE497 background

This text has white color on #BFE497 background.