COLOR #E6F979

HEX: #E6F979 RGB: (230,249,121)

Color info

#E6F979 contains mainly red and green colors. Web safe color of #E6F979 is #CCFF66 (or #CF6).

RGB color model

#E6F979 color RGB value is (230,249,121).

RGB: (230,249,121) (90%, 98%, 47%)

RGB channels and saturation

R 230 of 255 = 90%
G 249 of 255 = 98%
B 121 of 255 = 47%

230
249
121

R + G + B ~ 78%. #E6F979 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 249 + 121 = 600 (100%)
R 230 of 600 ~ 38.33%
G 249 of 600 ~ 41.5%
B 121 of 600 ~ 20.17'%

%38.33
%41.5
%20.17

CMYK color model

#E6F979 color CMYK value is (8,0,51,2).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 51.41%
  • key color value is 2.35%

CMYK: (8,0,51,2)
C8M0Y51K2 (8%, 0%, 51%, 2%)
(0.08 / 0.00 / 0.51 / 0.02)

CMYK percentages

%7.63
%0
%51.41
%2.35

Codes

Color #E6F979 in popluar color models

E6 F9 79
RGB 230 249 121
HSL 69° 91.43% 72.55%
HSB/HSV 69° 51.41% 97.65%
CMYK 7.63% 0.00% 51.41%
2.35%

Color #E6F979 in popluar number systems.

HEX E6 F9 79
Decimal 230 249 121
Binary 11100110 11111001 1111001
Octal 346 371 171

Shades and tints

Shades of #E6F979

#E6F979
(230,249,121)
#D2E36E
(210,227,110)
#BECD63
(190,205,99)
#AAB758
(170,183,88)
#96A14D
(150,161,77)
#828B42
(130,139,66)
#6E7537
(110,117,55)
#5A5F2C
(90,95,44)
#464921
(70,73,33)
#323316
(50,51,22)
#1E1D0B
(30,29,11)
#000000
(0,0,0)

Tints of #E6F979

#E6F979
(230,249,121)
#E8F985
(232,249,133)
#EAF991
(234,249,145)
#ECF99D
(236,249,157)
#EEF9A9
(238,249,169)
#F0F9B5
(240,249,181)
#F2F9C1
(242,249,193)
#F4F9CD
(244,249,205)
#F6F9D9
(246,249,217)
#F8F9E5
(248,249,229)
#FAF9F1
(250,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F979 color. Also use rgb(230,249,121) instead hex code.

Text Font Color

.myTextColor { color: #E6F979; }

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

This text font color is #E6F979.

Background Color

.myBgColor { background-color: #E6F979; }

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

This div background color is #E6F979.

Border color

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

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

This div border color is #E6F979.

Opacity

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

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

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

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

This text has shadow with #E6F979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F979.

Preview

Color preview on black background

This text has color #E6F979 on black background.


Color preview on white background

This text has color #E6F979 on white background.


Black color preview on #E6F979 background

This text has black color on #E6F979 background.


White color preview on #E6F979 background

This text has white color on #E6F979 background.


Related colors

Complementary color

Complementary color for #hex is #190686.


I love getcolorcode.com

Triadic colors

1 #79E6F9 and #F979E6 with #E6F979 are triadic colors.

2 #79F9E6 and #F9E679 with #E6F979 are triadic colors.