COLOR #EFFA7C

HEX: #EFFA7C
RGB: (239,250,124)

Color info

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

RGB color model

#EFFA7C color RGB value is (239,250,124).

  • red value is 239;
  • green value is 250;
  • blue value is 124.
RGB:
(239,250,124)
(94%,98%,49%)

RGB channels and saturation

R 239 of 255 = 94%
G 250 of 255 = 98%
B 124 of 255 = 49%

239
250
124

R + G + B ~ 80%. #EFFA7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 250 + 124 = 613 (100%)
R 239 of 613 ~ 38.99%
G 250 of 613 ~ 40.78%
B 124 of 613 ~ 20.23%

%38.99
%40.78
%20.23

CMYK color model

#EFFA7C color CMYK value is (4,0,50,2).

  • cyan value is 4.40%
  • magenta value is 0.00%
  • yellow value is 50.40%
  • key color value is 1.96%
CMYK:
(4,0,50,2)
C4M0Y50K2 
(4%,0%,50%,2%)
(0.04/0.00/0.50/0.02)	

CMYK percentages

%4.4
%0
%50.4
%1.96

Codes

Color #EFFA7C in popluar color models

EFFA7C
RGB239250124
HSL65°92.65%73.33%
HSB/HSV65°50.40%98.04%
CMYK4.40%0.00%50.40%
1.96%

Color #EFFA7C in popluar number systems.

HEXEFFA7C
Decimal239250124
Binary11101111111110101111100
Octal357372174

Shades and tints

Shades of #EFFA7C

#EFFA7C
(239,250,124)
#DAE471
(218,228,113)
#C5CE66
(197,206,102)
#B0B85B
(176,184,91)
#9BA250
(155,162,80)
#868C45
(134,140,69)
#71763A
(113,118,58)
#5C602F
(92,96,47)
#474A24
(71,74,36)
#323419
(50,52,25)
#1D1E0E
(29,30,14)
#000000
(0,0,0)

Tints of #EFFA7C

#EFFA7C
(239,250,124)
#F0FA87
(240,250,135)
#F1FA92
(241,250,146)
#F2FA9D
(242,250,157)
#F3FAA8
(243,250,168)
#F4FAB3
(244,250,179)
#F5FABE
(245,250,190)
#F6FAC9
(246,250,201)
#F7FAD4
(247,250,212)
#F8FADF
(248,250,223)
#F9FAEA
(249,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFFA7C color. Also use rgb(239,250,124) instead hex code.

Text Font Color

.myTextColor { color: #EFFA7C; }

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

This text font color is #EFFA7C.


Background Color

.myBgColor { background-color: #EFFA7C; }

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

This div background color is #EFFA7C.


Border color

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

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

This div border color is #EFFA7C.


Opacity

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

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

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

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

This text has shadow with #EFFA7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFFA7C on black background.


Color preview on white background

This text has color #EFFA7C on white background.



Black color preview on #EFFA7C background

This text has black color on #EFFA7C background.


White color preview on #EFFA7C background

This text has white color on #EFFA7C background.