COLOR #BFE484

HEX: #BFE484
RGB: (191,228,132)

Color info

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

RGB color model

#BFE484 color RGB value is (191,228,132).

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

RGB channels and saturation

R 191 of 255 = 75%
G 228 of 255 = 89%
B 132 of 255 = 52%

191
228
132

R + G + B ~ 72%. #BFE484 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 228 + 132 = 551 (100%)
R 191 of 551 ~ 34.66%
G 228 of 551 ~ 41.38%
B 132 of 551 ~ 23.96%

%34.66
%41.38
%23.96

CMYK color model

#BFE484 color CMYK value is (16,0,42,11).

  • cyan value is 16.23%
  • magenta value is 0.00%
  • yellow value is 42.11%
  • key color value is 10.59%
CMYK:
(16,0,42,11)
C16M0Y42K11 
(16%,0%,42%,11%)
(0.16/0.00/0.42/0.11)	

CMYK percentages

%16.23
%0
%42.11
%10.59

Codes

Color #BFE484 in popluar color models

BFE484
RGB191228132
HSL83°64.00%70.59%
HSB/HSV83°42.11%89.41%
CMYK16.23%0.00%42.11%
10.59%

Color #BFE484 in popluar number systems.

HEXBFE484
Decimal191228132
Binary101111111110010010000100
Octal277344204

Shades and tints

Shades of #BFE484

#BFE484
(191,228,132)
#AED078
(174,208,120)
#9DBC6C
(157,188,108)
#8CA860
(140,168,96)
#7B9454
(123,148,84)
#6A8048
(106,128,72)
#596C3C
(89,108,60)
#485830
(72,88,48)
#374424
(55,68,36)
#263018
(38,48,24)
#151C0C
(21,28,12)
#000000
(0,0,0)

Tints of #BFE484

#BFE484
(191,228,132)
#C4E68F
(196,230,143)
#C9E89A
(201,232,154)
#CEEAA5
(206,234,165)
#D3ECB0
(211,236,176)
#D8EEBB
(216,238,187)
#DDF0C6
(221,240,198)
#E2F2D1
(226,242,209)
#E7F4DC
(231,244,220)
#ECF6E7
(236,246,231)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFE484; }

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

This text font color is #BFE484.


Background Color

.myBgColor { background-color: #BFE484; }

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

This div background color is #BFE484.


Border color

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

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

This div border color is #BFE484.


Opacity

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

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

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

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

This text has shadow with #BFE484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE484 on black background.


Color preview on white background

This text has color #BFE484 on white background.



Black color preview on #BFE484 background

This text has black color on #BFE484 background.


White color preview on #BFE484 background

This text has white color on #BFE484 background.