COLOR #BDFF7B

HEX: #BDFF7B
RGB: (189,255,123)

Color info

#BDFF7B contains mainly green color. Web safe color of #BDFF7B is #CCFF66 (or #CF6).

RGB color model

#BDFF7B color RGB value is (189,255,123).

  • red value is 189;
  • green value is 255;
  • blue value is 123.
RGB:
(189,255,123)
(74%,100%,48%)

RGB channels and saturation

R 189 of 255 = 74%
G 255 of 255 = 100%
B 123 of 255 = 48%

189
255
123

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

Portions of RGB colors in percentages

R + G + B =
189 + 255 + 123 = 567 (100%)
R 189 of 567 ~ 33.33%
G 255 of 567 ~ 44.97%
B 123 of 567 ~ 21.69%

%33.33
%44.97
%21.69

CMYK color model

#BDFF7B color CMYK value is (26,0,52,0).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 51.76%
  • key color value is 0.00%
CMYK:
(26,0,52,0)
C26M0Y52K0 
(26%,0%,52%,0%)
(0.26/0.00/0.52/0.00)	

CMYK percentages

%25.88
%0
%51.76
%0

Codes

Color #BDFF7B in popluar color models

BDFF7B
RGB189255123
HSL90°100.00%74.12%
HSB/HSV90°51.76%100.00%
CMYK25.88%0.00%51.76%
0.00%

Color #BDFF7B in popluar number systems.

HEXBDFF7B
Decimal189255123
Binary10111101111111111111011
Octal275377173

Shades and tints

Shades of #BDFF7B

#BDFF7B
(189,255,123)
#ACE870
(172,232,112)
#9BD165
(155,209,101)
#8ABA5A
(138,186,90)
#79A34F
(121,163,79)
#688C44
(104,140,68)
#577539
(87,117,57)
#465E2E
(70,94,46)
#354723
(53,71,35)
#243018
(36,48,24)
#13190D
(19,25,13)
#000000
(0,0,0)

Tints of #BDFF7B

#BDFF7B
(189,255,123)
#C3FF87
(195,255,135)
#C9FF93
(201,255,147)
#CFFF9F
(207,255,159)
#D5FFAB
(213,255,171)
#DBFFB7
(219,255,183)
#E1FFC3
(225,255,195)
#E7FFCF
(231,255,207)
#EDFFDB
(237,255,219)
#F3FFE7
(243,255,231)
#F9FFF3
(249,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDFF7B color. Also use rgb(189,255,123) instead hex code.

Text Font Color

.myTextColor { color: #BDFF7B; }

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

This text font color is #BDFF7B.


Background Color

.myBgColor { background-color: #BDFF7B; }

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

This div background color is #BDFF7B.


Border color

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

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

This div border color is #BDFF7B.


Opacity

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

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

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

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

This text has shadow with #BDFF7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDFF7B on black background.


Color preview on white background

This text has color #BDFF7B on white background.



Black color preview on #BDFF7B background

This text has black color on #BDFF7B background.


White color preview on #BDFF7B background

This text has white color on #BDFF7B background.