COLOR #B3DE62

HEX: #B3DE62
RGB: (179,222,98)

Color info

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

RGB color model

#B3DE62 color RGB value is (179,222,98).

  • red value is 179;
  • green value is 222;
  • blue value is 98.
RGB:
(179,222,98)
(70%,87%,38%)

RGB channels and saturation

R 179 of 255 = 70%
G 222 of 255 = 87%
B 98 of 255 = 38%

179
222
98

R + G + B ~ 65%. #B3DE62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 222 + 98 = 499 (100%)
R 179 of 499 ~ 35.87%
G 222 of 499 ~ 44.49%
B 98 of 499 ~ 19.64%

%35.87
%44.49
%19.64

CMYK color model

#B3DE62 color CMYK value is (19,0,56,13).

  • cyan value is 19.37%
  • magenta value is 0.00%
  • yellow value is 55.86%
  • key color value is 12.94%
CMYK:
(19,0,56,13)
C19M0Y56K13 
(19%,0%,56%,13%)
(0.19/0.00/0.56/0.13)	

CMYK percentages

%19.37
%0
%55.86
%12.94

Codes

Color #B3DE62 in popluar color models

B3DE62
RGB17922298
HSL81°65.26%62.75%
HSB/HSV81°55.86%87.06%
CMYK19.37%0.00%55.86%
12.94%

Color #B3DE62 in popluar number systems.

HEXB3DE62
Decimal17922298
Binary10110011110111101100010
Octal263336142

Shades and tints

Shades of #B3DE62

#B3DE62
(179,222,98)
#A3CA5A
(163,202,90)
#93B652
(147,182,82)
#83A24A
(131,162,74)
#738E42
(115,142,66)
#637A3A
(99,122,58)
#536632
(83,102,50)
#43522A
(67,82,42)
#333E22
(51,62,34)
#232A1A
(35,42,26)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #B3DE62

#B3DE62
(179,222,98)
#B9E170
(185,225,112)
#BFE47E
(191,228,126)
#C5E78C
(197,231,140)
#CBEA9A
(203,234,154)
#D1EDA8
(209,237,168)
#D7F0B6
(215,240,182)
#DDF3C4
(221,243,196)
#E3F6D2
(227,246,210)
#E9F9E0
(233,249,224)
#EFFCEE
(239,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DE62 color. Also use rgb(179,222,98) instead hex code.

Text Font Color

.myTextColor { color: #B3DE62; }

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

This text font color is #B3DE62.


Background Color

.myBgColor { background-color: #B3DE62; }

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

This div background color is #B3DE62.


Border color

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

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

This div border color is #B3DE62.


Opacity

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

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

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

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

This text has shadow with #B3DE62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3DE62 on black background.


Color preview on white background

This text has color #B3DE62 on white background.



Black color preview on #B3DE62 background

This text has black color on #B3DE62 background.


White color preview on #B3DE62 background

This text has white color on #B3DE62 background.