COLOR #BDF58C

HEX: #BDF58C
RGB: (189,245,140)

Color info

#BDF58C contains mainly red and green colors. Web safe color of #BDF58C is #CCFF99 (or #CF9).

RGB color model

#BDF58C color RGB value is (189,245,140).

  • red value is 189;
  • green value is 245;
  • blue value is 140.
RGB:
(189,245,140)
(74%,96%,55%)

RGB channels and saturation

R 189 of 255 = 74%
G 245 of 255 = 96%
B 140 of 255 = 55%

189
245
140

R + G + B ~ 75%. #BDF58C is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 245 + 140 = 574 (100%)
R 189 of 574 ~ 32.93%
G 245 of 574 ~ 42.68%
B 140 of 574 ~ 24.39%

%32.93
%42.68
%24.39

CMYK color model

#BDF58C color CMYK value is (23,0,43,4).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 3.92%
CMYK:
(23,0,43,4)
C23M0Y43K4 
(23%,0%,43%,4%)
(0.23/0.00/0.43/0.04)	

CMYK percentages

%22.86
%0
%42.86
%3.92

Codes

Color #BDF58C in popluar color models

BDF58C
RGB189245140
HSL92°84.00%75.49%
HSB/HSV92°42.86%96.08%
CMYK22.86%0.00%42.86%
3.92%

Color #BDF58C in popluar number systems.

HEXBDF58C
Decimal189245140
Binary101111011111010110001100
Octal275365214

Shades and tints

Shades of #BDF58C

#BDF58C
(189,245,140)
#ACDF80
(172,223,128)
#9BC974
(155,201,116)
#8AB368
(138,179,104)
#799D5C
(121,157,92)
#688750
(104,135,80)
#577144
(87,113,68)
#465B38
(70,91,56)
#35452C
(53,69,44)
#242F20
(36,47,32)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #BDF58C

#BDF58C
(189,245,140)
#C3F596
(195,245,150)
#C9F5A0
(201,245,160)
#CFF5AA
(207,245,170)
#D5F5B4
(213,245,180)
#DBF5BE
(219,245,190)
#E1F5C8
(225,245,200)
#E7F5D2
(231,245,210)
#EDF5DC
(237,245,220)
#F3F5E6
(243,245,230)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF58C color. Also use rgb(189,245,140) instead hex code.

Text Font Color

.myTextColor { color: #BDF58C; }

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

This text font color is #BDF58C.


Background Color

.myBgColor { background-color: #BDF58C; }

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

This div background color is #BDF58C.


Border color

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

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

This div border color is #BDF58C.


Opacity

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

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

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

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

This text has shadow with #BDF58C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF58C on black background.


Color preview on white background

This text has color #BDF58C on white background.



Black color preview on #BDF58C background

This text has black color on #BDF58C background.


White color preview on #BDF58C background

This text has white color on #BDF58C background.