COLOR #E4FE75

HEX: #E4FE75 RGB: (228,254,117)

Color info

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

RGB color model

#E4FE75 color RGB value is (228,254,117).

RGB: (228,254,117) (89%, 100%, 46%)

RGB channels and saturation

R 228 of 255 = 89%
G 254 of 255 = 100%
B 117 of 255 = 46%

228
254
117

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

Portions of RGB colors in percentages

R + G + B = 228 + 254 + 117 = 599 (100%)
R 228 of 599 ~ 38.06%
G 254 of 599 ~ 42.4%
B 117 of 599 ~ 19.53'%

%38.06
%42.4
%19.53

CMYK color model

#E4FE75 color CMYK value is (10,0,54,0).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 53.94%
  • key color value is 0.39%

CMYK: (10,0,54,0)
C10M0Y54K0 (10%, 0%, 54%, 0%)
(0.10 / 0.00 / 0.54 / 0.00)

CMYK percentages

%10.24
%0
%53.94
%0.39

Codes

Color #E4FE75 in popluar color models

E4 FE 75
RGB 228 254 117
HSL 71° 98.56% 72.75%
HSB/HSV 71° 53.94% 99.61%
CMYK 10.24% 0.00% 53.94%
0.39%

Color #E4FE75 in popluar number systems.

HEX E4 FE 75
Decimal 228 254 117
Binary 11100100 11111110 1110101
Octal 344 376 165

Shades and tints

Shades of #E4FE75

#E4FE75
(228,254,117)
#D0E76B
(208,231,107)
#BCD061
(188,208,97)
#A8B957
(168,185,87)
#94A24D
(148,162,77)
#808B43
(128,139,67)
#6C7439
(108,116,57)
#585D2F
(88,93,47)
#444625
(68,70,37)
#302F1B
(48,47,27)
#1C1811
(28,24,17)
#000000
(0,0,0)

Tints of #E4FE75

#E4FE75
(228,254,117)
#E6FE81
(230,254,129)
#E8FE8D
(232,254,141)
#EAFE99
(234,254,153)
#ECFEA5
(236,254,165)
#EEFEB1
(238,254,177)
#F0FEBD
(240,254,189)
#F2FEC9
(242,254,201)
#F4FED5
(244,254,213)
#F6FEE1
(246,254,225)
#F8FEED
(248,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FE75 color. Also use rgb(228,254,117) instead hex code.

Text Font Color

.myTextColor { color: #E4FE75; }

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

This text font color is #E4FE75.

Background Color

.myBgColor { background-color: #E4FE75; }

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

This div background color is #E4FE75.

Border color

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

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

This div border color is #E4FE75.

Opacity

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

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

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

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

This text has shadow with #E4FE75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4FE75.

Preview

Color preview on black background

This text has color #E4FE75 on black background.


Color preview on white background

This text has color #E4FE75 on white background.


Black color preview on #E4FE75 background

This text has black color on #E4FE75 background.


White color preview on #E4FE75 background

This text has white color on #E4FE75 background.


Related colors

Complementary color

Complementary color for #hex is #1B018A.


I love getcolorcode.com

Triadic colors

1 #75E4FE and #FE75E4 with #E4FE75 are triadic colors.

2 #75FEE4 and #FEE475 with #E4FE75 are triadic colors.