COLOR #B5F88E

HEX: #B5F88E RGB: (181,248,142)

Color info

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

RGB color model

#B5F88E color RGB value is (181,248,142).

RGB: (181,248,142) (71%, 97%, 56%)

RGB channels and saturation

R 181 of 255 = 71%
G 248 of 255 = 97%
B 142 of 255 = 56%

181
248
142

R + G + B ~ 75%. #B5F88E is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 248 + 142 = 571 (100%)
R 181 of 571 ~ 31.7%
G 248 of 571 ~ 43.43%
B 142 of 571 ~ 24.87'%

%31.7
%43.43
%24.87

CMYK color model

#B5F88E color CMYK value is (27,0,43,3).

  • cyan value is 27.02%
  • magenta value is 0.00%
  • yellow value is 42.74%
  • key color value is 2.75%

CMYK: (27,0,43,3)
C27M0Y43K3 (27%, 0%, 43%, 3%)
(0.27 / 0.00 / 0.43 / 0.03)

CMYK percentages

%27.02
%0
%42.74
%2.75

Codes

Color #B5F88E in popluar color models

B5 F8 8E
RGB 181 248 142
HSL 98° 88.33% 76.47%
HSB/HSV 98° 42.74% 97.25%
CMYK 27.02% 0.00% 42.74%
2.75%

Color #B5F88E in popluar number systems.

HEX B5 F8 8E
Decimal 181 248 142
Binary 10110101 11111000 10001110
Octal 265 370 216

Shades and tints

Shades of #B5F88E

#B5F88E
(181,248,142)
#A5E282
(165,226,130)
#95CC76
(149,204,118)
#85B66A
(133,182,106)
#75A05E
(117,160,94)
#658A52
(101,138,82)
#557446
(85,116,70)
#455E3A
(69,94,58)
#35482E
(53,72,46)
#253222
(37,50,34)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #B5F88E

#B5F88E
(181,248,142)
#BBF898
(187,248,152)
#C1F8A2
(193,248,162)
#C7F8AC
(199,248,172)
#CDF8B6
(205,248,182)
#D3F8C0
(211,248,192)
#D9F8CA
(217,248,202)
#DFF8D4
(223,248,212)
#E5F8DE
(229,248,222)
#EBF8E8
(235,248,232)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5F88E color. Also use rgb(181,248,142) instead hex code.

Text Font Color

.myTextColor { color: #B5F88E; }

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

This text font color is #B5F88E.

Background Color

.myBgColor { background-color: #B5F88E; }

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

This div background color is #B5F88E.

Border color

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

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

This div border color is #B5F88E.

Opacity

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

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

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

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

This text has shadow with #B5F88E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5F88E.

Preview

Color preview on black background

This text has color #B5F88E on black background.


Color preview on white background

This text has color #B5F88E on white background.


Black color preview on #B5F88E background

This text has black color on #B5F88E background.


White color preview on #B5F88E background

This text has white color on #B5F88E background.


Related colors

Complementary color

Complementary color for #hex is #4A0771.


I love getcolorcode.com

Triadic colors

1 #8EB5F8 and #F88EB5 with #B5F88E are triadic colors.

2 #8EF8B5 and #F8B58E with #B5F88E are triadic colors.