COLOR #D4EC70

HEX: #D4EC70
RGB: (212,236,112)

Color info

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

RGB color model

#D4EC70 color RGB value is (212,236,112).

  • red value is 212;
  • green value is 236;
  • blue value is 112.
RGB:
(212,236,112)
(83%,93%,44%)

RGB channels and saturation

R 212 of 255 = 83%
G 236 of 255 = 93%
B 112 of 255 = 44%

212
236
112

R + G + B ~ 73%. #D4EC70 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 236 + 112 = 560 (100%)
R 212 of 560 ~ 37.86%
G 236 of 560 ~ 42.14%
B 112 of 560 ~ 20%

%37.86
%42.14
%20

CMYK color model

#D4EC70 color CMYK value is (10,0,53,7).

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 52.54%
  • key color value is 7.45%
CMYK:
(10,0,53,7)
C10M0Y53K7 
(10%,0%,53%,7%)
(0.10/0.00/0.53/0.07)	

CMYK percentages

%10.17
%0
%52.54
%7.45

Codes

Color #D4EC70 in popluar color models

D4EC70
RGB212236112
HSL72°76.54%68.24%
HSB/HSV72°52.54%92.55%
CMYK10.17%0.00%52.54%
7.45%

Color #D4EC70 in popluar number systems.

HEXD4EC70
Decimal212236112
Binary11010100111011001110000
Octal324354160

Shades and tints

Shades of #D4EC70

#D4EC70
(212,236,112)
#C1D766
(193,215,102)
#AEC25C
(174,194,92)
#9BAD52
(155,173,82)
#889848
(136,152,72)
#75833E
(117,131,62)
#626E34
(98,110,52)
#4F592A
(79,89,42)
#3C4420
(60,68,32)
#292F16
(41,47,22)
#161A0C
(22,26,12)
#000000
(0,0,0)

Tints of #D4EC70

#D4EC70
(212,236,112)
#D7ED7D
(215,237,125)
#DAEE8A
(218,238,138)
#DDEF97
(221,239,151)
#E0F0A4
(224,240,164)
#E3F1B1
(227,241,177)
#E6F2BE
(230,242,190)
#E9F3CB
(233,243,203)
#ECF4D8
(236,244,216)
#EFF5E5
(239,245,229)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EC70 color. Also use rgb(212,236,112) instead hex code.

Text Font Color

.myTextColor { color: #D4EC70; }

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

This text font color is #D4EC70.


Background Color

.myBgColor { background-color: #D4EC70; }

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

This div background color is #D4EC70.


Border color

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

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

This div border color is #D4EC70.


Opacity

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

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

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

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

This text has shadow with #D4EC70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EC70 on black background.


Color preview on white background

This text has color #D4EC70 on white background.



Black color preview on #D4EC70 background

This text has black color on #D4EC70 background.


White color preview on #D4EC70 background

This text has white color on #D4EC70 background.