COLOR #D6EA38

HEX: #D6EA38
RGB: (214,234,56)

Color info

#D6EA38 contains mainly red and green colors. Web safe color of #D6EA38 is #CCFF33 (or #CF3).

RGB color model

#D6EA38 color RGB value is (214,234,56).

  • red value is 214;
  • green value is 234;
  • blue value is 56.
RGB:
(214,234,56)
(84%,92%,22%)

RGB channels and saturation

R 214 of 255 = 84%
G 234 of 255 = 92%
B 56 of 255 = 22%

214
234
56

R + G + B ~ 66%. #D6EA38 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 234 + 56 = 504 (100%)
R 214 of 504 ~ 42.46%
G 234 of 504 ~ 46.43%
B 56 of 504 ~ 11.11%

%42.46
%46.43
%11.11

CMYK color model

#D6EA38 color CMYK value is (9,0,76,8).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 76.07%
  • key color value is 8.24%
CMYK:
(9,0,76,8)
C9M0Y76K8 
(9%,0%,76%,8%)
(0.09/0.00/0.76/0.08)	

CMYK percentages

%8.55
%0
%76.07
%8.24

Codes

Color #D6EA38 in popluar color models

D6EA38
RGB21423456
HSL67°80.91%56.86%
HSB/HSV67°76.07%91.76%
CMYK8.55%0.00%76.07%
8.24%

Color #D6EA38 in popluar number systems.

HEXD6EA38
Decimal21423456
Binary1101011011101010111000
Octal32635270

Shades and tints

Shades of #D6EA38

#D6EA38
(214,234,56)
#C3D533
(195,213,51)
#B0C02E
(176,192,46)
#9DAB29
(157,171,41)
#8A9624
(138,150,36)
#77811F
(119,129,31)
#646C1A
(100,108,26)
#515715
(81,87,21)
#3E4210
(62,66,16)
#2B2D0B
(43,45,11)
#181806
(24,24,6)
#000000
(0,0,0)

Tints of #D6EA38

#D6EA38
(214,234,56)
#D9EB4A
(217,235,74)
#DCEC5C
(220,236,92)
#DFED6E
(223,237,110)
#E2EE80
(226,238,128)
#E5EF92
(229,239,146)
#E8F0A4
(232,240,164)
#EBF1B6
(235,241,182)
#EEF2C8
(238,242,200)
#F1F3DA
(241,243,218)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EA38 color. Also use rgb(214,234,56) instead hex code.

Text Font Color

.myTextColor { color: #D6EA38; }

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

This text font color is #D6EA38.


Background Color

.myBgColor { background-color: #D6EA38; }

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

This div background color is #D6EA38.


Border color

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

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

This div border color is #D6EA38.


Opacity

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

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

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

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

This text has shadow with #D6EA38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EA38 on black background.


Color preview on white background

This text has color #D6EA38 on white background.



Black color preview on #D6EA38 background

This text has black color on #D6EA38 background.


White color preview on #D6EA38 background

This text has white color on #D6EA38 background.