COLOR #BFF677

HEX: #BFF677
RGB: (191,246,119)

Color info

#BFF677 contains mainly red and green colors. Web safe color of #BFF677 is #CCFF66 (or #CF6).

RGB color model

#BFF677 color RGB value is (191,246,119).

  • red value is 191;
  • green value is 246;
  • blue value is 119.
RGB:
(191,246,119)
(75%,96%,47%)

RGB channels and saturation

R 191 of 255 = 75%
G 246 of 255 = 96%
B 119 of 255 = 47%

191
246
119

R + G + B ~ 73%. #BFF677 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 246 + 119 = 556 (100%)
R 191 of 556 ~ 34.35%
G 246 of 556 ~ 44.24%
B 119 of 556 ~ 21.4%

%34.35
%44.24
%21.4

CMYK color model

#BFF677 color CMYK value is (22,0,52,4).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 51.63%
  • key color value is 3.53%
CMYK:
(22,0,52,4)
C22M0Y52K4 
(22%,0%,52%,4%)
(0.22/0.00/0.52/0.04)	

CMYK percentages

%22.36
%0
%51.63
%3.53

Codes

Color #BFF677 in popluar color models

BFF677
RGB191246119
HSL86°87.59%71.57%
HSB/HSV86°51.63%96.47%
CMYK22.36%0.00%51.63%
3.53%

Color #BFF677 in popluar number systems.

HEXBFF677
Decimal191246119
Binary10111111111101101110111
Octal277366167

Shades and tints

Shades of #BFF677

#BFF677
(191,246,119)
#AEE06D
(174,224,109)
#9DCA63
(157,202,99)
#8CB459
(140,180,89)
#7B9E4F
(123,158,79)
#6A8845
(106,136,69)
#59723B
(89,114,59)
#485C31
(72,92,49)
#374627
(55,70,39)
#26301D
(38,48,29)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #BFF677

#BFF677
(191,246,119)
#C4F683
(196,246,131)
#C9F68F
(201,246,143)
#CEF69B
(206,246,155)
#D3F6A7
(211,246,167)
#D8F6B3
(216,246,179)
#DDF6BF
(221,246,191)
#E2F6CB
(226,246,203)
#E7F6D7
(231,246,215)
#ECF6E3
(236,246,227)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFF677 color. Also use rgb(191,246,119) instead hex code.

Text Font Color

.myTextColor { color: #BFF677; }

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

This text font color is #BFF677.


Background Color

.myBgColor { background-color: #BFF677; }

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

This div background color is #BFF677.


Border color

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

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

This div border color is #BFF677.


Opacity

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

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

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

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

This text has shadow with #BFF677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF677 on black background.


Color preview on white background

This text has color #BFF677 on white background.



Black color preview on #BFF677 background

This text has black color on #BFF677 background.


White color preview on #BFF677 background

This text has white color on #BFF677 background.