COLOR #D5E00D

HEX: #D5E00D
RGB: (213,224,13)

Color info

#D5E00D contains mainly red and green colors. Web safe color of #D5E00D is #CCCC00 (or #CC0).

RGB color model

#D5E00D color RGB value is (213,224,13).

  • red value is 213;
  • green value is 224;
  • blue value is 13.
RGB:
(213,224,13)
(84%,88%,5%)

RGB channels and saturation

R 213 of 255 = 84%
G 224 of 255 = 88%
B 13 of 255 = 5%

213
224
13

R + G + B ~ 59%. #D5E00D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
213 + 224 + 13 = 450 (100%)
R 213 of 450 ~ 47.33%
G 224 of 450 ~ 49.78%
B 13 of 450 ~ 2.89%

%47.33
%49.78

CMYK color model

#D5E00D color CMYK value is (5,0,94,12).

  • cyan value is 4.91%
  • magenta value is 0.00%
  • yellow value is 94.20%
  • key color value is 12.16%
CMYK:
(5,0,94,12)
C5M0Y94K12 
(5%,0%,94%,12%)
(0.05/0.00/0.94/0.12)	

CMYK percentages

%4.91
%0
%94.2
%12.16

Codes

Color #D5E00D in popluar color models

D5E00D
RGB21322413
HSL63°89.03%46.47%
HSB/HSV63°94.20%87.84%
CMYK4.91%0.00%94.20%
12.16%

Color #D5E00D in popluar number systems.

HEXD5E00D
Decimal21322413
Binary11010101111000001101
Octal32534015

Shades and tints

Shades of #D5E00D

#D5E00D
(213,224,13)
#C2CC0C
(194,204,12)
#AFB80B
(175,184,11)
#9CA40A
(156,164,10)
#899009
(137,144,9)
#767C08
(118,124,8)
#636807
(99,104,7)
#505406
(80,84,6)
#3D4005
(61,64,5)
#2A2C04
(42,44,4)
#171803
(23,24,3)
#000000
(0,0,0)

Tints of #D5E00D

#D5E00D
(213,224,13)
#D8E223
(216,226,35)
#DBE439
(219,228,57)
#DEE64F
(222,230,79)
#E1E865
(225,232,101)
#E4EA7B
(228,234,123)
#E7EC91
(231,236,145)
#EAEEA7
(234,238,167)
#EDF0BD
(237,240,189)
#F0F2D3
(240,242,211)
#F3F4E9
(243,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E00D color. Also use rgb(213,224,13) instead hex code.

Text Font Color

.myTextColor { color: #D5E00D; }

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

This text font color is #D5E00D.


Background Color

.myBgColor { background-color: #D5E00D; }

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

This div background color is #D5E00D.


Border color

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

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

This div border color is #D5E00D.


Opacity

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

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

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

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

This text has shadow with #D5E00D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E00D on black background.


Color preview on white background

This text has color #D5E00D on white background.



Black color preview on #D5E00D background

This text has black color on #D5E00D background.


White color preview on #D5E00D background

This text has white color on #D5E00D background.