COLOR #E6FF74

HEX: #E6FF74
RGB: (230,255,116)

Color info

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

RGB color model

#E6FF74 color RGB value is (230,255,116).

  • red value is 230;
  • green value is 255;
  • blue value is 116.
RGB:
(230,255,116)
(90%,100%,45%)

RGB channels and saturation

R 230 of 255 = 90%
G 255 of 255 = 100%
B 116 of 255 = 45%

230
255
116

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

Portions of RGB colors in percentages

R + G + B =
230 + 255 + 116 = 601 (100%)
R 230 of 601 ~ 38.27%
G 255 of 601 ~ 42.43%
B 116 of 601 ~ 19.3%

%38.27
%42.43
%19.3

CMYK color model

#E6FF74 color CMYK value is (10,0,55,0).

  • cyan value is 9.80%
  • magenta value is 0.00%
  • yellow value is 54.51%
  • key color value is 0.00%
CMYK:
(10,0,55,0)
C10M0Y55K0 
(10%,0%,55%,0%)
(0.10/0.00/0.55/0.00)	

CMYK percentages

%9.8
%0
%54.51
%0

Codes

Color #E6FF74 in popluar color models

E6FF74
RGB230255116
HSL71°100.00%72.75%
HSB/HSV71°54.51%100.00%
CMYK9.80%0.00%54.51%
0.00%

Color #E6FF74 in popluar number systems.

HEXE6FF74
Decimal230255116
Binary11100110111111111110100
Octal346377164

Shades and tints

Shades of #E6FF74

#E6FF74
(230,255,116)
#D2E86A
(210,232,106)
#BED160
(190,209,96)
#AABA56
(170,186,86)
#96A34C
(150,163,76)
#828C42
(130,140,66)
#6E7538
(110,117,56)
#5A5E2E
(90,94,46)
#464724
(70,71,36)
#32301A
(50,48,26)
#1E1910
(30,25,16)
#000000
(0,0,0)

Tints of #E6FF74

#E6FF74
(230,255,116)
#E8FF80
(232,255,128)
#EAFF8C
(234,255,140)
#ECFF98
(236,255,152)
#EEFFA4
(238,255,164)
#F0FFB0
(240,255,176)
#F2FFBC
(242,255,188)
#F4FFC8
(244,255,200)
#F6FFD4
(246,255,212)
#F8FFE0
(248,255,224)
#FAFFEC
(250,255,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FF74 color. Also use rgb(230,255,116) instead hex code.

Text Font Color

.myTextColor { color: #E6FF74; }

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

This text font color is #E6FF74.


Background Color

.myBgColor { background-color: #E6FF74; }

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

This div background color is #E6FF74.


Border color

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

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

This div border color is #E6FF74.


Opacity

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

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

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

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

This text has shadow with #E6FF74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FF74 on black background.


Color preview on white background

This text has color #E6FF74 on white background.



Black color preview on #E6FF74 background

This text has black color on #E6FF74 background.


White color preview on #E6FF74 background

This text has white color on #E6FF74 background.