COLOR #B9ED74

HEX: #B9ED74 RGB: (185,237,116)

Color info

#B9ED74 contains mainly red and green colors. Web safe color of #B9ED74 is #CCFF66 (or #CF6).

RGB color model

#B9ED74 color RGB value is (185,237,116).

RGB: (185,237,116) (73%, 93%, 45%)

RGB channels and saturation

R 185 of 255 = 73%
G 237 of 255 = 93%
B 116 of 255 = 45%

185
237
116

R + G + B ~ 70%. #B9ED74 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 237 + 116 = 538 (100%)
R 185 of 538 ~ 34.39%
G 237 of 538 ~ 44.05%
B 116 of 538 ~ 21.56'%

%34.39
%44.05
%21.56

CMYK color model

#B9ED74 color CMYK value is (22,0,51,7).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 51.05%
  • key color value is 7.06%

CMYK: (22,0,51,7)
C22M0Y51K7 (22%, 0%, 51%, 7%)
(0.22 / 0.00 / 0.51 / 0.07)

CMYK percentages

%21.94
%0
%51.05
%7.06

Codes

Color #B9ED74 in popluar color models

B9 ED 74
RGB 185 237 116
HSL 86° 77.07% 69.22%
HSB/HSV 86° 51.05% 92.94%
CMYK 21.94% 0.00% 51.05%
7.06%

Color #B9ED74 in popluar number systems.

HEX B9 ED 74
Decimal 185 237 116
Binary 10111001 11101101 1110100
Octal 271 355 164

Shades and tints

Shades of #B9ED74

#B9ED74
(185,237,116)
#A9D86A
(169,216,106)
#99C360
(153,195,96)
#89AE56
(137,174,86)
#79994C
(121,153,76)
#698442
(105,132,66)
#596F38
(89,111,56)
#495A2E
(73,90,46)
#394524
(57,69,36)
#29301A
(41,48,26)
#191B10
(25,27,16)
#000000
(0,0,0)

Tints of #B9ED74

#B9ED74
(185,237,116)
#BFEE80
(191,238,128)
#C5EF8C
(197,239,140)
#CBF098
(203,240,152)
#D1F1A4
(209,241,164)
#D7F2B0
(215,242,176)
#DDF3BC
(221,243,188)
#E3F4C8
(227,244,200)
#E9F5D4
(233,245,212)
#EFF6E0
(239,246,224)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9ED74 color. Also use rgb(185,237,116) instead hex code.

Text Font Color

.myTextColor { color: #B9ED74; }

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

This text font color is #B9ED74.

Background Color

.myBgColor { background-color: #B9ED74; }

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

This div background color is #B9ED74.

Border color

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

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

This div border color is #B9ED74.

Opacity

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

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

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

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

This text has shadow with #B9ED74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ED74.

Preview

Color preview on black background

This text has color #B9ED74 on black background.


Color preview on white background

This text has color #B9ED74 on white background.


Black color preview on #B9ED74 background

This text has black color on #B9ED74 background.


White color preview on #B9ED74 background

This text has white color on #B9ED74 background.


Related colors

Complementary color

Complementary color for #hex is #46128B.


I love getcolorcode.com

Triadic colors

1 #74B9ED and #ED74B9 with #B9ED74 are triadic colors.

2 #74EDB9 and #EDB974 with #B9ED74 are triadic colors.