COLOR #E6F57E

HEX: #E6F57E RGB: (230,245,126)

Color info

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

RGB color model

#E6F57E color RGB value is (230,245,126).

RGB: (230,245,126) (90%, 96%, 49%)

RGB channels and saturation

R 230 of 255 = 90%
G 245 of 255 = 96%
B 126 of 255 = 49%

230
245
126

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

Portions of RGB colors in percentages

R + G + B = 230 + 245 + 126 = 601 (100%)
R 230 of 601 ~ 38.27%
G 245 of 601 ~ 40.77%
B 126 of 601 ~ 20.97'%

%38.27
%40.77
%20.97

CMYK color model

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

  • cyan value is 6.12%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 3.92%

CMYK: (6,0,49,4)
C6M0Y49K4 (6%, 0%, 49%, 4%)
(0.06 / 0.00 / 0.49 / 0.04)

CMYK percentages

%6.12
%0
%48.57
%3.92

Codes

Color #E6F57E in popluar color models

E6 F5 7E
RGB 230 245 126
HSL 68° 85.61% 72.75%
HSB/HSV 68° 48.57% 96.08%
CMYK 6.12% 0.00% 48.57%
3.92%

Color #E6F57E in popluar number systems.

HEX E6 F5 7E
Decimal 230 245 126
Binary 11100110 11110101 1111110
Octal 346 365 176

Shades and tints

Shades of #E6F57E

#E6F57E
(230,245,126)
#D2DF73
(210,223,115)
#BEC968
(190,201,104)
#AAB35D
(170,179,93)
#969D52
(150,157,82)
#828747
(130,135,71)
#6E713C
(110,113,60)
#5A5B31
(90,91,49)
#464526
(70,69,38)
#322F1B
(50,47,27)
#1E1910
(30,25,16)
#000000
(0,0,0)

Tints of #E6F57E

#E6F57E
(230,245,126)
#E8F589
(232,245,137)
#EAF594
(234,245,148)
#ECF59F
(236,245,159)
#EEF5AA
(238,245,170)
#F0F5B5
(240,245,181)
#F2F5C0
(242,245,192)
#F4F5CB
(244,245,203)
#F6F5D6
(246,245,214)
#F8F5E1
(248,245,225)
#FAF5EC
(250,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F57E color. Also use rgb(230,245,126) instead hex code.

Text Font Color

.myTextColor { color: #E6F57E; }

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

This text font color is #E6F57E.

Background Color

.myBgColor { background-color: #E6F57E; }

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

This div background color is #E6F57E.

Border color

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

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

This div border color is #E6F57E.

Opacity

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

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

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

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

This text has shadow with #E6F57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F57E.

Preview

Color preview on black background

This text has color #E6F57E on black background.


Color preview on white background

This text has color #E6F57E on white background.


Black color preview on #E6F57E background

This text has black color on #E6F57E background.


White color preview on #E6F57E background

This text has white color on #E6F57E background.


Related colors

Complementary color

Complementary color for #hex is #190A81.


I love getcolorcode.com

Triadic colors

1 #7EE6F5 and #F57EE6 with #E6F57E are triadic colors.

2 #7EF5E6 and #F5E67E with #E6F57E are triadic colors.