COLOR #BDD77F

HEX: #BDD77F
RGB: (189,215,127)

Color info

#BDD77F contains mainly red and green colors. Web safe color of #BDD77F is #CCCC66 (or #CC6).

RGB color model

#BDD77F color RGB value is (189,215,127).

  • red value is 189;
  • green value is 215;
  • blue value is 127.
RGB:
(189,215,127)
(74%,84%,50%)

RGB channels and saturation

R 189 of 255 = 74%
G 215 of 255 = 84%
B 127 of 255 = 50%

189
215
127

R + G + B ~ 69%. #BDD77F is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 215 + 127 = 531 (100%)
R 189 of 531 ~ 35.59%
G 215 of 531 ~ 40.49%
B 127 of 531 ~ 23.92%

%35.59
%40.49
%23.92

CMYK color model

#BDD77F color CMYK value is (12,0,41,16).

  • cyan value is 12.09%
  • magenta value is 0.00%
  • yellow value is 40.93%
  • key color value is 15.69%
CMYK:
(12,0,41,16)
C12M0Y41K16 
(12%,0%,41%,16%)
(0.12/0.00/0.41/0.16)	

CMYK percentages

%12.09
%0
%40.93
%15.69

Codes

Color #BDD77F in popluar color models

BDD77F
RGB189215127
HSL78°52.38%67.06%
HSB/HSV78°40.93%84.31%
CMYK12.09%0.00%40.93%
15.69%

Color #BDD77F in popluar number systems.

HEXBDD77F
Decimal189215127
Binary10111101110101111111111
Octal275327177

Shades and tints

Shades of #BDD77F

#BDD77F
(189,215,127)
#ACC474
(172,196,116)
#9BB169
(155,177,105)
#8A9E5E
(138,158,94)
#798B53
(121,139,83)
#687848
(104,120,72)
#57653D
(87,101,61)
#465232
(70,82,50)
#353F27
(53,63,39)
#242C1C
(36,44,28)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #BDD77F

#BDD77F
(189,215,127)
#C3DA8A
(195,218,138)
#C9DD95
(201,221,149)
#CFE0A0
(207,224,160)
#D5E3AB
(213,227,171)
#DBE6B6
(219,230,182)
#E1E9C1
(225,233,193)
#E7ECCC
(231,236,204)
#EDEFD7
(237,239,215)
#F3F2E2
(243,242,226)
#F9F5ED
(249,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDD77F color. Also use rgb(189,215,127) instead hex code.

Text Font Color

.myTextColor { color: #BDD77F; }

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

This text font color is #BDD77F.


Background Color

.myBgColor { background-color: #BDD77F; }

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

This div background color is #BDD77F.


Border color

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

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

This div border color is #BDD77F.


Opacity

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

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

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

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

This text has shadow with #BDD77F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDD77F on black background.


Color preview on white background

This text has color #BDD77F on white background.



Black color preview on #BDD77F background

This text has black color on #BDD77F background.


White color preview on #BDD77F background

This text has white color on #BDD77F background.