COLOR #BFF95D

HEX: #BFF95D
RGB: (191,249,93)

Color info

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

RGB color model

#BFF95D color RGB value is (191,249,93).

  • red value is 191;
  • green value is 249;
  • blue value is 93.
RGB:
(191,249,93)
(75%,98%,36%)

RGB channels and saturation

R 191 of 255 = 75%
G 249 of 255 = 98%
B 93 of 255 = 36%

191
249
93

R + G + B ~ 70%. #BFF95D is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 249 + 93 = 533 (100%)
R 191 of 533 ~ 35.83%
G 249 of 533 ~ 46.72%
B 93 of 533 ~ 17.45%

%35.83
%46.72
%17.45

CMYK color model

#BFF95D color CMYK value is (23,0,63,2).

  • cyan value is 23.29%
  • magenta value is 0.00%
  • yellow value is 62.65%
  • key color value is 2.35%
CMYK:
(23,0,63,2)
C23M0Y63K2 
(23%,0%,63%,2%)
(0.23/0.00/0.63/0.02)	

CMYK percentages

%23.29
%0
%62.65
%2.35

Codes

Color #BFF95D in popluar color models

BFF95D
RGB19124993
HSL82°92.86%67.06%
HSB/HSV82°62.65%97.65%
CMYK23.29%0.00%62.65%
2.35%

Color #BFF95D in popluar number systems.

HEXBFF95D
Decimal19124993
Binary10111111111110011011101
Octal277371135

Shades and tints

Shades of #BFF95D

#BFF95D
(191,249,93)
#AEE355
(174,227,85)
#9DCD4D
(157,205,77)
#8CB745
(140,183,69)
#7BA13D
(123,161,61)
#6A8B35
(106,139,53)
#59752D
(89,117,45)
#485F25
(72,95,37)
#37491D
(55,73,29)
#263315
(38,51,21)
#151D0D
(21,29,13)
#000000
(0,0,0)

Tints of #BFF95D

#BFF95D
(191,249,93)
#C4F96B
(196,249,107)
#C9F979
(201,249,121)
#CEF987
(206,249,135)
#D3F995
(211,249,149)
#D8F9A3
(216,249,163)
#DDF9B1
(221,249,177)
#E2F9BF
(226,249,191)
#E7F9CD
(231,249,205)
#ECF9DB
(236,249,219)
#F1F9E9
(241,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFF95D color. Also use rgb(191,249,93) instead hex code.

Text Font Color

.myTextColor { color: #BFF95D; }

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

This text font color is #BFF95D.


Background Color

.myBgColor { background-color: #BFF95D; }

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

This div background color is #BFF95D.


Border color

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

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

This div border color is #BFF95D.


Opacity

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

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

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

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

This text has shadow with #BFF95D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFF95D on black background.


Color preview on white background

This text has color #BFF95D on white background.



Black color preview on #BFF95D background

This text has black color on #BFF95D background.


White color preview on #BFF95D background

This text has white color on #BFF95D background.