COLOR #D6ED61

HEX: #D6ED61
RGB: (214,237,97)

Color info

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

RGB color model

#D6ED61 color RGB value is (214,237,97).

  • red value is 214;
  • green value is 237;
  • blue value is 97.
RGB:
(214,237,97)
(84%,93%,38%)

RGB channels and saturation

R 214 of 255 = 84%
G 237 of 255 = 93%
B 97 of 255 = 38%

214
237
97

R + G + B ~ 72%. #D6ED61 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 237 + 97 = 548 (100%)
R 214 of 548 ~ 39.05%
G 237 of 548 ~ 43.25%
B 97 of 548 ~ 17.7%

%39.05
%43.25
%17.7

CMYK color model

#D6ED61 color CMYK value is (10,0,59,7).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 59.07%
  • key color value is 7.06%
CMYK:
(10,0,59,7)
C10M0Y59K7 
(10%,0%,59%,7%)
(0.10/0.00/0.59/0.07)	

CMYK percentages

%9.7
%0
%59.07
%7.06

Codes

Color #D6ED61 in popluar color models

D6ED61
RGB21423797
HSL70°79.55%65.49%
HSB/HSV70°59.07%92.94%
CMYK9.70%0.00%59.07%
7.06%

Color #D6ED61 in popluar number systems.

HEXD6ED61
Decimal21423797
Binary11010110111011011100001
Octal326355141

Shades and tints

Shades of #D6ED61

#D6ED61
(214,237,97)
#C3D859
(195,216,89)
#B0C351
(176,195,81)
#9DAE49
(157,174,73)
#8A9941
(138,153,65)
#778439
(119,132,57)
#646F31
(100,111,49)
#515A29
(81,90,41)
#3E4521
(62,69,33)
#2B3019
(43,48,25)
#181B11
(24,27,17)
#000000
(0,0,0)

Tints of #D6ED61

#D6ED61
(214,237,97)
#D9EE6F
(217,238,111)
#DCEF7D
(220,239,125)
#DFF08B
(223,240,139)
#E2F199
(226,241,153)
#E5F2A7
(229,242,167)
#E8F3B5
(232,243,181)
#EBF4C3
(235,244,195)
#EEF5D1
(238,245,209)
#F1F6DF
(241,246,223)
#F4F7ED
(244,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6ED61 color. Also use rgb(214,237,97) instead hex code.

Text Font Color

.myTextColor { color: #D6ED61; }

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

This text font color is #D6ED61.


Background Color

.myBgColor { background-color: #D6ED61; }

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

This div background color is #D6ED61.


Border color

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

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

This div border color is #D6ED61.


Opacity

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

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

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

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

This text has shadow with #D6ED61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ED61 on black background.


Color preview on white background

This text has color #D6ED61 on white background.



Black color preview on #D6ED61 background

This text has black color on #D6ED61 background.


White color preview on #D6ED61 background

This text has white color on #D6ED61 background.