COLOR #BFD479

HEX: #BFD479
RGB: (191,212,121)

Color info

#BFD479 contains mainly red and green colors. Web safe color of #BFD479 is #CCCC66 (or #CC6).

RGB color model

#BFD479 color RGB value is (191,212,121).

  • red value is 191;
  • green value is 212;
  • blue value is 121.
RGB:
(191,212,121)
(75%,83%,47%)

RGB channels and saturation

R 191 of 255 = 75%
G 212 of 255 = 83%
B 121 of 255 = 47%

191
212
121

R + G + B ~ 68%. #BFD479 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 212 + 121 = 524 (100%)
R 191 of 524 ~ 36.45%
G 212 of 524 ~ 40.46%
B 121 of 524 ~ 23.09%

%36.45
%40.46
%23.09

CMYK color model

#BFD479 color CMYK value is (10,0,43,17).

  • cyan value is 9.91%
  • magenta value is 0.00%
  • yellow value is 42.92%
  • key color value is 16.86%
CMYK:
(10,0,43,17)
C10M0Y43K17 
(10%,0%,43%,17%)
(0.10/0.00/0.43/0.17)	

CMYK percentages

%9.91
%0
%42.92
%16.86

Codes

Color #BFD479 in popluar color models

BFD479
RGB191212121
HSL74°51.41%65.29%
HSB/HSV74°42.92%83.14%
CMYK9.91%0.00%42.92%
16.86%

Color #BFD479 in popluar number systems.

HEXBFD479
Decimal191212121
Binary10111111110101001111001
Octal277324171

Shades and tints

Shades of #BFD479

#BFD479
(191,212,121)
#AEC16E
(174,193,110)
#9DAE63
(157,174,99)
#8C9B58
(140,155,88)
#7B884D
(123,136,77)
#6A7542
(106,117,66)
#596237
(89,98,55)
#484F2C
(72,79,44)
#373C21
(55,60,33)
#262916
(38,41,22)
#15160B
(21,22,11)
#000000
(0,0,0)

Tints of #BFD479

#BFD479
(191,212,121)
#C4D785
(196,215,133)
#C9DA91
(201,218,145)
#CEDD9D
(206,221,157)
#D3E0A9
(211,224,169)
#D8E3B5
(216,227,181)
#DDE6C1
(221,230,193)
#E2E9CD
(226,233,205)
#E7ECD9
(231,236,217)
#ECEFE5
(236,239,229)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD479 color. Also use rgb(191,212,121) instead hex code.

Text Font Color

.myTextColor { color: #BFD479; }

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

This text font color is #BFD479.


Background Color

.myBgColor { background-color: #BFD479; }

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

This div background color is #BFD479.


Border color

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

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

This div border color is #BFD479.


Opacity

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

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

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

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

This text has shadow with #BFD479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD479 on black background.


Color preview on white background

This text has color #BFD479 on white background.



Black color preview on #BFD479 background

This text has black color on #BFD479 background.


White color preview on #BFD479 background

This text has white color on #BFD479 background.