COLOR #B2FD5B

HEX: #B2FD5B
RGB: (178,253,91)

Color info

#B2FD5B contains mainly green color. Web safe color of #B2FD5B is #99FF66 (or #9F6).

RGB color model

#B2FD5B color RGB value is (178,253,91).

  • red value is 178;
  • green value is 253;
  • blue value is 91.
RGB:
(178,253,91)
(70%,99%,36%)

RGB channels and saturation

R 178 of 255 = 70%
G 253 of 255 = 99%
B 91 of 255 = 36%

178
253
91

R + G + B ~ 68%. #B2FD5B is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 253 + 91 = 522 (100%)
R 178 of 522 ~ 34.1%
G 253 of 522 ~ 48.47%
B 91 of 522 ~ 17.43%

%34.1
%48.47
%17.43

CMYK color model

#B2FD5B color CMYK value is (30,0,64,1).

  • cyan value is 29.64%
  • magenta value is 0.00%
  • yellow value is 64.03%
  • key color value is 0.78%
CMYK:
(30,0,64,1)
C30M0Y64K1 
(30%,0%,64%,1%)
(0.30/0.00/0.64/0.01)	

CMYK percentages

%29.64
%0
%64.03
%0.78

Codes

Color #B2FD5B in popluar color models

B2FD5B
RGB17825391
HSL88°97.59%67.45%
HSB/HSV88°64.03%99.22%
CMYK29.64%0.00%64.03%
0.78%

Color #B2FD5B in popluar number systems.

HEXB2FD5B
Decimal17825391
Binary10110010111111011011011
Octal262375133

Shades and tints

Shades of #B2FD5B

#B2FD5B
(178,253,91)
#A2E653
(162,230,83)
#92CF4B
(146,207,75)
#82B843
(130,184,67)
#72A13B
(114,161,59)
#628A33
(98,138,51)
#52732B
(82,115,43)
#425C23
(66,92,35)
#32451B
(50,69,27)
#222E13
(34,46,19)
#12170B
(18,23,11)
#000000
(0,0,0)

Tints of #B2FD5B

#B2FD5B
(178,253,91)
#B9FD69
(185,253,105)
#C0FD77
(192,253,119)
#C7FD85
(199,253,133)
#CEFD93
(206,253,147)
#D5FDA1
(213,253,161)
#DCFDAF
(220,253,175)
#E3FDBD
(227,253,189)
#EAFDCB
(234,253,203)
#F1FDD9
(241,253,217)
#F8FDE7
(248,253,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2FD5B color. Also use rgb(178,253,91) instead hex code.

Text Font Color

.myTextColor { color: #B2FD5B; }

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

This text font color is #B2FD5B.


Background Color

.myBgColor { background-color: #B2FD5B; }

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

This div background color is #B2FD5B.


Border color

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

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

This div border color is #B2FD5B.


Opacity

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

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

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

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

This text has shadow with #B2FD5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2FD5B on black background.


Color preview on white background

This text has color #B2FD5B on white background.



Black color preview on #B2FD5B background

This text has black color on #B2FD5B background.


White color preview on #B2FD5B background

This text has white color on #B2FD5B background.