COLOR #B5D968

HEX: #B5D968
RGB: (181,217,104)

Color info

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

RGB color model

#B5D968 color RGB value is (181,217,104).

  • red value is 181;
  • green value is 217;
  • blue value is 104.
RGB:
(181,217,104)
(71%,85%,41%)

RGB channels and saturation

R 181 of 255 = 71%
G 217 of 255 = 85%
B 104 of 255 = 41%

181
217
104

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

Portions of RGB colors in percentages

R + G + B =
181 + 217 + 104 = 502 (100%)
R 181 of 502 ~ 36.06%
G 217 of 502 ~ 43.23%
B 104 of 502 ~ 20.72%

%36.06
%43.23
%20.72

CMYK color model

#B5D968 color CMYK value is (17,0,52,15).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 52.07%
  • key color value is 14.90%
CMYK:
(17,0,52,15)
C17M0Y52K15 
(17%,0%,52%,15%)
(0.17/0.00/0.52/0.15)	

CMYK percentages

%16.59
%0
%52.07
%14.9

Codes

Color #B5D968 in popluar color models

B5D968
RGB181217104
HSL79°59.79%62.94%
HSB/HSV79°52.07%85.10%
CMYK16.59%0.00%52.07%
14.90%

Color #B5D968 in popluar number systems.

HEXB5D968
Decimal181217104
Binary10110101110110011101000
Octal265331150

Shades and tints

Shades of #B5D968

#B5D968
(181,217,104)
#A5C65F
(165,198,95)
#95B356
(149,179,86)
#85A04D
(133,160,77)
#758D44
(117,141,68)
#657A3B
(101,122,59)
#556732
(85,103,50)
#455429
(69,84,41)
#354120
(53,65,32)
#252E17
(37,46,23)
#151B0E
(21,27,14)
#000000
(0,0,0)

Tints of #B5D968

#B5D968
(181,217,104)
#BBDC75
(187,220,117)
#C1DF82
(193,223,130)
#C7E28F
(199,226,143)
#CDE59C
(205,229,156)
#D3E8A9
(211,232,169)
#D9EBB6
(217,235,182)
#DFEEC3
(223,238,195)
#E5F1D0
(229,241,208)
#EBF4DD
(235,244,221)
#F1F7EA
(241,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D968 color. Also use rgb(181,217,104) instead hex code.

Text Font Color

.myTextColor { color: #B5D968; }

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

This text font color is #B5D968.


Background Color

.myBgColor { background-color: #B5D968; }

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

This div background color is #B5D968.


Border color

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

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

This div border color is #B5D968.


Opacity

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

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

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

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

This text has shadow with #B5D968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D968 on black background.


Color preview on white background

This text has color #B5D968 on white background.



Black color preview on #B5D968 background

This text has black color on #B5D968 background.


White color preview on #B5D968 background

This text has white color on #B5D968 background.