COLOR #B5E785

HEX: #B5E785
RGB: (181,231,133)

Color info

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

RGB color model

#B5E785 color RGB value is (181,231,133).

  • red value is 181;
  • green value is 231;
  • blue value is 133.
RGB:
(181,231,133)
(71%,91%,52%)

RGB channels and saturation

R 181 of 255 = 71%
G 231 of 255 = 91%
B 133 of 255 = 52%

181
231
133

R + G + B ~ 71%. #B5E785 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 231 + 133 = 545 (100%)
R 181 of 545 ~ 33.21%
G 231 of 545 ~ 42.39%
B 133 of 545 ~ 24.4%

%33.21
%42.39
%24.4

CMYK color model

#B5E785 color CMYK value is (22,0,42,9).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 9.41%
CMYK:
(22,0,42,9)
C22M0Y42K9 
(22%,0%,42%,9%)
(0.22/0.00/0.42/0.09)	

CMYK percentages

%21.65
%0
%42.42
%9.41

Codes

Color #B5E785 in popluar color models

B5E785
RGB181231133
HSL91°67.12%71.37%
HSB/HSV91°42.42%90.59%
CMYK21.65%0.00%42.42%
9.41%

Color #B5E785 in popluar number systems.

HEXB5E785
Decimal181231133
Binary101101011110011110000101
Octal265347205

Shades and tints

Shades of #B5E785

#B5E785
(181,231,133)
#A5D279
(165,210,121)
#95BD6D
(149,189,109)
#85A861
(133,168,97)
#759355
(117,147,85)
#657E49
(101,126,73)
#55693D
(85,105,61)
#455431
(69,84,49)
#353F25
(53,63,37)
#252A19
(37,42,25)
#15150D
(21,21,13)
#000000
(0,0,0)

Tints of #B5E785

#B5E785
(181,231,133)
#BBE990
(187,233,144)
#C1EB9B
(193,235,155)
#C7EDA6
(199,237,166)
#CDEFB1
(205,239,177)
#D3F1BC
(211,241,188)
#D9F3C7
(217,243,199)
#DFF5D2
(223,245,210)
#E5F7DD
(229,247,221)
#EBF9E8
(235,249,232)
#F1FBF3
(241,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5E785; }

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

This text font color is #B5E785.


Background Color

.myBgColor { background-color: #B5E785; }

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

This div background color is #B5E785.


Border color

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

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

This div border color is #B5E785.


Opacity

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

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

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

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

This text has shadow with #B5E785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E785 on black background.


Color preview on white background

This text has color #B5E785 on white background.



Black color preview on #B5E785 background

This text has black color on #B5E785 background.


White color preview on #B5E785 background

This text has white color on #B5E785 background.