COLOR #BDE000

HEX: #BDE000
RGB: (189,224,0)

Color info

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

RGB color model

#BDE000 color RGB value is (189,224,0).

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

RGB channels and saturation

R 189 of 255 = 74%
G 224 of 255 = 88%
B 0 of 255 = 0%

189
224
0

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

Portions of RGB colors in percentages

R + G + B =
189 + 224 + 0 = 413 (100%)
R 189 of 413 ~ 45.76%
G 224 of 413 ~ 54.24%
B 0 of 413 ~ 0%

%45.76
%54.24

CMYK color model

#BDE000 color CMYK value is (16,0,100,12).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 12.16%
CMYK:
(16,0,100,12)
C16M0Y100K12 
(16%,0%,100%,12%)
(0.16/0.00/1.00/0.12)	

CMYK percentages

%15.63
%0
%100
%12.16

Codes

Color #BDE000 in popluar color models

BDE000
RGB1892240
HSL69°100.00%43.92%
HSB/HSV69°100.00%87.84%
CMYK15.63%0.00%100.00%
12.16%

Color #BDE000 in popluar number systems.

HEXBDE000
Decimal1892240
Binary10111101111000000
Octal2753400

Shades and tints

Shades of #BDE000

#BDE000
(189,224,0)
#ACCC00
(172,204,0)
#9BB800
(155,184,0)
#8AA400
(138,164,0)
#799000
(121,144,0)
#687C00
(104,124,0)
#576800
(87,104,0)
#465400
(70,84,0)
#354000
(53,64,0)
#242C00
(36,44,0)
#131800
(19,24,0)
#000000
(0,0,0)

Tints of #BDE000

#BDE000
(189,224,0)
#C3E217
(195,226,23)
#C9E42E
(201,228,46)
#CFE645
(207,230,69)
#D5E85C
(213,232,92)
#DBEA73
(219,234,115)
#E1EC8A
(225,236,138)
#E7EEA1
(231,238,161)
#EDF0B8
(237,240,184)
#F3F2CF
(243,242,207)
#F9F4E6
(249,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDE000; }

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

This text font color is #BDE000.


Background Color

.myBgColor { background-color: #BDE000; }

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

This div background color is #BDE000.


Border color

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

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

This div border color is #BDE000.


Opacity

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

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

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

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

This text has shadow with #BDE000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE000 on black background.


Color preview on white background

This text has color #BDE000 on white background.



Black color preview on #BDE000 background

This text has black color on #BDE000 background.


White color preview on #BDE000 background

This text has white color on #BDE000 background.