COLOR #B5DF7F

HEX: #B5DF7F RGB: (181,223,127)

Color info

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

RGB color model

#B5DF7F color RGB value is (181,223,127).

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

RGB channels and saturation

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

181
223
127

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

Portions of RGB colors in percentages

R + G + B = 181 + 223 + 127 = 531 (100%)
R 181 of 531 ~ 34.09%
G 223 of 531 ~ 42%
B 127 of 531 ~ 23.92'%

%34.09
%42
%23.92

CMYK color model

#B5DF7F color CMYK value is (19,0,43,13).

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 43.05%
  • key color value is 12.55%

CMYK: (19,0,43,13)
C19M0Y43K13 (19%, 0%, 43%, 13%)
(0.19 / 0.00 / 0.43 / 0.13)

CMYK percentages

%18.83
%0
%43.05
%12.55

Codes

Color #B5DF7F in popluar color models

B5 DF 7F
RGB 181 223 127
HSL 86° 60.00% 68.63%
HSB/HSV 86° 43.05% 87.45%
CMYK 18.83% 0.00% 43.05%
12.55%

Color #B5DF7F in popluar number systems.

HEX B5 DF 7F
Decimal 181 223 127
Binary 10110101 11011111 1111111
Octal 265 337 177

Shades and tints

Shades of #B5DF7F

#B5DF7F
(181,223,127)
#A5CB74
(165,203,116)
#95B769
(149,183,105)
#85A35E
(133,163,94)
#758F53
(117,143,83)
#657B48
(101,123,72)
#55673D
(85,103,61)
#455332
(69,83,50)
#353F27
(53,63,39)
#252B1C
(37,43,28)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #B5DF7F

#B5DF7F
(181,223,127)
#BBE18A
(187,225,138)
#C1E395
(193,227,149)
#C7E5A0
(199,229,160)
#CDE7AB
(205,231,171)
#D3E9B6
(211,233,182)
#D9EBC1
(217,235,193)
#DFEDCC
(223,237,204)
#E5EFD7
(229,239,215)
#EBF1E2
(235,241,226)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DF7F; }

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

This text font color is #B5DF7F.

Background Color

.myBgColor { background-color: #B5DF7F; }

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

This div background color is #B5DF7F.

Border color

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

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

This div border color is #B5DF7F.

Opacity

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

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

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

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

This text has shadow with #B5DF7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DF7F.

Preview

Color preview on black background

This text has color #B5DF7F on black background.


Color preview on white background

This text has color #B5DF7F on white background.


Black color preview on #B5DF7F background

This text has black color on #B5DF7F background.


White color preview on #B5DF7F background

This text has white color on #B5DF7F background.


Related colors

Complementary color

Complementary color for #hex is #4A2080.


I love getcolorcode.com

Triadic colors

1 #7FB5DF and #DF7FB5 with #B5DF7F are triadic colors.

2 #7FDFB5 and #DFB57F with #B5DF7F are triadic colors.