COLOR #B5D37D

HEX: #B5D37D
RGB: (181,211,125)

Color info

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

RGB color model

#B5D37D color RGB value is (181,211,125).

  • red value is 181;
  • green value is 211;
  • blue value is 125.
RGB:
(181,211,125)
(71%,83%,49%)

RGB channels and saturation

R 181 of 255 = 71%
G 211 of 255 = 83%
B 125 of 255 = 49%

181
211
125

R + G + B ~ 68%. #B5D37D is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 211 + 125 = 517 (100%)
R 181 of 517 ~ 35.01%
G 211 of 517 ~ 40.81%
B 125 of 517 ~ 24.18%

%35.01
%40.81
%24.18

CMYK color model

#B5D37D color CMYK value is (14,0,41,17).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 40.76%
  • key color value is 17.25%
CMYK:
(14,0,41,17)
C14M0Y41K17 
(14%,0%,41%,17%)
(0.14/0.00/0.41/0.17)	

CMYK percentages

%14.22
%0
%40.76
%17.25

Codes

Color #B5D37D in popluar color models

B5D37D
RGB181211125
HSL81°49.43%65.88%
HSB/HSV81°40.76%82.75%
CMYK14.22%0.00%40.76%
17.25%

Color #B5D37D in popluar number systems.

HEXB5D37D
Decimal181211125
Binary10110101110100111111101
Octal265323175

Shades and tints

Shades of #B5D37D

#B5D37D
(181,211,125)
#A5C072
(165,192,114)
#95AD67
(149,173,103)
#859A5C
(133,154,92)
#758751
(117,135,81)
#657446
(101,116,70)
#55613B
(85,97,59)
#454E30
(69,78,48)
#353B25
(53,59,37)
#25281A
(37,40,26)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #B5D37D

#B5D37D
(181,211,125)
#BBD788
(187,215,136)
#C1DB93
(193,219,147)
#C7DF9E
(199,223,158)
#CDE3A9
(205,227,169)
#D3E7B4
(211,231,180)
#D9EBBF
(217,235,191)
#DFEFCA
(223,239,202)
#E5F3D5
(229,243,213)
#EBF7E0
(235,247,224)
#F1FBEB
(241,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D37D color. Also use rgb(181,211,125) instead hex code.

Text Font Color

.myTextColor { color: #B5D37D; }

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

This text font color is #B5D37D.


Background Color

.myBgColor { background-color: #B5D37D; }

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

This div background color is #B5D37D.


Border color

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

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

This div border color is #B5D37D.


Opacity

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

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

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

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

This text has shadow with #B5D37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D37D on black background.


Color preview on white background

This text has color #B5D37D on white background.



Black color preview on #B5D37D background

This text has black color on #B5D37D background.


White color preview on #B5D37D background

This text has white color on #B5D37D background.