COLOR #B5E78C

HEX: #B5E78C RGB: (181,231,140)

Color info

#B5E78C contains mainly red and green colors. Web safe color of #B5E78C is #CCFF99 (or #CF9).

RGB color model

#B5E78C color RGB value is (181,231,140).

RGB: (181,231,140) (71%, 91%, 55%)

RGB channels and saturation

R 181 of 255 = 71%
G 231 of 255 = 91%
B 140 of 255 = 55%

181
231
140

R + G + B ~ 72%. #B5E78C is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 231 + 140 = 552 (100%)
R 181 of 552 ~ 32.79%
G 231 of 552 ~ 41.85%
B 140 of 552 ~ 25.36'%

%32.79
%41.85
%25.36

CMYK color model

#B5E78C color CMYK value is (22,0,39,9).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 9.41%
CMYK: (22,0,39,9) C22M0Y39K9 (22%,0%,39%,9%) (0.22/0.00/0.39/0.09) 

CMYK percentages

%21.65
%0
%39.39
%9.41

Codes

Color #B5E78C in popluar color models

B5 E7 8C
RGB 181 231 140
HSL 93° 65.47% 72.75%
HSB/HSV 93° 39.39% 90.59%
CMYK 21.65% 0.00% 39.39%
9.41%

Color #B5E78C in popluar number systems.

HEX B5 E7 8C
Decimal 181 231 140
Binary 10110101 11100111 10001100
Octal 265 347 214

Shades and tints

Shades of #B5E78C

#B5E78C
(181,231,140)
#A5D280
(165,210,128)
#95BD74
(149,189,116)
#85A868
(133,168,104)
#75935C
(117,147,92)
#657E50
(101,126,80)
#556944
(85,105,68)
#455438
(69,84,56)
#353F2C
(53,63,44)
#252A20
(37,42,32)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #B5E78C

#B5E78C
(181,231,140)
#BBE996
(187,233,150)
#C1EBA0
(193,235,160)
#C7EDAA
(199,237,170)
#CDEFB4
(205,239,180)
#D3F1BE
(211,241,190)
#D9F3C8
(217,243,200)
#DFF5D2
(223,245,210)
#E5F7DC
(229,247,220)
#EBF9E6
(235,249,230)
#F1FBF0
(241,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E78C color. Also use rgb(181,231,140) instead hex code.

Text Font Color

.myTextColor { color: #B5E78C; }

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

This text font color is #B5E78C.

Background Color

.myBgColor { background-color: #B5E78C; }

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

This div background color is #B5E78C.

Border color

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

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

This div border color is #B5E78C.

Opacity

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

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

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

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

This text has shadow with #B5E78C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5E78C.

Preview

Color preview on black background

This text has color #B5E78C on black background.


Color preview on white background

This text has color #B5E78C on white background.


Black color preview on #B5E78C background

This text has black color on #B5E78C background.


White color preview on #B5E78C background

This text has white color on #B5E78C background.


Related colors

Complementary color

Complementary color for #hex is #4A1873.


I love getcolorcode.com

Triadic colors

1 #8CB5E7 and #E78CB5 with #B5E78C are triadic colors.

2 #8CE7B5 and #E7B58C with #B5E78C are triadic colors.