COLOR #BDF000

HEX: #BDF000
RGB: (189,240,0)

Color info

#BDF000 contains only red and green colors. Web safe color of #BDF000 is #CCFF00 (or #CF0).

RGB color model

#BDF000 color RGB value is (189,240,0).

  • red value is 189;
  • green value is 240;
  • blue value is 0.
RGB:
(189,240,0)
(74%,94%,0%)

RGB channels and saturation

R 189 of 255 = 74%
G 240 of 255 = 94%
B 0 of 255 = 0%

189
240
0

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

Portions of RGB colors in percentages

R + G + B =
189 + 240 + 0 = 429 (100%)
R 189 of 429 ~ 44.06%
G 240 of 429 ~ 55.94%
B 0 of 429 ~ 0%

%44.06
%55.94

CMYK color model

#BDF000 color CMYK value is (21,0,100,6).

  • cyan value is 21.25%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(21,0,100,6)
C21M0Y100K6 
(21%,0%,100%,6%)
(0.21/0.00/1.00/0.06)	

CMYK percentages

%21.25
%0
%100
%5.88

Codes

Color #BDF000 in popluar color models

BDF000
RGB1892400
HSL73°100.00%47.06%
HSB/HSV73°100.00%94.12%
CMYK21.25%0.00%100.00%
5.88%

Color #BDF000 in popluar number systems.

HEXBDF000
Decimal1892400
Binary10111101111100000
Octal2753600

Shades and tints

Shades of #BDF000

#BDF000
(189,240,0)
#ACDB00
(172,219,0)
#9BC600
(155,198,0)
#8AB100
(138,177,0)
#799C00
(121,156,0)
#688700
(104,135,0)
#577200
(87,114,0)
#465D00
(70,93,0)
#354800
(53,72,0)
#243300
(36,51,0)
#131E00
(19,30,0)
#000000
(0,0,0)

Tints of #BDF000

#BDF000
(189,240,0)
#C3F117
(195,241,23)
#C9F22E
(201,242,46)
#CFF345
(207,243,69)
#D5F45C
(213,244,92)
#DBF573
(219,245,115)
#E1F68A
(225,246,138)
#E7F7A1
(231,247,161)
#EDF8B8
(237,248,184)
#F3F9CF
(243,249,207)
#F9FAE6
(249,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDF000 color. Also use rgb(189,240,0) instead hex code.

Text Font Color

.myTextColor { color: #BDF000; }

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

This text font color is #BDF000.


Background Color

.myBgColor { background-color: #BDF000; }

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

This div background color is #BDF000.


Border color

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

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

This div border color is #BDF000.


Opacity

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

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

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

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

This text has shadow with #BDF000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDF000 on black background.


Color preview on white background

This text has color #BDF000 on white background.



Black color preview on #BDF000 background

This text has black color on #BDF000 background.


White color preview on #BDF000 background

This text has white color on #BDF000 background.