COLOR #B7D62F

HEX: #B7D62F
RGB: (183,214,47)

Color info

#B7D62F contains mainly red and green colors. Web safe color of #B7D62F is #CCCC33 (or #CC3).

RGB color model

#B7D62F color RGB value is (183,214,47).

  • red value is 183;
  • green value is 214;
  • blue value is 47.
RGB:
(183,214,47)
(72%,84%,18%)

RGB channels and saturation

R 183 of 255 = 72%
G 214 of 255 = 84%
B 47 of 255 = 18%

183
214
47

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

Portions of RGB colors in percentages

R + G + B =
183 + 214 + 47 = 444 (100%)
R 183 of 444 ~ 41.22%
G 214 of 444 ~ 48.2%
B 47 of 444 ~ 10.59%

%41.22
%48.2
%10.59

CMYK color model

#B7D62F color CMYK value is (14,0,78,16).

  • cyan value is 14.49%
  • magenta value is 0.00%
  • yellow value is 78.04%
  • key color value is 16.08%
CMYK:
(14,0,78,16)
C14M0Y78K16 
(14%,0%,78%,16%)
(0.14/0.00/0.78/0.16)	

CMYK percentages

%14.49
%0
%78.04
%16.08

Codes

Color #B7D62F in popluar color models

B7D62F
RGB18321447
HSL71°67.07%51.18%
HSB/HSV71°78.04%83.92%
CMYK14.49%0.00%78.04%
16.08%

Color #B7D62F in popluar number systems.

HEXB7D62F
Decimal18321447
Binary1011011111010110101111
Octal26732657

Shades and tints

Shades of #B7D62F

#B7D62F
(183,214,47)
#A7C32B
(167,195,43)
#97B027
(151,176,39)
#879D23
(135,157,35)
#778A1F
(119,138,31)
#67771B
(103,119,27)
#576417
(87,100,23)
#475113
(71,81,19)
#373E0F
(55,62,15)
#272B0B
(39,43,11)
#171807
(23,24,7)
#000000
(0,0,0)

Tints of #B7D62F

#B7D62F
(183,214,47)
#BDD941
(189,217,65)
#C3DC53
(195,220,83)
#C9DF65
(201,223,101)
#CFE277
(207,226,119)
#D5E589
(213,229,137)
#DBE89B
(219,232,155)
#E1EBAD
(225,235,173)
#E7EEBF
(231,238,191)
#EDF1D1
(237,241,209)
#F3F4E3
(243,244,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D62F color. Also use rgb(183,214,47) instead hex code.

Text Font Color

.myTextColor { color: #B7D62F; }

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

This text font color is #B7D62F.


Background Color

.myBgColor { background-color: #B7D62F; }

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

This div background color is #B7D62F.


Border color

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

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

This div border color is #B7D62F.


Opacity

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

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

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

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

This text has shadow with #B7D62F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D62F on black background.


Color preview on white background

This text has color #B7D62F on white background.



Black color preview on #B7D62F background

This text has black color on #B7D62F background.


White color preview on #B7D62F background

This text has white color on #B7D62F background.