COLOR #EFF07A

HEX: #EFF07A
RGB: (239,240,122)

Color info

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

RGB color model

#EFF07A color RGB value is (239,240,122).

  • red value is 239;
  • green value is 240;
  • blue value is 122.
RGB:
(239,240,122)
(94%,94%,48%)

RGB channels and saturation

R 239 of 255 = 94%
G 240 of 255 = 94%
B 122 of 255 = 48%

239
240
122

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

Portions of RGB colors in percentages

R + G + B =
239 + 240 + 122 = 601 (100%)
R 239 of 601 ~ 39.77%
G 240 of 601 ~ 39.93%
B 122 of 601 ~ 20.3%

%39.77
%39.93
%20.3

CMYK color model

#EFF07A color CMYK value is (0,0,49,6).

  • cyan value is 0.42%
  • magenta value is 0.00%
  • yellow value is 49.17%
  • key color value is 5.88%
CMYK:
(0,0,49,6)
C0M0Y49K6 
(0%,0%,49%,6%)
(0.00/0.00/0.49/0.06)	

CMYK percentages

%0.42
%0
%49.17
%5.88

Codes

Color #EFF07A in popluar color models

EFF07A
RGB239240122
HSL61°79.73%70.98%
HSB/HSV61°49.17%94.12%
CMYK0.42%0.00%49.17%
5.88%

Color #EFF07A in popluar number systems.

HEXEFF07A
Decimal239240122
Binary11101111111100001111010
Octal357360172

Shades and tints

Shades of #EFF07A

#EFF07A
(239,240,122)
#DADB6F
(218,219,111)
#C5C664
(197,198,100)
#B0B159
(176,177,89)
#9B9C4E
(155,156,78)
#868743
(134,135,67)
#717238
(113,114,56)
#5C5D2D
(92,93,45)
#474822
(71,72,34)
#323317
(50,51,23)
#1D1E0C
(29,30,12)
#000000
(0,0,0)

Tints of #EFF07A

#EFF07A
(239,240,122)
#F0F186
(240,241,134)
#F1F292
(241,242,146)
#F2F39E
(242,243,158)
#F3F4AA
(243,244,170)
#F4F5B6
(244,245,182)
#F5F6C2
(245,246,194)
#F6F7CE
(246,247,206)
#F7F8DA
(247,248,218)
#F8F9E6
(248,249,230)
#F9FAF2
(249,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF07A color. Also use rgb(239,240,122) instead hex code.

Text Font Color

.myTextColor { color: #EFF07A; }

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

This text font color is #EFF07A.


Background Color

.myBgColor { background-color: #EFF07A; }

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

This div background color is #EFF07A.


Border color

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

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

This div border color is #EFF07A.


Opacity

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

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

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

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

This text has shadow with #EFF07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF07A on black background.


Color preview on white background

This text has color #EFF07A on white background.



Black color preview on #EFF07A background

This text has black color on #EFF07A background.


White color preview on #EFF07A background

This text has white color on #EFF07A background.