COLOR #E5F970

HEX: #E5F970 RGB: (229,249,112)

Color info

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

RGB color model

#E5F970 color RGB value is (229,249,112).

RGB: (229,249,112) (90%, 98%, 44%)

RGB channels and saturation

R 229 of 255 = 90%
G 249 of 255 = 98%
B 112 of 255 = 44%

229
249
112

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

Portions of RGB colors in percentages

R + G + B = 229 + 249 + 112 = 590 (100%)
R 229 of 590 ~ 38.81%
G 249 of 590 ~ 42.2%
B 112 of 590 ~ 18.98'%

%38.81
%42.2
%18.98

CMYK color model

#E5F970 color CMYK value is (8,0,55,2).

  • cyan value is 8.03%
  • magenta value is 0.00%
  • yellow value is 55.02%
  • key color value is 2.35%

CMYK: (8,0,55,2)
C8M0Y55K2 (8%, 0%, 55%, 2%)
(0.08 / 0.00 / 0.55 / 0.02)

CMYK percentages

%8.03
%0
%55.02
%2.35

Codes

Color #E5F970 in popluar color models

E5 F9 70
RGB 229 249 112
HSL 69° 91.95% 70.78%
HSB/HSV 69° 55.02% 97.65%
CMYK 8.03% 0.00% 55.02%
2.35%

Color #E5F970 in popluar number systems.

HEX E5 F9 70
Decimal 229 249 112
Binary 11100101 11111001 1110000
Octal 345 371 160

Shades and tints

Shades of #E5F970

#E5F970
(229,249,112)
#D1E366
(209,227,102)
#BDCD5C
(189,205,92)
#A9B752
(169,183,82)
#95A148
(149,161,72)
#818B3E
(129,139,62)
#6D7534
(109,117,52)
#595F2A
(89,95,42)
#454920
(69,73,32)
#313316
(49,51,22)
#1D1D0C
(29,29,12)
#000000
(0,0,0)

Tints of #E5F970

#E5F970
(229,249,112)
#E7F97D
(231,249,125)
#E9F98A
(233,249,138)
#EBF997
(235,249,151)
#EDF9A4
(237,249,164)
#EFF9B1
(239,249,177)
#F1F9BE
(241,249,190)
#F3F9CB
(243,249,203)
#F5F9D8
(245,249,216)
#F7F9E5
(247,249,229)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F970 color. Also use rgb(229,249,112) instead hex code.

Text Font Color

.myTextColor { color: #E5F970; }

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

This text font color is #E5F970.

Background Color

.myBgColor { background-color: #E5F970; }

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

This div background color is #E5F970.

Border color

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

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

This div border color is #E5F970.

Opacity

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

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

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

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

This text has shadow with #E5F970 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F970.

Preview

Color preview on black background

This text has color #E5F970 on black background.


Color preview on white background

This text has color #E5F970 on white background.


Black color preview on #E5F970 background

This text has black color on #E5F970 background.


White color preview on #E5F970 background

This text has white color on #E5F970 background.


Related colors

Complementary color

Complementary color for #hex is #1A068F.


I love getcolorcode.com

Triadic colors

1 #70E5F9 and #F970E5 with #E5F970 are triadic colors.

2 #70F9E5 and #F9E570 with #E5F970 are triadic colors.