COLOR #B2D474

HEX: #B2D474
RGB: (178,212,116)

Color info

#B2D474 contains mainly red and green colors. Web safe color of #B2D474 is #99CC66 (or #9C6).

RGB color model

#B2D474 color RGB value is (178,212,116).

  • red value is 178;
  • green value is 212;
  • blue value is 116.
RGB:
(178,212,116)
(70%,83%,45%)

RGB channels and saturation

R 178 of 255 = 70%
G 212 of 255 = 83%
B 116 of 255 = 45%

178
212
116

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

Portions of RGB colors in percentages

R + G + B =
178 + 212 + 116 = 506 (100%)
R 178 of 506 ~ 35.18%
G 212 of 506 ~ 41.9%
B 116 of 506 ~ 22.92%

%35.18
%41.9
%22.92

CMYK color model

#B2D474 color CMYK value is (16,0,45,17).

  • cyan value is 16.04%
  • magenta value is 0.00%
  • yellow value is 45.28%
  • key color value is 16.86%
CMYK:
(16,0,45,17)
C16M0Y45K17 
(16%,0%,45%,17%)
(0.16/0.00/0.45/0.17)	

CMYK percentages

%16.04
%0
%45.28
%16.86

Codes

Color #B2D474 in popluar color models

B2D474
RGB178212116
HSL81°52.75%64.31%
HSB/HSV81°45.28%83.14%
CMYK16.04%0.00%45.28%
16.86%

Color #B2D474 in popluar number systems.

HEXB2D474
Decimal178212116
Binary10110010110101001110100
Octal262324164

Shades and tints

Shades of #B2D474

#B2D474
(178,212,116)
#A2C16A
(162,193,106)
#92AE60
(146,174,96)
#829B56
(130,155,86)
#72884C
(114,136,76)
#627542
(98,117,66)
#526238
(82,98,56)
#424F2E
(66,79,46)
#323C24
(50,60,36)
#22291A
(34,41,26)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #B2D474

#B2D474
(178,212,116)
#B9D780
(185,215,128)
#C0DA8C
(192,218,140)
#C7DD98
(199,221,152)
#CEE0A4
(206,224,164)
#D5E3B0
(213,227,176)
#DCE6BC
(220,230,188)
#E3E9C8
(227,233,200)
#EAECD4
(234,236,212)
#F1EFE0
(241,239,224)
#F8F2EC
(248,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D474 color. Also use rgb(178,212,116) instead hex code.

Text Font Color

.myTextColor { color: #B2D474; }

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

This text font color is #B2D474.


Background Color

.myBgColor { background-color: #B2D474; }

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

This div background color is #B2D474.


Border color

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

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

This div border color is #B2D474.


Opacity

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

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

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

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

This text has shadow with #B2D474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D474 on black background.


Color preview on white background

This text has color #B2D474 on white background.



Black color preview on #B2D474 background

This text has black color on #B2D474 background.


White color preview on #B2D474 background

This text has white color on #B2D474 background.