COLOR #B3D548

HEX: #B3D548
RGB: (179,213,72)

Color info

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

RGB color model

#B3D548 color RGB value is (179,213,72).

  • red value is 179;
  • green value is 213;
  • blue value is 72.
RGB:
(179,213,72)
(70%,84%,28%)

RGB channels and saturation

R 179 of 255 = 70%
G 213 of 255 = 84%
B 72 of 255 = 28%

179
213
72

R + G + B ~ 61%. #B3D548 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 213 + 72 = 464 (100%)
R 179 of 464 ~ 38.58%
G 213 of 464 ~ 45.91%
B 72 of 464 ~ 15.52%

%38.58
%45.91
%15.52

CMYK color model

#B3D548 color CMYK value is (16,0,66,16).

  • cyan value is 15.96%
  • magenta value is 0.00%
  • yellow value is 66.20%
  • key color value is 16.47%
CMYK:
(16,0,66,16)
C16M0Y66K16 
(16%,0%,66%,16%)
(0.16/0.00/0.66/0.16)	

CMYK percentages

%15.96
%0
%66.2
%16.47

Codes

Color #B3D548 in popluar color models

B3D548
RGB17921372
HSL74°62.67%55.88%
HSB/HSV74°66.20%83.53%
CMYK15.96%0.00%66.20%
16.47%

Color #B3D548 in popluar number systems.

HEXB3D548
Decimal17921372
Binary10110011110101011001000
Octal263325110

Shades and tints

Shades of #B3D548

#B3D548
(179,213,72)
#A3C242
(163,194,66)
#93AF3C
(147,175,60)
#839C36
(131,156,54)
#738930
(115,137,48)
#63762A
(99,118,42)
#536324
(83,99,36)
#43501E
(67,80,30)
#333D18
(51,61,24)
#232A12
(35,42,18)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #B3D548

#B3D548
(179,213,72)
#B9D858
(185,216,88)
#BFDB68
(191,219,104)
#C5DE78
(197,222,120)
#CBE188
(203,225,136)
#D1E498
(209,228,152)
#D7E7A8
(215,231,168)
#DDEAB8
(221,234,184)
#E3EDC8
(227,237,200)
#E9F0D8
(233,240,216)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D548 color. Also use rgb(179,213,72) instead hex code.

Text Font Color

.myTextColor { color: #B3D548; }

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

This text font color is #B3D548.


Background Color

.myBgColor { background-color: #B3D548; }

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

This div background color is #B3D548.


Border color

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

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

This div border color is #B3D548.


Opacity

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

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

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

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

This text has shadow with #B3D548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D548 on black background.


Color preview on white background

This text has color #B3D548 on white background.



Black color preview on #B3D548 background

This text has black color on #B3D548 background.


White color preview on #B3D548 background

This text has white color on #B3D548 background.