COLOR #EFF568

HEX: #EFF568
RGB: (239,245,104)

Color info

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

RGB color model

#EFF568 color RGB value is (239,245,104).

  • red value is 239;
  • green value is 245;
  • blue value is 104.
RGB:
(239,245,104)
(94%,96%,41%)

RGB channels and saturation

R 239 of 255 = 94%
G 245 of 255 = 96%
B 104 of 255 = 41%

239
245
104

R + G + B ~ 77%. #EFF568 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 245 + 104 = 588 (100%)
R 239 of 588 ~ 40.65%
G 245 of 588 ~ 41.67%
B 104 of 588 ~ 17.69%

%40.65
%41.67
%17.69

CMYK color model

#EFF568 color CMYK value is (2,0,58,4).

  • cyan value is 2.45%
  • magenta value is 0.00%
  • yellow value is 57.55%
  • key color value is 3.92%
CMYK:
(2,0,58,4)
C2M0Y58K4 
(2%,0%,58%,4%)
(0.02/0.00/0.58/0.04)	

CMYK percentages

%2.45
%0
%57.55
%3.92

Codes

Color #EFF568 in popluar color models

EFF568
RGB239245104
HSL63°87.58%68.43%
HSB/HSV63°57.55%96.08%
CMYK2.45%0.00%57.55%
3.92%

Color #EFF568 in popluar number systems.

HEXEFF568
Decimal239245104
Binary11101111111101011101000
Octal357365150

Shades and tints

Shades of #EFF568

#EFF568
(239,245,104)
#DADF5F
(218,223,95)
#C5C956
(197,201,86)
#B0B34D
(176,179,77)
#9B9D44
(155,157,68)
#86873B
(134,135,59)
#717132
(113,113,50)
#5C5B29
(92,91,41)
#474520
(71,69,32)
#322F17
(50,47,23)
#1D190E
(29,25,14)
#000000
(0,0,0)

Tints of #EFF568

#EFF568
(239,245,104)
#F0F575
(240,245,117)
#F1F582
(241,245,130)
#F2F58F
(242,245,143)
#F3F59C
(243,245,156)
#F4F5A9
(244,245,169)
#F5F5B6
(245,245,182)
#F6F5C3
(246,245,195)
#F7F5D0
(247,245,208)
#F8F5DD
(248,245,221)
#F9F5EA
(249,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF568 color. Also use rgb(239,245,104) instead hex code.

Text Font Color

.myTextColor { color: #EFF568; }

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

This text font color is #EFF568.


Background Color

.myBgColor { background-color: #EFF568; }

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

This div background color is #EFF568.


Border color

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

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

This div border color is #EFF568.


Opacity

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

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

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

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

This text has shadow with #EFF568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFF568 on black background.


Color preview on white background

This text has color #EFF568 on white background.



Black color preview on #EFF568 background

This text has black color on #EFF568 background.


White color preview on #EFF568 background

This text has white color on #EFF568 background.