COLOR #EDF77B

HEX: #EDF77B
RGB: (237,247,123)

Color info

#EDF77B contains mainly red and green colors. Web safe color of #EDF77B is #FFFF66 (or #FF6).

RGB color model

#EDF77B color RGB value is (237,247,123).

  • red value is 237;
  • green value is 247;
  • blue value is 123.
RGB:
(237,247,123)
(93%,97%,48%)

RGB channels and saturation

R 237 of 255 = 93%
G 247 of 255 = 97%
B 123 of 255 = 48%

237
247
123

R + G + B ~ 79%. #EDF77B is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 247 + 123 = 607 (100%)
R 237 of 607 ~ 39.04%
G 247 of 607 ~ 40.69%
B 123 of 607 ~ 20.26%

%39.04
%40.69
%20.26

CMYK color model

#EDF77B color CMYK value is (4,0,50,3).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 50.20%
  • key color value is 3.14%
CMYK:
(4,0,50,3)
C4M0Y50K3 
(4%,0%,50%,3%)
(0.04/0.00/0.50/0.03)	

CMYK percentages

%4.05
%0
%50.2
%3.14

Codes

Color #EDF77B in popluar color models

EDF77B
RGB237247123
HSL65°88.57%72.55%
HSB/HSV65°50.20%96.86%
CMYK4.05%0.00%50.20%
3.14%

Color #EDF77B in popluar number systems.

HEXEDF77B
Decimal237247123
Binary11101101111101111111011
Octal355367173

Shades and tints

Shades of #EDF77B

#EDF77B
(237,247,123)
#D8E170
(216,225,112)
#C3CB65
(195,203,101)
#AEB55A
(174,181,90)
#999F4F
(153,159,79)
#848944
(132,137,68)
#6F7339
(111,115,57)
#5A5D2E
(90,93,46)
#454723
(69,71,35)
#303118
(48,49,24)
#1B1B0D
(27,27,13)
#000000
(0,0,0)

Tints of #EDF77B

#EDF77B
(237,247,123)
#EEF787
(238,247,135)
#EFF793
(239,247,147)
#F0F79F
(240,247,159)
#F1F7AB
(241,247,171)
#F2F7B7
(242,247,183)
#F3F7C3
(243,247,195)
#F4F7CF
(244,247,207)
#F5F7DB
(245,247,219)
#F6F7E7
(246,247,231)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF77B color. Also use rgb(237,247,123) instead hex code.

Text Font Color

.myTextColor { color: #EDF77B; }

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

This text font color is #EDF77B.


Background Color

.myBgColor { background-color: #EDF77B; }

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

This div background color is #EDF77B.


Border color

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

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

This div border color is #EDF77B.


Opacity

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

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

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

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

This text has shadow with #EDF77B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF77B on black background.


Color preview on white background

This text has color #EDF77B on white background.



Black color preview on #EDF77B background

This text has black color on #EDF77B background.


White color preview on #EDF77B background

This text has white color on #EDF77B background.