COLOR #D5EF99

HEX: #D5EF99
RGB: (213,239,153)

Color info

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

RGB color model

#D5EF99 color RGB value is (213,239,153).

  • red value is 213;
  • green value is 239;
  • blue value is 153.
RGB:
(213,239,153)
(84%,94%,60%)

RGB channels and saturation

R 213 of 255 = 84%
G 239 of 255 = 94%
B 153 of 255 = 60%

213
239
153

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

Portions of RGB colors in percentages

R + G + B =
213 + 239 + 153 = 605 (100%)
R 213 of 605 ~ 35.21%
G 239 of 605 ~ 39.5%
B 153 of 605 ~ 25.29%

%35.21
%39.5
%25.29

CMYK color model

#D5EF99 color CMYK value is (11,0,36,6).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 35.98%
  • key color value is 6.27%
CMYK:
(11,0,36,6)
C11M0Y36K6 
(11%,0%,36%,6%)
(0.11/0.00/0.36/0.06)	

CMYK percentages

%10.88
%0
%35.98
%6.27

Codes

Color #D5EF99 in popluar color models

D5EF99
RGB213239153
HSL78°72.88%76.86%
HSB/HSV78°35.98%93.73%
CMYK10.88%0.00%35.98%
6.27%

Color #D5EF99 in popluar number systems.

HEXD5EF99
Decimal213239153
Binary110101011110111110011001
Octal325357231

Shades and tints

Shades of #D5EF99

#D5EF99
(213,239,153)
#C2DA8C
(194,218,140)
#AFC57F
(175,197,127)
#9CB072
(156,176,114)
#899B65
(137,155,101)
#768658
(118,134,88)
#63714B
(99,113,75)
#505C3E
(80,92,62)
#3D4731
(61,71,49)
#2A3224
(42,50,36)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #D5EF99

#D5EF99
(213,239,153)
#D8F0A2
(216,240,162)
#DBF1AB
(219,241,171)
#DEF2B4
(222,242,180)
#E1F3BD
(225,243,189)
#E4F4C6
(228,244,198)
#E7F5CF
(231,245,207)
#EAF6D8
(234,246,216)
#EDF7E1
(237,247,225)
#F0F8EA
(240,248,234)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EF99 color. Also use rgb(213,239,153) instead hex code.

Text Font Color

.myTextColor { color: #D5EF99; }

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

This text font color is #D5EF99.


Background Color

.myBgColor { background-color: #D5EF99; }

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

This div background color is #D5EF99.


Border color

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

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

This div border color is #D5EF99.


Opacity

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

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

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

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

This text has shadow with #D5EF99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EF99 on black background.


Color preview on white background

This text has color #D5EF99 on white background.



Black color preview on #D5EF99 background

This text has black color on #D5EF99 background.


White color preview on #D5EF99 background

This text has white color on #D5EF99 background.