COLOR #EFF862

HEX: #EFF862 RGB: (239,248,98)

Color info

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

RGB color model

#EFF862 color RGB value is (239,248,98).

RGB: (239,248,98) (94%, 97%, 38%)

RGB channels and saturation

R 239 of 255 = 94%
G 248 of 255 = 97%
B 98 of 255 = 38%

239
248
98

R + G + B ~ 76%. #EFF862 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 248 + 98 = 585 (100%)
R 239 of 585 ~ 40.85%
G 248 of 585 ~ 42.39%
B 98 of 585 ~ 16.75'%

%40.85
%42.39
%16.75

CMYK color model

#EFF862 color CMYK value is (4,0,60,3).

  • cyan value is 3.63%
  • magenta value is 0.00%
  • yellow value is 60.48%
  • key color value is 2.75%

CMYK: (4,0,60,3)
C4M0Y60K3 (4%, 0%, 60%, 3%)
(0.04 / 0.00 / 0.60 / 0.03)

CMYK percentages

%3.63
%0
%60.48
%2.75

Codes

Color #EFF862 in popluar color models

EF F8 62
RGB 239 248 98
HSL 64° 91.46% 67.84%
HSB/HSV 64° 60.48% 97.25%
CMYK 3.63% 0.00% 60.48%
2.75%

Color #EFF862 in popluar number systems.

HEX EF F8 62
Decimal 239 248 98
Binary 11101111 11111000 1100010
Octal 357 370 142

Shades and tints

Shades of #EFF862

#EFF862
(239,248,98)
#DAE25A
(218,226,90)
#C5CC52
(197,204,82)
#B0B64A
(176,182,74)
#9BA042
(155,160,66)
#868A3A
(134,138,58)
#717432
(113,116,50)
#5C5E2A
(92,94,42)
#474822
(71,72,34)
#32321A
(50,50,26)
#1D1C12
(29,28,18)
#000000
(0,0,0)

Tints of #EFF862

#EFF862
(239,248,98)
#F0F870
(240,248,112)
#F1F87E
(241,248,126)
#F2F88C
(242,248,140)
#F3F89A
(243,248,154)
#F4F8A8
(244,248,168)
#F5F8B6
(245,248,182)
#F6F8C4
(246,248,196)
#F7F8D2
(247,248,210)
#F8F8E0
(248,248,224)
#F9F8EE
(249,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFF862 color. Also use rgb(239,248,98) instead hex code.

Text Font Color

.myTextColor { color: #EFF862; }

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

This text font color is #EFF862.

Background Color

.myBgColor { background-color: #EFF862; }

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

This div background color is #EFF862.

Border color

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

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

This div border color is #EFF862.

Opacity

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

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

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

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

This text has shadow with #EFF862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFF862.

Preview

Color preview on black background

This text has color #EFF862 on black background.


Color preview on white background

This text has color #EFF862 on white background.


Black color preview on #EFF862 background

This text has black color on #EFF862 background.


White color preview on #EFF862 background

This text has white color on #EFF862 background.


Related colors

Complementary color

Complementary color for #hex is #10079D.


I love getcolorcode.com

Triadic colors

1 #62EFF8 and #F862EF with #EFF862 are triadic colors.

2 #62F8EF and #F8EF62 with #EFF862 are triadic colors.