COLOR #D0E56D

HEX: #D0E56D RGB: (208,229,109)

Color info

#D0E56D contains mainly red and green colors. Web safe color of #D0E56D is #CCCC66 (or #CC6).

RGB color model

#D0E56D color RGB value is (208,229,109).

RGB: (208,229,109) (82%, 90%, 43%)

RGB channels and saturation

R 208 of 255 = 82%
G 229 of 255 = 90%
B 109 of 255 = 43%

208
229
109

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

Portions of RGB colors in percentages

R + G + B = 208 + 229 + 109 = 546 (100%)
R 208 of 546 ~ 38.1%
G 229 of 546 ~ 41.94%
B 109 of 546 ~ 19.96'%

%38.1
%41.94
%19.96

CMYK color model

#D0E56D color CMYK value is (9,0,52,10).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 52.40%
  • key color value is 10.20%

CMYK: (9,0,52,10)
C9M0Y52K10 (9%, 0%, 52%, 10%)
(0.09 / 0.00 / 0.52 / 0.10)

CMYK percentages

%9.17
%0
%52.4
%10.2

Codes

Color #D0E56D in popluar color models

D0 E5 6D
RGB 208 229 109
HSL 71° 69.77% 66.27%
HSB/HSV 71° 52.40% 89.80%
CMYK 9.17% 0.00% 52.40%
10.20%

Color #D0E56D in popluar number systems.

HEX D0 E5 6D
Decimal 208 229 109
Binary 11010000 11100101 1101101
Octal 320 345 155

Shades and tints

Shades of #D0E56D

#D0E56D
(208,229,109)
#BED164
(190,209,100)
#ACBD5B
(172,189,91)
#9AA952
(154,169,82)
#889549
(136,149,73)
#768140
(118,129,64)
#646D37
(100,109,55)
#52592E
(82,89,46)
#404525
(64,69,37)
#2E311C
(46,49,28)
#1C1D13
(28,29,19)
#000000
(0,0,0)

Tints of #D0E56D

#D0E56D
(208,229,109)
#D4E77A
(212,231,122)
#D8E987
(216,233,135)
#DCEB94
(220,235,148)
#E0EDA1
(224,237,161)
#E4EFAE
(228,239,174)
#E8F1BB
(232,241,187)
#ECF3C8
(236,243,200)
#F0F5D5
(240,245,213)
#F4F7E2
(244,247,226)
#F8F9EF
(248,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E56D color. Also use rgb(208,229,109) instead hex code.

Text Font Color

.myTextColor { color: #D0E56D; }

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

This text font color is #D0E56D.

Background Color

.myBgColor { background-color: #D0E56D; }

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

This div background color is #D0E56D.

Border color

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

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

This div border color is #D0E56D.

Opacity

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

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

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

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

This text has shadow with #D0E56D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E56D.

Preview

Color preview on black background

This text has color #D0E56D on black background.


Color preview on white background

This text has color #D0E56D on white background.


Black color preview on #D0E56D background

This text has black color on #D0E56D background.


White color preview on #D0E56D background

This text has white color on #D0E56D background.


Related colors

Complementary color

Complementary color for #hex is #2F1A92.


I love getcolorcode.com

Triadic colors

1 #6DD0E5 and #E56DD0 with #D0E56D are triadic colors.

2 #6DE5D0 and #E5D06D with #D0E56D are triadic colors.