COLOR #B2D444

HEX: #B2D444
RGB: (178,212,68)

Color info

#B2D444 contains mainly red and green colors. Web safe color of #B2D444 is #99CC33 (or #9C3).

RGB color model

#B2D444 color RGB value is (178,212,68).

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

RGB channels and saturation

R 178 of 255 = 70%
G 212 of 255 = 83%
B 68 of 255 = 27%

178
212
68

R + G + B ~ 60%. #B2D444 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
178 + 212 + 68 = 458 (100%)
R 178 of 458 ~ 38.86%
G 212 of 458 ~ 46.29%
B 68 of 458 ~ 14.85%

%38.86
%46.29
%14.85

CMYK color model

#B2D444 color CMYK value is (16,0,68,17).

  • cyan value is 16.04%
  • magenta value is 0.00%
  • yellow value is 67.92%
  • key color value is 16.86%
CMYK:
(16,0,68,17)
C16M0Y68K17 
(16%,0%,68%,17%)
(0.16/0.00/0.68/0.17)	

CMYK percentages

%16.04
%0
%67.92
%16.86

Codes

Color #B2D444 in popluar color models

B2D444
RGB17821268
HSL74°62.61%54.90%
HSB/HSV74°67.92%83.14%
CMYK16.04%0.00%67.92%
16.86%

Color #B2D444 in popluar number systems.

HEXB2D444
Decimal17821268
Binary10110010110101001000100
Octal262324104

Shades and tints

Shades of #B2D444

#B2D444
(178,212,68)
#A2C13E
(162,193,62)
#92AE38
(146,174,56)
#829B32
(130,155,50)
#72882C
(114,136,44)
#627526
(98,117,38)
#526220
(82,98,32)
#424F1A
(66,79,26)
#323C14
(50,60,20)
#22290E
(34,41,14)
#121608
(18,22,8)
#000000
(0,0,0)

Tints of #B2D444

#B2D444
(178,212,68)
#B9D755
(185,215,85)
#C0DA66
(192,218,102)
#C7DD77
(199,221,119)
#CEE088
(206,224,136)
#D5E399
(213,227,153)
#DCE6AA
(220,230,170)
#E3E9BB
(227,233,187)
#EAECCC
(234,236,204)
#F1EFDD
(241,239,221)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2D444; }

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

This text font color is #B2D444.


Background Color

.myBgColor { background-color: #B2D444; }

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

This div background color is #B2D444.


Border color

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

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

This div border color is #B2D444.


Opacity

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

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

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

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

This text has shadow with #B2D444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D444 on black background.


Color preview on white background

This text has color #B2D444 on white background.



Black color preview on #B2D444 background

This text has black color on #B2D444 background.


White color preview on #B2D444 background

This text has white color on #B2D444 background.