COLOR #D5E550

HEX: #D5E550
RGB: (213,229,80)

Color info

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

RGB color model

#D5E550 color RGB value is (213,229,80).

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

RGB channels and saturation

R 213 of 255 = 84%
G 229 of 255 = 90%
B 80 of 255 = 31%

213
229
80

R + G + B ~ 68%. #D5E550 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 229 + 80 = 522 (100%)
R 213 of 522 ~ 40.8%
G 229 of 522 ~ 43.87%
B 80 of 522 ~ 15.33%

%40.8
%43.87
%15.33

CMYK color model

#D5E550 color CMYK value is (7,0,65,10).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 65.07%
  • key color value is 10.20%
CMYK:
(7,0,65,10)
C7M0Y65K10 
(7%,0%,65%,10%)
(0.07/0.00/0.65/0.10)	

CMYK percentages

%6.99
%0
%65.07
%10.2

Codes

Color #D5E550 in popluar color models

D5E550
RGB21322980
HSL66°74.13%60.59%
HSB/HSV66°65.07%89.80%
CMYK6.99%0.00%65.07%
10.20%

Color #D5E550 in popluar number systems.

HEXD5E550
Decimal21322980
Binary11010101111001011010000
Octal325345120

Shades and tints

Shades of #D5E550

#D5E550
(213,229,80)
#C2D149
(194,209,73)
#AFBD42
(175,189,66)
#9CA93B
(156,169,59)
#899534
(137,149,52)
#76812D
(118,129,45)
#636D26
(99,109,38)
#50591F
(80,89,31)
#3D4518
(61,69,24)
#2A3111
(42,49,17)
#171D0A
(23,29,10)
#000000
(0,0,0)

Tints of #D5E550

#D5E550
(213,229,80)
#D8E75F
(216,231,95)
#DBE96E
(219,233,110)
#DEEB7D
(222,235,125)
#E1ED8C
(225,237,140)
#E4EF9B
(228,239,155)
#E7F1AA
(231,241,170)
#EAF3B9
(234,243,185)
#EDF5C8
(237,245,200)
#F0F7D7
(240,247,215)
#F3F9E6
(243,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E550; }

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

This text font color is #D5E550.


Background Color

.myBgColor { background-color: #D5E550; }

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

This div background color is #D5E550.


Border color

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

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

This div border color is #D5E550.


Opacity

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

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

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

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

This text has shadow with #D5E550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E550 on black background.


Color preview on white background

This text has color #D5E550 on white background.



Black color preview on #D5E550 background

This text has black color on #D5E550 background.


White color preview on #D5E550 background

This text has white color on #D5E550 background.