COLOR #B5ED76

HEX: #B5ED76
RGB: (181,237,118)

Color info

#B5ED76 contains mainly red and green colors. Web safe color of #B5ED76 is #CCFF66 (or #CF6).

RGB color model

#B5ED76 color RGB value is (181,237,118).

  • red value is 181;
  • green value is 237;
  • blue value is 118.
RGB:
(181,237,118)
(71%,93%,46%)

RGB channels and saturation

R 181 of 255 = 71%
G 237 of 255 = 93%
B 118 of 255 = 46%

181
237
118

R + G + B ~ 70%. #B5ED76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 237 + 118 = 536 (100%)
R 181 of 536 ~ 33.77%
G 237 of 536 ~ 44.22%
B 118 of 536 ~ 22.01%

%33.77
%44.22
%22.01

CMYK color model

#B5ED76 color CMYK value is (24,0,50,7).

  • cyan value is 23.63%
  • magenta value is 0.00%
  • yellow value is 50.21%
  • key color value is 7.06%
CMYK:
(24,0,50,7)
C24M0Y50K7 
(24%,0%,50%,7%)
(0.24/0.00/0.50/0.07)	

CMYK percentages

%23.63
%0
%50.21
%7.06

Codes

Color #B5ED76 in popluar color models

B5ED76
RGB181237118
HSL88°76.77%69.61%
HSB/HSV88°50.21%92.94%
CMYK23.63%0.00%50.21%
7.06%

Color #B5ED76 in popluar number systems.

HEXB5ED76
Decimal181237118
Binary10110101111011011110110
Octal265355166

Shades and tints

Shades of #B5ED76

#B5ED76
(181,237,118)
#A5D86C
(165,216,108)
#95C362
(149,195,98)
#85AE58
(133,174,88)
#75994E
(117,153,78)
#658444
(101,132,68)
#556F3A
(85,111,58)
#455A30
(69,90,48)
#354526
(53,69,38)
#25301C
(37,48,28)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #B5ED76

#B5ED76
(181,237,118)
#BBEE82
(187,238,130)
#C1EF8E
(193,239,142)
#C7F09A
(199,240,154)
#CDF1A6
(205,241,166)
#D3F2B2
(211,242,178)
#D9F3BE
(217,243,190)
#DFF4CA
(223,244,202)
#E5F5D6
(229,245,214)
#EBF6E2
(235,246,226)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5ED76 color. Also use rgb(181,237,118) instead hex code.

Text Font Color

.myTextColor { color: #B5ED76; }

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

This text font color is #B5ED76.


Background Color

.myBgColor { background-color: #B5ED76; }

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

This div background color is #B5ED76.


Border color

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

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

This div border color is #B5ED76.


Opacity

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

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

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

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

This text has shadow with #B5ED76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5ED76 on black background.


Color preview on white background

This text has color #B5ED76 on white background.



Black color preview on #B5ED76 background

This text has black color on #B5ED76 background.


White color preview on #B5ED76 background

This text has white color on #B5ED76 background.