COLOR #BFF371

HEX: #BFF371
RGB: (191,243,113)

Color info

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

RGB color model

#BFF371 color RGB value is (191,243,113).

  • red value is 191;
  • green value is 243;
  • blue value is 113.
RGB:
(191,243,113)
(75%,95%,44%)

RGB channels and saturation

R 191 of 255 = 75%
G 243 of 255 = 95%
B 113 of 255 = 44%

191
243
113

R + G + B ~ 71%. #BFF371 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 243 + 113 = 547 (100%)
R 191 of 547 ~ 34.92%
G 243 of 547 ~ 44.42%
B 113 of 547 ~ 20.66%

%34.92
%44.42
%20.66

CMYK color model

#BFF371 color CMYK value is (21,0,53,5).

  • cyan value is 21.40%
  • magenta value is 0.00%
  • yellow value is 53.50%
  • key color value is 4.71%
CMYK:
(21,0,53,5)
C21M0Y53K5 
(21%,0%,53%,5%)
(0.21/0.00/0.53/0.05)	

CMYK percentages

%21.4
%0
%53.5
%4.71

Codes

Color #BFF371 in popluar color models

BFF371
RGB191243113
HSL84°84.42%69.80%
HSB/HSV84°53.50%95.29%
CMYK21.40%0.00%53.50%
4.71%

Color #BFF371 in popluar number systems.

HEXBFF371
Decimal191243113
Binary10111111111100111110001
Octal277363161

Shades and tints

Shades of #BFF371

#BFF371
(191,243,113)
#AEDD67
(174,221,103)
#9DC75D
(157,199,93)
#8CB153
(140,177,83)
#7B9B49
(123,155,73)
#6A853F
(106,133,63)
#596F35
(89,111,53)
#48592B
(72,89,43)
#374321
(55,67,33)
#262D17
(38,45,23)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #BFF371

#BFF371
(191,243,113)
#C4F47D
(196,244,125)
#C9F589
(201,245,137)
#CEF695
(206,246,149)
#D3F7A1
(211,247,161)
#D8F8AD
(216,248,173)
#DDF9B9
(221,249,185)
#E2FAC5
(226,250,197)
#E7FBD1
(231,251,209)
#ECFCDD
(236,252,221)
#F1FDE9
(241,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFF371 color. Also use rgb(191,243,113) instead hex code.

Text Font Color

.myTextColor { color: #BFF371; }

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

This text font color is #BFF371.


Background Color

.myBgColor { background-color: #BFF371; }

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

This div background color is #BFF371.


Border color

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

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

This div border color is #BFF371.


Opacity

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

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

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

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

This text has shadow with #BFF371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF371 on black background.


Color preview on white background

This text has color #BFF371 on white background.



Black color preview on #BFF371 background

This text has black color on #BFF371 background.


White color preview on #BFF371 background

This text has white color on #BFF371 background.