COLOR #B5DD7F

HEX: #B5DD7F RGB: (181,221,127)

Color info

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

RGB color model

#B5DD7F color RGB value is (181,221,127).

RGB: (181,221,127) (71%, 87%, 50%)

RGB channels and saturation

R 181 of 255 = 71%
G 221 of 255 = 87%
B 127 of 255 = 50%

181
221
127

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

Portions of RGB colors in percentages

R + G + B = 181 + 221 + 127 = 529 (100%)
R 181 of 529 ~ 34.22%
G 221 of 529 ~ 41.78%
B 127 of 529 ~ 24.01'%

%34.22
%41.78
%24.01

CMYK color model

#B5DD7F color CMYK value is (18,0,43,13).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 42.53%
  • key color value is 13.33%

CMYK: (18,0,43,13)
C18M0Y43K13 (18%, 0%, 43%, 13%)
(0.18 / 0.00 / 0.43 / 0.13)

CMYK percentages

%18.1
%0
%42.53
%13.33

Codes

Color #B5DD7F in popluar color models

B5 DD 7F
RGB 181 221 127
HSL 86° 58.02% 68.24%
HSB/HSV 86° 42.53% 86.67%
CMYK 18.10% 0.00% 42.53%
13.33%

Color #B5DD7F in popluar number systems.

HEX B5 DD 7F
Decimal 181 221 127
Binary 10110101 11011101 1111111
Octal 265 335 177

Shades and tints

Shades of #B5DD7F

#B5DD7F
(181,221,127)
#A5C974
(165,201,116)
#95B569
(149,181,105)
#85A15E
(133,161,94)
#758D53
(117,141,83)
#657948
(101,121,72)
#55653D
(85,101,61)
#455132
(69,81,50)
#353D27
(53,61,39)
#25291C
(37,41,28)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #B5DD7F

#B5DD7F
(181,221,127)
#BBE08A
(187,224,138)
#C1E395
(193,227,149)
#C7E6A0
(199,230,160)
#CDE9AB
(205,233,171)
#D3ECB6
(211,236,182)
#D9EFC1
(217,239,193)
#DFF2CC
(223,242,204)
#E5F5D7
(229,245,215)
#EBF8E2
(235,248,226)
#F1FBED
(241,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DD7F color. Also use rgb(181,221,127) instead hex code.

Text Font Color

.myTextColor { color: #B5DD7F; }

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

This text font color is #B5DD7F.

Background Color

.myBgColor { background-color: #B5DD7F; }

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

This div background color is #B5DD7F.

Border color

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

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

This div border color is #B5DD7F.

Opacity

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

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

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

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

This text has shadow with #B5DD7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DD7F.

Preview

Color preview on black background

This text has color #B5DD7F on black background.


Color preview on white background

This text has color #B5DD7F on white background.


Black color preview on #B5DD7F background

This text has black color on #B5DD7F background.


White color preview on #B5DD7F background

This text has white color on #B5DD7F background.


Related colors

Complementary color

Complementary color for #hex is #4A2280.


I love getcolorcode.com

Triadic colors

1 #7FB5DD and #DD7FB5 with #B5DD7F are triadic colors.

2 #7FDDB5 and #DDB57F with #B5DD7F are triadic colors.