COLOR #BAED77

HEX: #BAED77
RGB: (186,237,119)

Color info

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

RGB color model

#BAED77 color RGB value is (186,237,119).

  • red value is 186;
  • green value is 237;
  • blue value is 119.
RGB:
(186,237,119)
(73%,93%,47%)

RGB channels and saturation

R 186 of 255 = 73%
G 237 of 255 = 93%
B 119 of 255 = 47%

186
237
119

R + G + B ~ 71%. #BAED77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
186 + 237 + 119 = 542 (100%)
R 186 of 542 ~ 34.32%
G 237 of 542 ~ 43.73%
B 119 of 542 ~ 21.96%

%34.32
%43.73
%21.96

CMYK color model

#BAED77 color CMYK value is (22,0,50,7).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 49.79%
  • key color value is 7.06%
CMYK:
(22,0,50,7)
C22M0Y50K7 
(22%,0%,50%,7%)
(0.22/0.00/0.50/0.07)	

CMYK percentages

%21.52
%0
%49.79
%7.06

Codes

Color #BAED77 in popluar color models

BAED77
RGB186237119
HSL86°76.62%69.80%
HSB/HSV86°49.79%92.94%
CMYK21.52%0.00%49.79%
7.06%

Color #BAED77 in popluar number systems.

HEXBAED77
Decimal186237119
Binary10111010111011011110111
Octal272355167

Shades and tints

Shades of #BAED77

#BAED77
(186,237,119)
#AAD86D
(170,216,109)
#9AC363
(154,195,99)
#8AAE59
(138,174,89)
#7A994F
(122,153,79)
#6A8445
(106,132,69)
#5A6F3B
(90,111,59)
#4A5A31
(74,90,49)
#3A4527
(58,69,39)
#2A301D
(42,48,29)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #BAED77

#BAED77
(186,237,119)
#C0EE83
(192,238,131)
#C6EF8F
(198,239,143)
#CCF09B
(204,240,155)
#D2F1A7
(210,241,167)
#D8F2B3
(216,242,179)
#DEF3BF
(222,243,191)
#E4F4CB
(228,244,203)
#EAF5D7
(234,245,215)
#F0F6E3
(240,246,227)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAED77 color. Also use rgb(186,237,119) instead hex code.

Text Font Color

.myTextColor { color: #BAED77; }

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

This text font color is #BAED77.


Background Color

.myBgColor { background-color: #BAED77; }

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

This div background color is #BAED77.


Border color

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

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

This div border color is #BAED77.


Opacity

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

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

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

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

This text has shadow with #BAED77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAED77 on black background.


Color preview on white background

This text has color #BAED77 on white background.



Black color preview on #BAED77 background

This text has black color on #BAED77 background.


White color preview on #BAED77 background

This text has white color on #BAED77 background.