COLOR #BFFF95

HEX: #BFFF95
RGB: (191,255,149)

Color info

#BFFF95 contains mainly green color. Web safe color of #BFFF95 is #CCFF99 (or #CF9).

RGB color model

#BFFF95 color RGB value is (191,255,149).

  • red value is 191;
  • green value is 255;
  • blue value is 149.
RGB:
(191,255,149)
(75%,100%,58%)

RGB channels and saturation

R 191 of 255 = 75%
G 255 of 255 = 100%
B 149 of 255 = 58%

191
255
149

R + G + B ~ 78%. #BFFF95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 255 + 149 = 595 (100%)
R 191 of 595 ~ 32.1%
G 255 of 595 ~ 42.86%
B 149 of 595 ~ 25.04%

%32.1
%42.86
%25.04

CMYK color model

#BFFF95 color CMYK value is (25,0,42,0).

  • cyan value is 25.10%
  • magenta value is 0.00%
  • yellow value is 41.57%
  • key color value is 0.00%
CMYK:
(25,0,42,0)
C25M0Y42K0 
(25%,0%,42%,0%)
(0.25/0.00/0.42/0.00)	

CMYK percentages

%25.1
%0
%41.57
%0

Codes

Color #BFFF95 in popluar color models

BFFF95
RGB191255149
HSL96°100.00%79.22%
HSB/HSV96°41.57%100.00%
CMYK25.10%0.00%41.57%
0.00%

Color #BFFF95 in popluar number systems.

HEXBFFF95
Decimal191255149
Binary101111111111111110010101
Octal277377225

Shades and tints

Shades of #BFFF95

#BFFF95
(191,255,149)
#AEE888
(174,232,136)
#9DD17B
(157,209,123)
#8CBA6E
(140,186,110)
#7BA361
(123,163,97)
#6A8C54
(106,140,84)
#597547
(89,117,71)
#485E3A
(72,94,58)
#37472D
(55,71,45)
#263020
(38,48,32)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #BFFF95

#BFFF95
(191,255,149)
#C4FF9E
(196,255,158)
#C9FFA7
(201,255,167)
#CEFFB0
(206,255,176)
#D3FFB9
(211,255,185)
#D8FFC2
(216,255,194)
#DDFFCB
(221,255,203)
#E2FFD4
(226,255,212)
#E7FFDD
(231,255,221)
#ECFFE6
(236,255,230)
#F1FFEF
(241,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFFF95 color. Also use rgb(191,255,149) instead hex code.

Text Font Color

.myTextColor { color: #BFFF95; }

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

This text font color is #BFFF95.


Background Color

.myBgColor { background-color: #BFFF95; }

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

This div background color is #BFFF95.


Border color

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

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

This div border color is #BFFF95.


Opacity

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

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

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

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

This text has shadow with #BFFF95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFFF95 on black background.


Color preview on white background

This text has color #BFFF95 on white background.



Black color preview on #BFFF95 background

This text has black color on #BFFF95 background.


White color preview on #BFFF95 background

This text has white color on #BFFF95 background.