COLOR #D5E582

HEX: #D5E582
RGB: (213,229,130)

Color info

#D5E582 contains mainly red and green colors. Web safe color of #D5E582 is #CCCC99 (or #CC9).

RGB color model

#D5E582 color RGB value is (213,229,130).

  • red value is 213;
  • green value is 229;
  • blue value is 130.
RGB:
(213,229,130)
(84%,90%,51%)

RGB channels and saturation

R 213 of 255 = 84%
G 229 of 255 = 90%
B 130 of 255 = 51%

213
229
130

R + G + B ~ 75%. #D5E582 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 229 + 130 = 572 (100%)
R 213 of 572 ~ 37.24%
G 229 of 572 ~ 40.03%
B 130 of 572 ~ 22.73%

%37.24
%40.03
%22.73

CMYK color model

#D5E582 color CMYK value is (7,0,43,10).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 43.23%
  • key color value is 10.20%
CMYK:
(7,0,43,10)
C7M0Y43K10 
(7%,0%,43%,10%)
(0.07/0.00/0.43/0.10)	

CMYK percentages

%6.99
%0
%43.23
%10.2

Codes

Color #D5E582 in popluar color models

D5E582
RGB213229130
HSL70°65.56%70.39%
HSB/HSV70°43.23%89.80%
CMYK6.99%0.00%43.23%
10.20%

Color #D5E582 in popluar number systems.

HEXD5E582
Decimal213229130
Binary110101011110010110000010
Octal325345202

Shades and tints

Shades of #D5E582

#D5E582
(213,229,130)
#C2D177
(194,209,119)
#AFBD6C
(175,189,108)
#9CA961
(156,169,97)
#899556
(137,149,86)
#76814B
(118,129,75)
#636D40
(99,109,64)
#505935
(80,89,53)
#3D452A
(61,69,42)
#2A311F
(42,49,31)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #D5E582

#D5E582
(213,229,130)
#D8E78D
(216,231,141)
#DBE998
(219,233,152)
#DEEBA3
(222,235,163)
#E1EDAE
(225,237,174)
#E4EFB9
(228,239,185)
#E7F1C4
(231,241,196)
#EAF3CF
(234,243,207)
#EDF5DA
(237,245,218)
#F0F7E5
(240,247,229)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E582 color. Also use rgb(213,229,130) instead hex code.

Text Font Color

.myTextColor { color: #D5E582; }

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

This text font color is #D5E582.


Background Color

.myBgColor { background-color: #D5E582; }

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

This div background color is #D5E582.


Border color

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

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

This div border color is #D5E582.


Opacity

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

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

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

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

This text has shadow with #D5E582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E582 on black background.


Color preview on white background

This text has color #D5E582 on white background.



Black color preview on #D5E582 background

This text has black color on #D5E582 background.


White color preview on #D5E582 background

This text has white color on #D5E582 background.