COLOR #B5D66F

HEX: #B5D66F RGB: (181,214,111)

Color info

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

RGB color model

#B5D66F color RGB value is (181,214,111).

RGB: (181,214,111) (71%, 84%, 44%)

RGB channels and saturation

R 181 of 255 = 71%
G 214 of 255 = 84%
B 111 of 255 = 44%

181
214
111

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

Portions of RGB colors in percentages

R + G + B = 181 + 214 + 111 = 506 (100%)
R 181 of 506 ~ 35.77%
G 214 of 506 ~ 42.29%
B 111 of 506 ~ 21.94'%

%35.77
%42.29
%21.94

CMYK color model

#B5D66F color CMYK value is (15,0,48,16).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 48.13%
  • key color value is 16.08%

CMYK: (15,0,48,16)
C15M0Y48K16 (15%, 0%, 48%, 16%)
(0.15 / 0.00 / 0.48 / 0.16)

CMYK percentages

%15.42
%0
%48.13
%16.08

Codes

Color #B5D66F in popluar color models

B5 D6 6F
RGB 181 214 111
HSL 79° 55.68% 63.73%
HSB/HSV 79° 48.13% 83.92%
CMYK 15.42% 0.00% 48.13%
16.08%

Color #B5D66F in popluar number systems.

HEX B5 D6 6F
Decimal 181 214 111
Binary 10110101 11010110 1101111
Octal 265 326 157

Shades and tints

Shades of #B5D66F

#B5D66F
(181,214,111)
#A5C365
(165,195,101)
#95B05B
(149,176,91)
#859D51
(133,157,81)
#758A47
(117,138,71)
#65773D
(101,119,61)
#556433
(85,100,51)
#455129
(69,81,41)
#353E1F
(53,62,31)
#252B15
(37,43,21)
#15180B
(21,24,11)
#000000
(0,0,0)

Tints of #B5D66F

#B5D66F
(181,214,111)
#BBD97C
(187,217,124)
#C1DC89
(193,220,137)
#C7DF96
(199,223,150)
#CDE2A3
(205,226,163)
#D3E5B0
(211,229,176)
#D9E8BD
(217,232,189)
#DFEBCA
(223,235,202)
#E5EED7
(229,238,215)
#EBF1E4
(235,241,228)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D66F color. Also use rgb(181,214,111) instead hex code.

Text Font Color

.myTextColor { color: #B5D66F; }

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

This text font color is #B5D66F.

Background Color

.myBgColor { background-color: #B5D66F; }

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

This div background color is #B5D66F.

Border color

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

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

This div border color is #B5D66F.

Opacity

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

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

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

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

This text has shadow with #B5D66F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5D66F.

Preview

Color preview on black background

This text has color #B5D66F on black background.


Color preview on white background

This text has color #B5D66F on white background.


Black color preview on #B5D66F background

This text has black color on #B5D66F background.


White color preview on #B5D66F background

This text has white color on #B5D66F background.


Related colors

Complementary color

Complementary color for #hex is #4A2990.


I love getcolorcode.com

Triadic colors

1 #6FB5D6 and #D66FB5 with #B5D66F are triadic colors.

2 #6FD6B5 and #D6B56F with #B5D66F are triadic colors.