COLOR #D8EE65

HEX: #D8EE65
RGB: (216,238,101)

Color info

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

RGB color model

#D8EE65 color RGB value is (216,238,101).

  • red value is 216;
  • green value is 238;
  • blue value is 101.
RGB:
(216,238,101)
(85%,93%,40%)

RGB channels and saturation

R 216 of 255 = 85%
G 238 of 255 = 93%
B 101 of 255 = 40%

216
238
101

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

Portions of RGB colors in percentages

R + G + B =
216 + 238 + 101 = 555 (100%)
R 216 of 555 ~ 38.92%
G 238 of 555 ~ 42.88%
B 101 of 555 ~ 18.2%

%38.92
%42.88
%18.2

CMYK color model

#D8EE65 color CMYK value is (9,0,58,7).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 57.56%
  • key color value is 6.67%
CMYK:
(9,0,58,7)
C9M0Y58K7 
(9%,0%,58%,7%)
(0.09/0.00/0.58/0.07)	

CMYK percentages

%9.24
%0
%57.56
%6.67

Codes

Color #D8EE65 in popluar color models

D8EE65
RGB216238101
HSL70°80.12%66.47%
HSB/HSV70°57.56%93.33%
CMYK9.24%0.00%57.56%
6.67%

Color #D8EE65 in popluar number systems.

HEXD8EE65
Decimal216238101
Binary11011000111011101100101
Octal330356145

Shades and tints

Shades of #D8EE65

#D8EE65
(216,238,101)
#C5D95C
(197,217,92)
#B2C453
(178,196,83)
#9FAF4A
(159,175,74)
#8C9A41
(140,154,65)
#798538
(121,133,56)
#66702F
(102,112,47)
#535B26
(83,91,38)
#40461D
(64,70,29)
#2D3114
(45,49,20)
#1A1C0B
(26,28,11)
#000000
(0,0,0)

Tints of #D8EE65

#D8EE65
(216,238,101)
#DBEF73
(219,239,115)
#DEF081
(222,240,129)
#E1F18F
(225,241,143)
#E4F29D
(228,242,157)
#E7F3AB
(231,243,171)
#EAF4B9
(234,244,185)
#EDF5C7
(237,245,199)
#F0F6D5
(240,246,213)
#F3F7E3
(243,247,227)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EE65 color. Also use rgb(216,238,101) instead hex code.

Text Font Color

.myTextColor { color: #D8EE65; }

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

This text font color is #D8EE65.


Background Color

.myBgColor { background-color: #D8EE65; }

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

This div background color is #D8EE65.


Border color

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

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

This div border color is #D8EE65.


Opacity

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

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

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

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

This text has shadow with #D8EE65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EE65 on black background.


Color preview on white background

This text has color #D8EE65 on white background.



Black color preview on #D8EE65 background

This text has black color on #D8EE65 background.


White color preview on #D8EE65 background

This text has white color on #D8EE65 background.