COLOR #B3D224

HEX: #B3D224
RGB: (179,210,36)

Color info

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

RGB color model

#B3D224 color RGB value is (179,210,36).

  • red value is 179;
  • green value is 210;
  • blue value is 36.
RGB:
(179,210,36)
(70%,82%,14%)

RGB channels and saturation

R 179 of 255 = 70%
G 210 of 255 = 82%
B 36 of 255 = 14%

179
210
36

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

Portions of RGB colors in percentages

R + G + B =
179 + 210 + 36 = 425 (100%)
R 179 of 425 ~ 42.12%
G 210 of 425 ~ 49.41%
B 36 of 425 ~ 8.47%

%42.12
%49.41

CMYK color model

#B3D224 color CMYK value is (15,0,83,18).

  • cyan value is 14.76%
  • magenta value is 0.00%
  • yellow value is 82.86%
  • key color value is 17.65%
CMYK:
(15,0,83,18)
C15M0Y83K18 
(15%,0%,83%,18%)
(0.15/0.00/0.83/0.18)	

CMYK percentages

%14.76
%0
%82.86
%17.65

Codes

Color #B3D224 in popluar color models

B3D224
RGB17921036
HSL71°70.73%48.24%
HSB/HSV71°82.86%82.35%
CMYK14.76%0.00%82.86%
17.65%

Color #B3D224 in popluar number systems.

HEXB3D224
Decimal17921036
Binary1011001111010010100100
Octal26332244

Shades and tints

Shades of #B3D224

#B3D224
(179,210,36)
#A3BF21
(163,191,33)
#93AC1E
(147,172,30)
#83991B
(131,153,27)
#738618
(115,134,24)
#637315
(99,115,21)
#536012
(83,96,18)
#434D0F
(67,77,15)
#333A0C
(51,58,12)
#232709
(35,39,9)
#131406
(19,20,6)
#000000
(0,0,0)

Tints of #B3D224

#B3D224
(179,210,36)
#B9D637
(185,214,55)
#BFDA4A
(191,218,74)
#C5DE5D
(197,222,93)
#CBE270
(203,226,112)
#D1E683
(209,230,131)
#D7EA96
(215,234,150)
#DDEEA9
(221,238,169)
#E3F2BC
(227,242,188)
#E9F6CF
(233,246,207)
#EFFAE2
(239,250,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D224 color. Also use rgb(179,210,36) instead hex code.

Text Font Color

.myTextColor { color: #B3D224; }

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

This text font color is #B3D224.


Background Color

.myBgColor { background-color: #B3D224; }

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

This div background color is #B3D224.


Border color

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

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

This div border color is #B3D224.


Opacity

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

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

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

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

This text has shadow with #B3D224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D224 on black background.


Color preview on white background

This text has color #B3D224 on white background.



Black color preview on #B3D224 background

This text has black color on #B3D224 background.


White color preview on #B3D224 background

This text has white color on #B3D224 background.