COLOR #B5FDA1

HEX: #B5FDA1 RGB: (181,253,161)

Color info

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

RGB color model

#B5FDA1 color RGB value is (181,253,161).

RGB: (181,253,161) (71%, 99%, 63%)

RGB channels and saturation

R 181 of 255 = 71%
G 253 of 255 = 99%
B 161 of 255 = 63%

181
253
161

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

Portions of RGB colors in percentages

R + G + B = 181 + 253 + 161 = 595 (100%)
R 181 of 595 ~ 30.42%
G 253 of 595 ~ 42.52%
B 161 of 595 ~ 27.06'%

%30.42
%42.52
%27.06

CMYK color model

#B5FDA1 color CMYK value is (28,0,36,1).

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 0.78%

CMYK: (28,0,36,1)
C28M0Y36K1 (28%, 0%, 36%, 1%)
(0.28 / 0.00 / 0.36 / 0.01)

CMYK percentages

%28.46
%0
%36.36
%0.78

Codes

Color #B5FDA1 in popluar color models

B5 FD A1
RGB 181 253 161
HSL 107° 95.83% 81.18%
HSB/HSV 107° 36.36% 99.22%
CMYK 28.46% 0.00% 36.36%
0.78%

Color #B5FDA1 in popluar number systems.

HEX B5 FD A1
Decimal 181 253 161
Binary 10110101 11111101 10100001
Octal 265 375 241

Shades and tints

Shades of #B5FDA1

#B5FDA1
(181,253,161)
#A5E693
(165,230,147)
#95CF85
(149,207,133)
#85B877
(133,184,119)
#75A169
(117,161,105)
#658A5B
(101,138,91)
#55734D
(85,115,77)
#455C3F
(69,92,63)
#354531
(53,69,49)
#252E23
(37,46,35)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #B5FDA1

#B5FDA1
(181,253,161)
#BBFDA9
(187,253,169)
#C1FDB1
(193,253,177)
#C7FDB9
(199,253,185)
#CDFDC1
(205,253,193)
#D3FDC9
(211,253,201)
#D9FDD1
(217,253,209)
#DFFDD9
(223,253,217)
#E5FDE1
(229,253,225)
#EBFDE9
(235,253,233)
#F1FDF1
(241,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5FDA1 color. Also use rgb(181,253,161) instead hex code.

Text Font Color

.myTextColor { color: #B5FDA1; }

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

This text font color is #B5FDA1.

Background Color

.myBgColor { background-color: #B5FDA1; }

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

This div background color is #B5FDA1.

Border color

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

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

This div border color is #B5FDA1.

Opacity

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

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

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

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

This text has shadow with #B5FDA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5FDA1.

Preview

Color preview on black background

This text has color #B5FDA1 on black background.


Color preview on white background

This text has color #B5FDA1 on white background.


Black color preview on #B5FDA1 background

This text has black color on #B5FDA1 background.


White color preview on #B5FDA1 background

This text has white color on #B5FDA1 background.


Related colors

Complementary color

Complementary color for #hex is #4A025E.


I love getcolorcode.com

Triadic colors

1 #A1B5FD and #FDA1B5 with #B5FDA1 are triadic colors.

2 #A1FDB5 and #FDB5A1 with #B5FDA1 are triadic colors.