COLOR #D6EA55

HEX: #D6EA55 RGB: (214,234,85)

Color info

#D6EA55 contains mainly red and green colors. Web safe color of #D6EA55 is #CCFF66 (or #CF6).

RGB color model

#D6EA55 color RGB value is (214,234,85).

RGB: (214,234,85) (84%, 92%, 33%)

RGB channels and saturation

R 214 of 255 = 84%
G 234 of 255 = 92%
B 85 of 255 = 33%

214
234
85

R + G + B ~ 70%. #D6EA55 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 234 + 85 = 533 (100%)
R 214 of 533 ~ 40.15%
G 234 of 533 ~ 43.9%
B 85 of 533 ~ 15.95'%

%40.15
%43.9
%15.95

CMYK color model

#D6EA55 color CMYK value is (9,0,64,8).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 63.68%
  • key color value is 8.24%
CMYK: (9,0,64,8) C9M0Y64K8 (9%,0%,64%,8%) (0.09/0.00/0.64/0.08) 

CMYK percentages

%8.55
%0
%63.68
%8.24

Codes

Color #D6EA55 in popluar color models

D6 EA 55
RGB 214 234 85
HSL 68° 78.01% 62.55%
HSB/HSV 68° 63.68% 91.76%
CMYK 8.55% 0.00% 63.68%
8.24%

Color #D6EA55 in popluar number systems.

HEX D6 EA 55
Decimal 214 234 85
Binary 11010110 11101010 1010101
Octal 326 352 125

Shades and tints

Shades of #D6EA55

#D6EA55
(214,234,85)
#C3D54E
(195,213,78)
#B0C047
(176,192,71)
#9DAB40
(157,171,64)
#8A9639
(138,150,57)
#778132
(119,129,50)
#646C2B
(100,108,43)
#515724
(81,87,36)
#3E421D
(62,66,29)
#2B2D16
(43,45,22)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #D6EA55

#D6EA55
(214,234,85)
#D9EB64
(217,235,100)
#DCEC73
(220,236,115)
#DFED82
(223,237,130)
#E2EE91
(226,238,145)
#E5EFA0
(229,239,160)
#E8F0AF
(232,240,175)
#EBF1BE
(235,241,190)
#EEF2CD
(238,242,205)
#F1F3DC
(241,243,220)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EA55; }

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

This text font color is #D6EA55.

Background Color

.myBgColor { background-color: #D6EA55; }

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

This div background color is #D6EA55.

Border color

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

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

This div border color is #D6EA55.

Opacity

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

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

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

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

This text has shadow with #D6EA55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EA55.

Preview

Color preview on black background

This text has color #D6EA55 on black background.


Color preview on white background

This text has color #D6EA55 on white background.


Black color preview on #D6EA55 background

This text has black color on #D6EA55 background.


White color preview on #D6EA55 background

This text has white color on #D6EA55 background.


Related colors

Complementary color

Complementary color for #hex is #2915AA.


I love getcolorcode.com

Triadic colors

1 #55D6EA and #EA55D6 with #D6EA55 are triadic colors.

2 #55EAD6 and #EAD655 with #D6EA55 are triadic colors.