COLOR #BDF384

HEX: #BDF384
RGB: (189,243,132)

Color info

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

RGB color model

#BDF384 color RGB value is (189,243,132).

  • red value is 189;
  • green value is 243;
  • blue value is 132.
RGB:
(189,243,132)
(74%,95%,52%)

RGB channels and saturation

R 189 of 255 = 74%
G 243 of 255 = 95%
B 132 of 255 = 52%

189
243
132

R + G + B ~ 74%. #BDF384 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 243 + 132 = 564 (100%)
R 189 of 564 ~ 33.51%
G 243 of 564 ~ 43.09%
B 132 of 564 ~ 23.4%

%33.51
%43.09
%23.4

CMYK color model

#BDF384 color CMYK value is (22,0,46,5).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 45.68%
  • key color value is 4.71%
CMYK:
(22,0,46,5)
C22M0Y46K5 
(22%,0%,46%,5%)
(0.22/0.00/0.46/0.05)	

CMYK percentages

%22.22
%0
%45.68
%4.71

Codes

Color #BDF384 in popluar color models

BDF384
RGB189243132
HSL89°82.22%73.53%
HSB/HSV89°45.68%95.29%
CMYK22.22%0.00%45.68%
4.71%

Color #BDF384 in popluar number systems.

HEXBDF384
Decimal189243132
Binary101111011111001110000100
Octal275363204

Shades and tints

Shades of #BDF384

#BDF384
(189,243,132)
#ACDD78
(172,221,120)
#9BC76C
(155,199,108)
#8AB160
(138,177,96)
#799B54
(121,155,84)
#688548
(104,133,72)
#576F3C
(87,111,60)
#465930
(70,89,48)
#354324
(53,67,36)
#242D18
(36,45,24)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #BDF384

#BDF384
(189,243,132)
#C3F48F
(195,244,143)
#C9F59A
(201,245,154)
#CFF6A5
(207,246,165)
#D5F7B0
(213,247,176)
#DBF8BB
(219,248,187)
#E1F9C6
(225,249,198)
#E7FAD1
(231,250,209)
#EDFBDC
(237,251,220)
#F3FCE7
(243,252,231)
#F9FDF2
(249,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF384 color. Also use rgb(189,243,132) instead hex code.

Text Font Color

.myTextColor { color: #BDF384; }

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

This text font color is #BDF384.


Background Color

.myBgColor { background-color: #BDF384; }

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

This div background color is #BDF384.


Border color

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

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

This div border color is #BDF384.


Opacity

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

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

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

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

This text has shadow with #BDF384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF384 on black background.


Color preview on white background

This text has color #BDF384 on white background.



Black color preview on #BDF384 background

This text has black color on #BDF384 background.


White color preview on #BDF384 background

This text has white color on #BDF384 background.