COLOR #B5D479

HEX: #B5D479 RGB: (181,212,121)

Color info

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

RGB color model

#B5D479 color RGB value is (181,212,121).

RGB: (181,212,121) (71%, 83%, 47%)

RGB channels and saturation

R 181 of 255 = 71%
G 212 of 255 = 83%
B 121 of 255 = 47%

181
212
121

R + G + B ~ 67%. #B5D479 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 212 + 121 = 514 (100%)
R 181 of 514 ~ 35.21%
G 212 of 514 ~ 41.25%
B 121 of 514 ~ 23.54'%

%35.21
%41.25
%23.54

CMYK color model

#B5D479 color CMYK value is (15,0,43,17).

  • cyan value is 14.62%
  • magenta value is 0.00%
  • yellow value is 42.92%
  • key color value is 16.86%

CMYK: (15,0,43,17)
C15M0Y43K17 (15%, 0%, 43%, 17%)
(0.15 / 0.00 / 0.43 / 0.17)

CMYK percentages

%14.62
%0
%42.92
%16.86

Codes

Color #B5D479 in popluar color models

B5 D4 79
RGB 181 212 121
HSL 80° 51.41% 65.29%
HSB/HSV 80° 42.92% 83.14%
CMYK 14.62% 0.00% 42.92%
16.86%

Color #B5D479 in popluar number systems.

HEX B5 D4 79
Decimal 181 212 121
Binary 10110101 11010100 1111001
Octal 265 324 171

Shades and tints

Shades of #B5D479

#B5D479
(181,212,121)
#A5C16E
(165,193,110)
#95AE63
(149,174,99)
#859B58
(133,155,88)
#75884D
(117,136,77)
#657542
(101,117,66)
#556237
(85,98,55)
#454F2C
(69,79,44)
#353C21
(53,60,33)
#252916
(37,41,22)
#15160B
(21,22,11)
#000000
(0,0,0)

Tints of #B5D479

#B5D479
(181,212,121)
#BBD785
(187,215,133)
#C1DA91
(193,218,145)
#C7DD9D
(199,221,157)
#CDE0A9
(205,224,169)
#D3E3B5
(211,227,181)
#D9E6C1
(217,230,193)
#DFE9CD
(223,233,205)
#E5ECD9
(229,236,217)
#EBEFE5
(235,239,229)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D479 color. Also use rgb(181,212,121) instead hex code.

Text Font Color

.myTextColor { color: #B5D479; }

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

This text font color is #B5D479.

Background Color

.myBgColor { background-color: #B5D479; }

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

This div background color is #B5D479.

Border color

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

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

This div border color is #B5D479.

Opacity

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

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

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

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

This text has shadow with #B5D479 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5D479.

Preview

Color preview on black background

This text has color #B5D479 on black background.


Color preview on white background

This text has color #B5D479 on white background.


Black color preview on #B5D479 background

This text has black color on #B5D479 background.


White color preview on #B5D479 background

This text has white color on #B5D479 background.


Related colors

Complementary color

Complementary color for #hex is #4A2B86.


I love getcolorcode.com

Triadic colors

1 #79B5D4 and #D479B5 with #B5D479 are triadic colors.

2 #79D4B5 and #D4B579 with #B5D479 are triadic colors.