COLOR #E5FE62

HEX: #E5FE62 RGB: (229,254,98)

Color info

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

RGB color model

#E5FE62 color RGB value is (229,254,98).

RGB: (229,254,98) (90%, 100%, 38%)

RGB channels and saturation

R 229 of 255 = 90%
G 254 of 255 = 100%
B 98 of 255 = 38%

229
254
98

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

Portions of RGB colors in percentages

R + G + B = 229 + 254 + 98 = 581 (100%)
R 229 of 581 ~ 39.41%
G 254 of 581 ~ 43.72%
B 98 of 581 ~ 16.87'%

%39.41
%43.72
%16.87

CMYK color model

#E5FE62 color CMYK value is (10,0,61,0).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 61.42%
  • key color value is 0.39%

CMYK: (10,0,61,0)
C10M0Y61K0 (10%, 0%, 61%, 0%)
(0.10 / 0.00 / 0.61 / 0.00)

CMYK percentages

%9.84
%0
%61.42
%0.39

Codes

Color #E5FE62 in popluar color models

E5 FE 62
RGB 229 254 98
HSL 70° 98.73% 69.02%
HSB/HSV 70° 61.42% 99.61%
CMYK 9.84% 0.00% 61.42%
0.39%

Color #E5FE62 in popluar number systems.

HEX E5 FE 62
Decimal 229 254 98
Binary 11100101 11111110 1100010
Octal 345 376 142

Shades and tints

Shades of #E5FE62

#E5FE62
(229,254,98)
#D1E75A
(209,231,90)
#BDD052
(189,208,82)
#A9B94A
(169,185,74)
#95A242
(149,162,66)
#818B3A
(129,139,58)
#6D7432
(109,116,50)
#595D2A
(89,93,42)
#454622
(69,70,34)
#312F1A
(49,47,26)
#1D1812
(29,24,18)
#000000
(0,0,0)

Tints of #E5FE62

#E5FE62
(229,254,98)
#E7FE70
(231,254,112)
#E9FE7E
(233,254,126)
#EBFE8C
(235,254,140)
#EDFE9A
(237,254,154)
#EFFEA8
(239,254,168)
#F1FEB6
(241,254,182)
#F3FEC4
(243,254,196)
#F5FED2
(245,254,210)
#F7FEE0
(247,254,224)
#F9FEEE
(249,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FE62 color. Also use rgb(229,254,98) instead hex code.

Text Font Color

.myTextColor { color: #E5FE62; }

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

This text font color is #E5FE62.

Background Color

.myBgColor { background-color: #E5FE62; }

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

This div background color is #E5FE62.

Border color

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

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

This div border color is #E5FE62.

Opacity

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

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

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

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

This text has shadow with #E5FE62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5FE62.

Preview

Color preview on black background

This text has color #E5FE62 on black background.


Color preview on white background

This text has color #E5FE62 on white background.


Black color preview on #E5FE62 background

This text has black color on #E5FE62 background.


White color preview on #E5FE62 background

This text has white color on #E5FE62 background.


Related colors

Complementary color

Complementary color for #hex is #1A019D.


I love getcolorcode.com

Triadic colors

1 #62E5FE and #FE62E5 with #E5FE62 are triadic colors.

2 #62FEE5 and #FEE562 with #E5FE62 are triadic colors.