COLOR #EFF766

HEX: #EFF766 RGB: (239,247,102)

Color info

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

RGB color model

#EFF766 color RGB value is (239,247,102).

RGB: (239,247,102) (94%, 97%, 40%)

RGB channels and saturation

R 239 of 255 = 94%
G 247 of 255 = 97%
B 102 of 255 = 40%

239
247
102

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

Portions of RGB colors in percentages

R + G + B = 239 + 247 + 102 = 588 (100%)
R 239 of 588 ~ 40.65%
G 247 of 588 ~ 42.01%
B 102 of 588 ~ 17.35'%

%40.65
%42.01
%17.35

CMYK color model

#EFF766 color CMYK value is (3,0,59,3).

  • cyan value is 3.24%
  • magenta value is 0.00%
  • yellow value is 58.70%
  • key color value is 3.14%

CMYK: (3,0,59,3)
C3M0Y59K3 (3%, 0%, 59%, 3%)
(0.03 / 0.00 / 0.59 / 0.03)

CMYK percentages

%3.24
%0
%58.7
%3.14

Codes

Color #EFF766 in popluar color models

EF F7 66
RGB 239 247 102
HSL 63° 90.06% 68.43%
HSB/HSV 63° 58.70% 96.86%
CMYK 3.24% 0.00% 58.70%
3.14%

Color #EFF766 in popluar number systems.

HEX EF F7 66
Decimal 239 247 102
Binary 11101111 11110111 1100110
Octal 357 367 146

Shades and tints

Shades of #EFF766

#EFF766
(239,247,102)
#DAE15D
(218,225,93)
#C5CB54
(197,203,84)
#B0B54B
(176,181,75)
#9B9F42
(155,159,66)
#868939
(134,137,57)
#717330
(113,115,48)
#5C5D27
(92,93,39)
#47471E
(71,71,30)
#323115
(50,49,21)
#1D1B0C
(29,27,12)
#000000
(0,0,0)

Tints of #EFF766

#EFF766
(239,247,102)
#F0F773
(240,247,115)
#F1F780
(241,247,128)
#F2F78D
(242,247,141)
#F3F79A
(243,247,154)
#F4F7A7
(244,247,167)
#F5F7B4
(245,247,180)
#F6F7C1
(246,247,193)
#F7F7CE
(247,247,206)
#F8F7DB
(248,247,219)
#F9F7E8
(249,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF766 color. Also use rgb(239,247,102) instead hex code.

Text Font Color

.myTextColor { color: #EFF766; }

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

This text font color is #EFF766.

Background Color

.myBgColor { background-color: #EFF766; }

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

This div background color is #EFF766.

Border color

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

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

This div border color is #EFF766.

Opacity

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

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

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

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

This text has shadow with #EFF766 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF766.

Preview

Color preview on black background

This text has color #EFF766 on black background.


Color preview on white background

This text has color #EFF766 on white background.


Black color preview on #EFF766 background

This text has black color on #EFF766 background.


White color preview on #EFF766 background

This text has white color on #EFF766 background.


Related colors

Complementary color

Complementary color for #hex is #100899.


I love getcolorcode.com

Triadic colors

1 #66EFF7 and #F766EF with #EFF766 are triadic colors.

2 #66F7EF and #F7EF66 with #EFF766 are triadic colors.