COLOR #B3E571

HEX: #B3E571 RGB: (179,229,113)

Color info

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

RGB color model

#B3E571 color RGB value is (179,229,113).

RGB: (179,229,113) (70%, 90%, 44%)

RGB channels and saturation

R 179 of 255 = 70%
G 229 of 255 = 90%
B 113 of 255 = 44%

179
229
113

R + G + B ~ 68%. #B3E571 is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 229 + 113 = 521 (100%)
R 179 of 521 ~ 34.36%
G 229 of 521 ~ 43.95%
B 113 of 521 ~ 21.69'%

%34.36
%43.95
%21.69

CMYK color model

#B3E571 color CMYK value is (22,0,51,10).

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 50.66%
  • key color value is 10.20%

CMYK: (22,0,51,10)
C22M0Y51K10 (22%, 0%, 51%, 10%)
(0.22 / 0.00 / 0.51 / 0.10)

CMYK percentages

%21.83
%0
%50.66
%10.2

Codes

Color #B3E571 in popluar color models

B3 E5 71
RGB 179 229 113
HSL 86° 69.05% 67.06%
HSB/HSV 86° 50.66% 89.80%
CMYK 21.83% 0.00% 50.66%
10.20%

Color #B3E571 in popluar number systems.

HEX B3 E5 71
Decimal 179 229 113
Binary 10110011 11100101 1110001
Octal 263 345 161

Shades and tints

Shades of #B3E571

#B3E571
(179,229,113)
#A3D167
(163,209,103)
#93BD5D
(147,189,93)
#83A953
(131,169,83)
#739549
(115,149,73)
#63813F
(99,129,63)
#536D35
(83,109,53)
#43592B
(67,89,43)
#334521
(51,69,33)
#233117
(35,49,23)
#131D0D
(19,29,13)
#000000
(0,0,0)

Tints of #B3E571

#B3E571
(179,229,113)
#B9E77D
(185,231,125)
#BFE989
(191,233,137)
#C5EB95
(197,235,149)
#CBEDA1
(203,237,161)
#D1EFAD
(209,239,173)
#D7F1B9
(215,241,185)
#DDF3C5
(221,243,197)
#E3F5D1
(227,245,209)
#E9F7DD
(233,247,221)
#EFF9E9
(239,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E571 color. Also use rgb(179,229,113) instead hex code.

Text Font Color

.myTextColor { color: #B3E571; }

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

This text font color is #B3E571.

Background Color

.myBgColor { background-color: #B3E571; }

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

This div background color is #B3E571.

Border color

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

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

This div border color is #B3E571.

Opacity

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

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

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

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

This text has shadow with #B3E571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3E571.

Preview

Color preview on black background

This text has color #B3E571 on black background.


Color preview on white background

This text has color #B3E571 on white background.


Black color preview on #B3E571 background

This text has black color on #B3E571 background.


White color preview on #B3E571 background

This text has white color on #B3E571 background.


Related colors

Complementary color

Complementary color for #hex is #4C1A8E.


I love getcolorcode.com

Triadic colors

1 #71B3E5 and #E571B3 with #B3E571 are triadic colors.

2 #71E5B3 and #E5B371 with #B3E571 are triadic colors.