COLOR #BFE412

HEX: #BFE412
RGB: (191,228,18)

Color info

#BFE412 contains mainly red and green colors. Web safe color of #BFE412 is #CCCC00 (or #CC0).

RGB color model

#BFE412 color RGB value is (191,228,18).

  • red value is 191;
  • green value is 228;
  • blue value is 18.
RGB:
(191,228,18)
(75%,89%,7%)

RGB channels and saturation

R 191 of 255 = 75%
G 228 of 255 = 89%
B 18 of 255 = 7%

191
228
18

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

Portions of RGB colors in percentages

R + G + B =
191 + 228 + 18 = 437 (100%)
R 191 of 437 ~ 43.71%
G 228 of 437 ~ 52.17%
B 18 of 437 ~ 4.12%

%43.71
%52.17

CMYK color model

#BFE412 color CMYK value is (16,0,92,11).

  • cyan value is 16.23%
  • magenta value is 0.00%
  • yellow value is 92.11%
  • key color value is 10.59%
CMYK:
(16,0,92,11)
C16M0Y92K11 
(16%,0%,92%,11%)
(0.16/0.00/0.92/0.11)	

CMYK percentages

%16.23
%0
%92.11
%10.59

Codes

Color #BFE412 in popluar color models

BFE412
RGB19122818
HSL71°85.37%48.24%
HSB/HSV71°92.11%89.41%
CMYK16.23%0.00%92.11%
10.59%

Color #BFE412 in popluar number systems.

HEXBFE412
Decimal19122818
Binary101111111110010010010
Octal27734422

Shades and tints

Shades of #BFE412

#BFE412
(191,228,18)
#AED011
(174,208,17)
#9DBC10
(157,188,16)
#8CA80F
(140,168,15)
#7B940E
(123,148,14)
#6A800D
(106,128,13)
#596C0C
(89,108,12)
#48580B
(72,88,11)
#37440A
(55,68,10)
#263009
(38,48,9)
#151C08
(21,28,8)
#000000
(0,0,0)

Tints of #BFE412

#BFE412
(191,228,18)
#C4E627
(196,230,39)
#C9E83C
(201,232,60)
#CEEA51
(206,234,81)
#D3EC66
(211,236,102)
#D8EE7B
(216,238,123)
#DDF090
(221,240,144)
#E2F2A5
(226,242,165)
#E7F4BA
(231,244,186)
#ECF6CF
(236,246,207)
#F1F8E4
(241,248,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFE412 color. Also use rgb(191,228,18) instead hex code.

Text Font Color

.myTextColor { color: #BFE412; }

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

This text font color is #BFE412.


Background Color

.myBgColor { background-color: #BFE412; }

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

This div background color is #BFE412.


Border color

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

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

This div border color is #BFE412.


Opacity

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

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

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

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

This text has shadow with #BFE412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFE412 on black background.


Color preview on white background

This text has color #BFE412 on white background.



Black color preview on #BFE412 background

This text has black color on #BFE412 background.


White color preview on #BFE412 background

This text has white color on #BFE412 background.