COLOR #D0E040

HEX: #D0E040
RGB: (208,224,64)

Color info

#D0E040 contains mainly red and green colors. Web safe color of #D0E040 is #CCCC33 (or #CC3).

RGB color model

#D0E040 color RGB value is (208,224,64).

  • red value is 208;
  • green value is 224;
  • blue value is 64.
RGB:
(208,224,64)
(82%,88%,25%)

RGB channels and saturation

R 208 of 255 = 82%
G 224 of 255 = 88%
B 64 of 255 = 25%

208
224
64

R + G + B ~ 65%. #D0E040 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 224 + 64 = 496 (100%)
R 208 of 496 ~ 41.94%
G 224 of 496 ~ 45.16%
B 64 of 496 ~ 12.9%

%41.94
%45.16
%12.9

CMYK color model

#D0E040 color CMYK value is (7,0,71,12).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 71.43%
  • key color value is 12.16%
CMYK:
(7,0,71,12)
C7M0Y71K12 
(7%,0%,71%,12%)
(0.07/0.00/0.71/0.12)	

CMYK percentages

%7.14
%0
%71.43
%12.16

Codes

Color #D0E040 in popluar color models

D0E040
RGB20822464
HSL66°72.07%56.47%
HSB/HSV66°71.43%87.84%
CMYK7.14%0.00%71.43%
12.16%

Color #D0E040 in popluar number systems.

HEXD0E040
Decimal20822464
Binary11010000111000001000000
Octal320340100

Shades and tints

Shades of #D0E040

#D0E040
(208,224,64)
#BECC3B
(190,204,59)
#ACB836
(172,184,54)
#9AA431
(154,164,49)
#88902C
(136,144,44)
#767C27
(118,124,39)
#646822
(100,104,34)
#52541D
(82,84,29)
#404018
(64,64,24)
#2E2C13
(46,44,19)
#1C180E
(28,24,14)
#000000
(0,0,0)

Tints of #D0E040

#D0E040
(208,224,64)
#D4E251
(212,226,81)
#D8E462
(216,228,98)
#DCE673
(220,230,115)
#E0E884
(224,232,132)
#E4EA95
(228,234,149)
#E8ECA6
(232,236,166)
#ECEEB7
(236,238,183)
#F0F0C8
(240,240,200)
#F4F2D9
(244,242,217)
#F8F4EA
(248,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E040 color. Also use rgb(208,224,64) instead hex code.

Text Font Color

.myTextColor { color: #D0E040; }

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

This text font color is #D0E040.


Background Color

.myBgColor { background-color: #D0E040; }

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

This div background color is #D0E040.


Border color

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

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

This div border color is #D0E040.


Opacity

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

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

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

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

This text has shadow with #D0E040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E040 on black background.


Color preview on white background

This text has color #D0E040 on white background.



Black color preview on #D0E040 background

This text has black color on #D0E040 background.


White color preview on #D0E040 background

This text has white color on #D0E040 background.