COLOR #BFD77D

HEX: #BFD77D
RGB: (191,215,125)

Color info

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

RGB color model

#BFD77D color RGB value is (191,215,125).

  • red value is 191;
  • green value is 215;
  • blue value is 125.
RGB:
(191,215,125)
(75%,84%,49%)

RGB channels and saturation

R 191 of 255 = 75%
G 215 of 255 = 84%
B 125 of 255 = 49%

191
215
125

R + G + B ~ 69%. #BFD77D is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 215 + 125 = 531 (100%)
R 191 of 531 ~ 35.97%
G 215 of 531 ~ 40.49%
B 125 of 531 ~ 23.54%

%35.97
%40.49
%23.54

CMYK color model

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

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 41.86%
  • key color value is 15.69%
CMYK:
(11,0,42,16)
C11M0Y42K16 
(11%,0%,42%,16%)
(0.11/0.00/0.42/0.16)	

CMYK percentages

%11.16
%0
%41.86
%15.69

Codes

Color #BFD77D in popluar color models

BFD77D
RGB191215125
HSL76°52.94%66.67%
HSB/HSV76°41.86%84.31%
CMYK11.16%0.00%41.86%
15.69%

Color #BFD77D in popluar number systems.

HEXBFD77D
Decimal191215125
Binary10111111110101111111101
Octal277327175

Shades and tints

Shades of #BFD77D

#BFD77D
(191,215,125)
#AEC472
(174,196,114)
#9DB167
(157,177,103)
#8C9E5C
(140,158,92)
#7B8B51
(123,139,81)
#6A7846
(106,120,70)
#59653B
(89,101,59)
#485230
(72,82,48)
#373F25
(55,63,37)
#262C1A
(38,44,26)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #BFD77D

#BFD77D
(191,215,125)
#C4DA88
(196,218,136)
#C9DD93
(201,221,147)
#CEE09E
(206,224,158)
#D3E3A9
(211,227,169)
#D8E6B4
(216,230,180)
#DDE9BF
(221,233,191)
#E2ECCA
(226,236,202)
#E7EFD5
(231,239,213)
#ECF2E0
(236,242,224)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD77D color. Also use rgb(191,215,125) instead hex code.

Text Font Color

.myTextColor { color: #BFD77D; }

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

This text font color is #BFD77D.


Background Color

.myBgColor { background-color: #BFD77D; }

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

This div background color is #BFD77D.


Border color

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

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

This div border color is #BFD77D.


Opacity

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

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

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

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

This text has shadow with #BFD77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD77D on black background.


Color preview on white background

This text has color #BFD77D on white background.



Black color preview on #BFD77D background

This text has black color on #BFD77D background.


White color preview on #BFD77D background

This text has white color on #BFD77D background.