COLOR #EFF377

HEX: #EFF377
RGB: (239,243,119)

Color info

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

RGB color model

#EFF377 color RGB value is (239,243,119).

  • red value is 239;
  • green value is 243;
  • blue value is 119.
RGB:
(239,243,119)
(94%,95%,47%)

RGB channels and saturation

R 239 of 255 = 94%
G 243 of 255 = 95%
B 119 of 255 = 47%

239
243
119

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

Portions of RGB colors in percentages

R + G + B =
239 + 243 + 119 = 601 (100%)
R 239 of 601 ~ 39.77%
G 243 of 601 ~ 40.43%
B 119 of 601 ~ 19.8%

%39.77
%40.43
%19.8

CMYK color model

#EFF377 color CMYK value is (2,0,51,5).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 51.03%
  • key color value is 4.71%
CMYK:
(2,0,51,5)
C2M0Y51K5 
(2%,0%,51%,5%)
(0.02/0.00/0.51/0.05)	

CMYK percentages

%1.65
%0
%51.03
%4.71

Codes

Color #EFF377 in popluar color models

EFF377
RGB239243119
HSL62°83.78%70.98%
HSB/HSV62°51.03%95.29%
CMYK1.65%0.00%51.03%
4.71%

Color #EFF377 in popluar number systems.

HEXEFF377
Decimal239243119
Binary11101111111100111110111
Octal357363167

Shades and tints

Shades of #EFF377

#EFF377
(239,243,119)
#DADD6D
(218,221,109)
#C5C763
(197,199,99)
#B0B159
(176,177,89)
#9B9B4F
(155,155,79)
#868545
(134,133,69)
#716F3B
(113,111,59)
#5C5931
(92,89,49)
#474327
(71,67,39)
#322D1D
(50,45,29)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #EFF377

#EFF377
(239,243,119)
#F0F483
(240,244,131)
#F1F58F
(241,245,143)
#F2F69B
(242,246,155)
#F3F7A7
(243,247,167)
#F4F8B3
(244,248,179)
#F5F9BF
(245,249,191)
#F6FACB
(246,250,203)
#F7FBD7
(247,251,215)
#F8FCE3
(248,252,227)
#F9FDEF
(249,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF377 color. Also use rgb(239,243,119) instead hex code.

Text Font Color

.myTextColor { color: #EFF377; }

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

This text font color is #EFF377.


Background Color

.myBgColor { background-color: #EFF377; }

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

This div background color is #EFF377.


Border color

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

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

This div border color is #EFF377.


Opacity

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

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

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

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

This text has shadow with #EFF377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF377 on black background.


Color preview on white background

This text has color #EFF377 on white background.



Black color preview on #EFF377 background

This text has black color on #EFF377 background.


White color preview on #EFF377 background

This text has white color on #EFF377 background.