COLOR #D5E14B

HEX: #D5E14B
RGB: (213,225,75)

Color info

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

RGB color model

#D5E14B color RGB value is (213,225,75).

  • red value is 213;
  • green value is 225;
  • blue value is 75.
RGB:
(213,225,75)
(84%,88%,29%)

RGB channels and saturation

R 213 of 255 = 84%
G 225 of 255 = 88%
B 75 of 255 = 29%

213
225
75

R + G + B ~ 67%. #D5E14B is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 225 + 75 = 513 (100%)
R 213 of 513 ~ 41.52%
G 225 of 513 ~ 43.86%
B 75 of 513 ~ 14.62%

%41.52
%43.86
%14.62

CMYK color model

#D5E14B color CMYK value is (5,0,67,12).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 11.76%
CMYK:
(5,0,67,12)
C5M0Y67K12 
(5%,0%,67%,12%)
(0.05/0.00/0.67/0.12)	

CMYK percentages

%5.33
%0
%66.67
%11.76

Codes

Color #D5E14B in popluar color models

D5E14B
RGB21322575
HSL65°71.43%58.82%
HSB/HSV65°66.67%88.24%
CMYK5.33%0.00%66.67%
11.76%

Color #D5E14B in popluar number systems.

HEXD5E14B
Decimal21322575
Binary11010101111000011001011
Octal325341113

Shades and tints

Shades of #D5E14B

#D5E14B
(213,225,75)
#C2CD45
(194,205,69)
#AFB93F
(175,185,63)
#9CA539
(156,165,57)
#899133
(137,145,51)
#767D2D
(118,125,45)
#636927
(99,105,39)
#505521
(80,85,33)
#3D411B
(61,65,27)
#2A2D15
(42,45,21)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #D5E14B

#D5E14B
(213,225,75)
#D8E35B
(216,227,91)
#DBE56B
(219,229,107)
#DEE77B
(222,231,123)
#E1E98B
(225,233,139)
#E4EB9B
(228,235,155)
#E7EDAB
(231,237,171)
#EAEFBB
(234,239,187)
#EDF1CB
(237,241,203)
#F0F3DB
(240,243,219)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E14B color. Also use rgb(213,225,75) instead hex code.

Text Font Color

.myTextColor { color: #D5E14B; }

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

This text font color is #D5E14B.


Background Color

.myBgColor { background-color: #D5E14B; }

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

This div background color is #D5E14B.


Border color

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

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

This div border color is #D5E14B.


Opacity

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

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

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

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

This text has shadow with #D5E14B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E14B on black background.


Color preview on white background

This text has color #D5E14B on white background.



Black color preview on #D5E14B background

This text has black color on #D5E14B background.


White color preview on #D5E14B background

This text has white color on #D5E14B background.