COLOR #BDF467

HEX: #BDF467
RGB: (189,244,103)

Color info

#BDF467 contains mainly red and green colors. Web safe color of #BDF467 is #CCFF66 (or #CF6).

RGB color model

#BDF467 color RGB value is (189,244,103).

  • red value is 189;
  • green value is 244;
  • blue value is 103.
RGB:
(189,244,103)
(74%,96%,40%)

RGB channels and saturation

R 189 of 255 = 74%
G 244 of 255 = 96%
B 103 of 255 = 40%

189
244
103

R + G + B ~ 70%. #BDF467 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 244 + 103 = 536 (100%)
R 189 of 536 ~ 35.26%
G 244 of 536 ~ 45.52%
B 103 of 536 ~ 19.22%

%35.26
%45.52
%19.22

CMYK color model

#BDF467 color CMYK value is (23,0,58,4).

  • cyan value is 22.54%
  • magenta value is 0.00%
  • yellow value is 57.79%
  • key color value is 4.31%
CMYK:
(23,0,58,4)
C23M0Y58K4 
(23%,0%,58%,4%)
(0.23/0.00/0.58/0.04)	

CMYK percentages

%22.54
%0
%57.79
%4.31

Codes

Color #BDF467 in popluar color models

BDF467
RGB189244103
HSL83°86.50%68.04%
HSB/HSV83°57.79%95.69%
CMYK22.54%0.00%57.79%
4.31%

Color #BDF467 in popluar number systems.

HEXBDF467
Decimal189244103
Binary10111101111101001100111
Octal275364147

Shades and tints

Shades of #BDF467

#BDF467
(189,244,103)
#ACDE5E
(172,222,94)
#9BC855
(155,200,85)
#8AB24C
(138,178,76)
#799C43
(121,156,67)
#68863A
(104,134,58)
#577031
(87,112,49)
#465A28
(70,90,40)
#35441F
(53,68,31)
#242E16
(36,46,22)
#13180D
(19,24,13)
#000000
(0,0,0)

Tints of #BDF467

#BDF467
(189,244,103)
#C3F574
(195,245,116)
#C9F681
(201,246,129)
#CFF78E
(207,247,142)
#D5F89B
(213,248,155)
#DBF9A8
(219,249,168)
#E1FAB5
(225,250,181)
#E7FBC2
(231,251,194)
#EDFCCF
(237,252,207)
#F3FDDC
(243,253,220)
#F9FEE9
(249,254,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF467 color. Also use rgb(189,244,103) instead hex code.

Text Font Color

.myTextColor { color: #BDF467; }

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

This text font color is #BDF467.


Background Color

.myBgColor { background-color: #BDF467; }

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

This div background color is #BDF467.


Border color

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

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

This div border color is #BDF467.


Opacity

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

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

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

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

This text has shadow with #BDF467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF467 on black background.


Color preview on white background

This text has color #BDF467 on white background.



Black color preview on #BDF467 background

This text has black color on #BDF467 background.


White color preview on #BDF467 background

This text has white color on #BDF467 background.