COLOR #D5E37A

HEX: #D5E37A
RGB: (213,227,122)

Color info

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

RGB color model

#D5E37A color RGB value is (213,227,122).

  • red value is 213;
  • green value is 227;
  • blue value is 122.
RGB:
(213,227,122)
(84%,89%,48%)

RGB channels and saturation

R 213 of 255 = 84%
G 227 of 255 = 89%
B 122 of 255 = 48%

213
227
122

R + G + B ~ 74%. #D5E37A is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 227 + 122 = 562 (100%)
R 213 of 562 ~ 37.9%
G 227 of 562 ~ 40.39%
B 122 of 562 ~ 21.71%

%37.9
%40.39
%21.71

CMYK color model

#D5E37A color CMYK value is (6,0,46,11).

  • cyan value is 6.17%
  • magenta value is 0.00%
  • yellow value is 46.26%
  • key color value is 10.98%
CMYK:
(6,0,46,11)
C6M0Y46K11 
(6%,0%,46%,11%)
(0.06/0.00/0.46/0.11)	

CMYK percentages

%6.17
%0
%46.26
%10.98

Codes

Color #D5E37A in popluar color models

D5E37A
RGB213227122
HSL68°65.22%68.43%
HSB/HSV68°46.26%89.02%
CMYK6.17%0.00%46.26%
10.98%

Color #D5E37A in popluar number systems.

HEXD5E37A
Decimal213227122
Binary11010101111000111111010
Octal325343172

Shades and tints

Shades of #D5E37A

#D5E37A
(213,227,122)
#C2CF6F
(194,207,111)
#AFBB64
(175,187,100)
#9CA759
(156,167,89)
#89934E
(137,147,78)
#767F43
(118,127,67)
#636B38
(99,107,56)
#50572D
(80,87,45)
#3D4322
(61,67,34)
#2A2F17
(42,47,23)
#171B0C
(23,27,12)
#000000
(0,0,0)

Tints of #D5E37A

#D5E37A
(213,227,122)
#D8E586
(216,229,134)
#DBE792
(219,231,146)
#DEE99E
(222,233,158)
#E1EBAA
(225,235,170)
#E4EDB6
(228,237,182)
#E7EFC2
(231,239,194)
#EAF1CE
(234,241,206)
#EDF3DA
(237,243,218)
#F0F5E6
(240,245,230)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E37A color. Also use rgb(213,227,122) instead hex code.

Text Font Color

.myTextColor { color: #D5E37A; }

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

This text font color is #D5E37A.


Background Color

.myBgColor { background-color: #D5E37A; }

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

This div background color is #D5E37A.


Border color

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

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

This div border color is #D5E37A.


Opacity

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

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

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

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

This text has shadow with #D5E37A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E37A on black background.


Color preview on white background

This text has color #D5E37A on white background.



Black color preview on #D5E37A background

This text has black color on #D5E37A background.


White color preview on #D5E37A background

This text has white color on #D5E37A background.