COLOR #B8D427

HEX: #B8D427
RGB: (184,212,39)

Color info

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

RGB color model

#B8D427 color RGB value is (184,212,39).

  • red value is 184;
  • green value is 212;
  • blue value is 39.
RGB:
(184,212,39)
(72%,83%,15%)

RGB channels and saturation

R 184 of 255 = 72%
G 212 of 255 = 83%
B 39 of 255 = 15%

184
212
39

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

Portions of RGB colors in percentages

R + G + B =
184 + 212 + 39 = 435 (100%)
R 184 of 435 ~ 42.3%
G 212 of 435 ~ 48.74%
B 39 of 435 ~ 8.97%

%42.3
%48.74

CMYK color model

#B8D427 color CMYK value is (13,0,82,17).

  • cyan value is 13.21%
  • magenta value is 0.00%
  • yellow value is 81.60%
  • key color value is 16.86%
CMYK:
(13,0,82,17)
C13M0Y82K17 
(13%,0%,82%,17%)
(0.13/0.00/0.82/0.17)	

CMYK percentages

%13.21
%0
%81.6
%16.86

Codes

Color #B8D427 in popluar color models

B8D427
RGB18421239
HSL70°68.92%49.22%
HSB/HSV70°81.60%83.14%
CMYK13.21%0.00%81.60%
16.86%

Color #B8D427 in popluar number systems.

HEXB8D427
Decimal18421239
Binary1011100011010100100111
Octal27032447

Shades and tints

Shades of #B8D427

#B8D427
(184,212,39)
#A8C124
(168,193,36)
#98AE21
(152,174,33)
#889B1E
(136,155,30)
#78881B
(120,136,27)
#687518
(104,117,24)
#586215
(88,98,21)
#484F12
(72,79,18)
#383C0F
(56,60,15)
#28290C
(40,41,12)
#181609
(24,22,9)
#000000
(0,0,0)

Tints of #B8D427

#B8D427
(184,212,39)
#BED73A
(190,215,58)
#C4DA4D
(196,218,77)
#CADD60
(202,221,96)
#D0E073
(208,224,115)
#D6E386
(214,227,134)
#DCE699
(220,230,153)
#E2E9AC
(226,233,172)
#E8ECBF
(232,236,191)
#EEEFD2
(238,239,210)
#F4F2E5
(244,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8D427 color. Also use rgb(184,212,39) instead hex code.

Text Font Color

.myTextColor { color: #B8D427; }

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

This text font color is #B8D427.


Background Color

.myBgColor { background-color: #B8D427; }

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

This div background color is #B8D427.


Border color

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

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

This div border color is #B8D427.


Opacity

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

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

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

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

This text has shadow with #B8D427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8D427 on black background.


Color preview on white background

This text has color #B8D427 on white background.



Black color preview on #B8D427 background

This text has black color on #B8D427 background.


White color preview on #B8D427 background

This text has white color on #B8D427 background.