COLOR #B5E661

HEX: #B5E661
RGB: (181,230,97)

Color info

#B5E661 contains mainly red and green colors. Web safe color of #B5E661 is #CCCC66 (or #CC6).

RGB color model

#B5E661 color RGB value is (181,230,97).

  • red value is 181;
  • green value is 230;
  • blue value is 97.
RGB:
(181,230,97)
(71%,90%,38%)

RGB channels and saturation

R 181 of 255 = 71%
G 230 of 255 = 90%
B 97 of 255 = 38%

181
230
97

R + G + B ~ 66%. #B5E661 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 230 + 97 = 508 (100%)
R 181 of 508 ~ 35.63%
G 230 of 508 ~ 45.28%
B 97 of 508 ~ 19.09%

%35.63
%45.28
%19.09

CMYK color model

#B5E661 color CMYK value is (21,0,58,10).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 57.83%
  • key color value is 9.80%
CMYK:
(21,0,58,10)
C21M0Y58K10 
(21%,0%,58%,10%)
(0.21/0.00/0.58/0.10)	

CMYK percentages

%21.3
%0
%57.83
%9.8

Codes

Color #B5E661 in popluar color models

B5E661
RGB18123097
HSL82°72.68%64.12%
HSB/HSV82°57.83%90.20%
CMYK21.30%0.00%57.83%
9.80%

Color #B5E661 in popluar number systems.

HEXB5E661
Decimal18123097
Binary10110101111001101100001
Octal265346141

Shades and tints

Shades of #B5E661

#B5E661
(181,230,97)
#A5D259
(165,210,89)
#95BE51
(149,190,81)
#85AA49
(133,170,73)
#759641
(117,150,65)
#658239
(101,130,57)
#556E31
(85,110,49)
#455A29
(69,90,41)
#354621
(53,70,33)
#253219
(37,50,25)
#151E11
(21,30,17)
#000000
(0,0,0)

Tints of #B5E661

#B5E661
(181,230,97)
#BBE86F
(187,232,111)
#C1EA7D
(193,234,125)
#C7EC8B
(199,236,139)
#CDEE99
(205,238,153)
#D3F0A7
(211,240,167)
#D9F2B5
(217,242,181)
#DFF4C3
(223,244,195)
#E5F6D1
(229,246,209)
#EBF8DF
(235,248,223)
#F1FAED
(241,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E661 color. Also use rgb(181,230,97) instead hex code.

Text Font Color

.myTextColor { color: #B5E661; }

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

This text font color is #B5E661.


Background Color

.myBgColor { background-color: #B5E661; }

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

This div background color is #B5E661.


Border color

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

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

This div border color is #B5E661.


Opacity

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

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

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

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

This text has shadow with #B5E661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E661 on black background.


Color preview on white background

This text has color #B5E661 on white background.



Black color preview on #B5E661 background

This text has black color on #B5E661 background.


White color preview on #B5E661 background

This text has white color on #B5E661 background.