COLOR #D2EC77

HEX: #D2EC77
RGB: (210,236,119)

Color info

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

RGB color model

#D2EC77 color RGB value is (210,236,119).

  • red value is 210;
  • green value is 236;
  • blue value is 119.
RGB:
(210,236,119)
(82%,93%,47%)

RGB channels and saturation

R 210 of 255 = 82%
G 236 of 255 = 93%
B 119 of 255 = 47%

210
236
119

R + G + B ~ 74%. #D2EC77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 236 + 119 = 565 (100%)
R 210 of 565 ~ 37.17%
G 236 of 565 ~ 41.77%
B 119 of 565 ~ 21.06%

%37.17
%41.77
%21.06

CMYK color model

#D2EC77 color CMYK value is (11,0,50,7).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 49.58%
  • key color value is 7.45%
CMYK:
(11,0,50,7)
C11M0Y50K7 
(11%,0%,50%,7%)
(0.11/0.00/0.50/0.07)	

CMYK percentages

%11.02
%0
%49.58
%7.45

Codes

Color #D2EC77 in popluar color models

D2EC77
RGB210236119
HSL73°75.48%69.61%
HSB/HSV73°49.58%92.55%
CMYK11.02%0.00%49.58%
7.45%

Color #D2EC77 in popluar number systems.

HEXD2EC77
Decimal210236119
Binary11010010111011001110111
Octal322354167

Shades and tints

Shades of #D2EC77

#D2EC77
(210,236,119)
#BFD76D
(191,215,109)
#ACC263
(172,194,99)
#99AD59
(153,173,89)
#86984F
(134,152,79)
#738345
(115,131,69)
#606E3B
(96,110,59)
#4D5931
(77,89,49)
#3A4427
(58,68,39)
#272F1D
(39,47,29)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #D2EC77

#D2EC77
(210,236,119)
#D6ED83
(214,237,131)
#DAEE8F
(218,238,143)
#DEEF9B
(222,239,155)
#E2F0A7
(226,240,167)
#E6F1B3
(230,241,179)
#EAF2BF
(234,242,191)
#EEF3CB
(238,243,203)
#F2F4D7
(242,244,215)
#F6F5E3
(246,245,227)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2EC77 color. Also use rgb(210,236,119) instead hex code.

Text Font Color

.myTextColor { color: #D2EC77; }

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

This text font color is #D2EC77.


Background Color

.myBgColor { background-color: #D2EC77; }

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

This div background color is #D2EC77.


Border color

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

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

This div border color is #D2EC77.


Opacity

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

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

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

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

This text has shadow with #D2EC77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EC77 on black background.


Color preview on white background

This text has color #D2EC77 on white background.



Black color preview on #D2EC77 background

This text has black color on #D2EC77 background.


White color preview on #D2EC77 background

This text has white color on #D2EC77 background.