COLOR #BFFF00

HEX: #BFFF00
RGB: (191,255,0)

Color info

#BFFF00 contains mainly green color. Web safe color of #BFFF00 is #CCFF00 (or #CF0).

RGB color model

#BFFF00 color RGB value is (191,255,0).

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

RGB channels and saturation

R 191 of 255 = 75%
G 255 of 255 = 100%
B 0 of 255 = 0%

191
255
0

R + G + B ~ 58%. #BFFF00 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
191 + 255 + 0 = 446 (100%)
R 191 of 446 ~ 42.83%
G 255 of 446 ~ 57.17%
B 0 of 446 ~ 0%

%42.83
%57.17

CMYK color model

#BFFF00 color CMYK value is (25,0,100,0).

  • cyan value is 25.10%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 0.00%
CMYK:
(25,0,100,0)
C25M0Y100K0 
(25%,0%,100%,0%)
(0.25/0.00/1.00/0.00)	

CMYK percentages

%25.1
%0
%100
%0

Codes

Color #BFFF00 in popluar color models

BFFF00
RGB1912550
HSL75°100.00%50.00%
HSB/HSV75°100.00%100.00%
CMYK25.10%0.00%100.00%
0.00%

Color #BFFF00 in popluar number systems.

HEXBFFF00
Decimal1912550
Binary10111111111111110
Octal2773770

Shades and tints

Shades of #BFFF00

#BFFF00
(191,255,0)
#AEE800
(174,232,0)
#9DD100
(157,209,0)
#8CBA00
(140,186,0)
#7BA300
(123,163,0)
#6A8C00
(106,140,0)
#597500
(89,117,0)
#485E00
(72,94,0)
#374700
(55,71,0)
#263000
(38,48,0)
#151900
(21,25,0)
#000000
(0,0,0)

Tints of #BFFF00

#BFFF00
(191,255,0)
#C4FF17
(196,255,23)
#C9FF2E
(201,255,46)
#CEFF45
(206,255,69)
#D3FF5C
(211,255,92)
#D8FF73
(216,255,115)
#DDFF8A
(221,255,138)
#E2FFA1
(226,255,161)
#E7FFB8
(231,255,184)
#ECFFCF
(236,255,207)
#F1FFE6
(241,255,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFFF00; }

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

This text font color is #BFFF00.


Background Color

.myBgColor { background-color: #BFFF00; }

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

This div background color is #BFFF00.


Border color

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

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

This div border color is #BFFF00.


Opacity

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

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

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

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

This text has shadow with #BFFF00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFFF00 on black background.


Color preview on white background

This text has color #BFFF00 on white background.



Black color preview on #BFFF00 background

This text has black color on #BFFF00 background.


White color preview on #BFFF00 background

This text has white color on #BFFF00 background.