COLOR #D4EF96

HEX: #D4EF96
RGB: (212,239,150)

Color info

#D4EF96 contains mainly red and green colors. Web safe color of #D4EF96 is #CCFF99 (or #CF9).

RGB color model

#D4EF96 color RGB value is (212,239,150).

  • red value is 212;
  • green value is 239;
  • blue value is 150.
RGB:
(212,239,150)
(83%,94%,59%)

RGB channels and saturation

R 212 of 255 = 83%
G 239 of 255 = 94%
B 150 of 255 = 59%

212
239
150

R + G + B ~ 79%. #D4EF96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 239 + 150 = 601 (100%)
R 212 of 601 ~ 35.27%
G 239 of 601 ~ 39.77%
B 150 of 601 ~ 24.96%

%35.27
%39.77
%24.96

CMYK color model

#D4EF96 color CMYK value is (11,0,37,6).

  • cyan value is 11.30%
  • magenta value is 0.00%
  • yellow value is 37.24%
  • key color value is 6.27%
CMYK:
(11,0,37,6)
C11M0Y37K6 
(11%,0%,37%,6%)
(0.11/0.00/0.37/0.06)	

CMYK percentages

%11.3
%0
%37.24
%6.27

Codes

Color #D4EF96 in popluar color models

D4EF96
RGB212239150
HSL78°73.55%76.27%
HSB/HSV78°37.24%93.73%
CMYK11.30%0.00%37.24%
6.27%

Color #D4EF96 in popluar number systems.

HEXD4EF96
Decimal212239150
Binary110101001110111110010110
Octal324357226

Shades and tints

Shades of #D4EF96

#D4EF96
(212,239,150)
#C1DA89
(193,218,137)
#AEC57C
(174,197,124)
#9BB06F
(155,176,111)
#889B62
(136,155,98)
#758655
(117,134,85)
#627148
(98,113,72)
#4F5C3B
(79,92,59)
#3C472E
(60,71,46)
#293221
(41,50,33)
#161D14
(22,29,20)
#000000
(0,0,0)

Tints of #D4EF96

#D4EF96
(212,239,150)
#D7F09F
(215,240,159)
#DAF1A8
(218,241,168)
#DDF2B1
(221,242,177)
#E0F3BA
(224,243,186)
#E3F4C3
(227,244,195)
#E6F5CC
(230,245,204)
#E9F6D5
(233,246,213)
#ECF7DE
(236,247,222)
#EFF8E7
(239,248,231)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EF96 color. Also use rgb(212,239,150) instead hex code.

Text Font Color

.myTextColor { color: #D4EF96; }

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

This text font color is #D4EF96.


Background Color

.myBgColor { background-color: #D4EF96; }

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

This div background color is #D4EF96.


Border color

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

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

This div border color is #D4EF96.


Opacity

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

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

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

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

This text has shadow with #D4EF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EF96 on black background.


Color preview on white background

This text has color #D4EF96 on white background.



Black color preview on #D4EF96 background

This text has black color on #D4EF96 background.


White color preview on #D4EF96 background

This text has white color on #D4EF96 background.