COLOR #D9F18A

HEX: #D9F18A RGB: (217,241,138)

Color info

#D9F18A contains mainly red and green colors. Web safe color of #D9F18A is #CCFF99 (or #CF9).

RGB color model

#D9F18A color RGB value is (217,241,138).

RGB: (217,241,138) (85%, 95%, 54%)

RGB channels and saturation

R 217 of 255 = 85%
G 241 of 255 = 95%
B 138 of 255 = 54%

217
241
138

R + G + B ~ 78%. #D9F18A is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 241 + 138 = 596 (100%)
R 217 of 596 ~ 36.41%
G 241 of 596 ~ 40.44%
B 138 of 596 ~ 23.15'%

%36.41
%40.44
%23.15

CMYK color model

#D9F18A color CMYK value is (10,0,43,5).

  • cyan value is 9.96%
  • magenta value is 0.00%
  • yellow value is 42.74%
  • key color value is 5.49%

CMYK: (10,0,43,5)
C10M0Y43K5 (10%, 0%, 43%, 5%)
(0.10 / 0.00 / 0.43 / 0.05)

CMYK percentages

%9.96
%0
%42.74
%5.49

Codes

Color #D9F18A in popluar color models

D9 F1 8A
RGB 217 241 138
HSL 74° 78.63% 74.31%
HSB/HSV 74° 42.74% 94.51%
CMYK 9.96% 0.00% 42.74%
5.49%

Color #D9F18A in popluar number systems.

HEX D9 F1 8A
Decimal 217 241 138
Binary 11011001 11110001 10001010
Octal 331 361 212

Shades and tints

Shades of #D9F18A

#D9F18A
(217,241,138)
#C6DC7E
(198,220,126)
#B3C772
(179,199,114)
#A0B266
(160,178,102)
#8D9D5A
(141,157,90)
#7A884E
(122,136,78)
#677342
(103,115,66)
#545E36
(84,94,54)
#41492A
(65,73,42)
#2E341E
(46,52,30)
#1B1F12
(27,31,18)
#000000
(0,0,0)

Tints of #D9F18A

#D9F18A
(217,241,138)
#DCF294
(220,242,148)
#DFF39E
(223,243,158)
#E2F4A8
(226,244,168)
#E5F5B2
(229,245,178)
#E8F6BC
(232,246,188)
#EBF7C6
(235,247,198)
#EEF8D0
(238,248,208)
#F1F9DA
(241,249,218)
#F4FAE4
(244,250,228)
#F7FBEE
(247,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9F18A color. Also use rgb(217,241,138) instead hex code.

Text Font Color

.myTextColor { color: #D9F18A; }

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

This text font color is #D9F18A.

Background Color

.myBgColor { background-color: #D9F18A; }

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

This div background color is #D9F18A.

Border color

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

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

This div border color is #D9F18A.

Opacity

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

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

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

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

This text has shadow with #D9F18A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9F18A.

Preview

Color preview on black background

This text has color #D9F18A on black background.


Color preview on white background

This text has color #D9F18A on white background.


Black color preview on #D9F18A background

This text has black color on #D9F18A background.


White color preview on #D9F18A background

This text has white color on #D9F18A background.


Related colors

Complementary color

Complementary color for #hex is #260E75.


I love getcolorcode.com

Triadic colors

1 #8AD9F1 and #F18AD9 with #D9F18A are triadic colors.

2 #8AF1D9 and #F1D98A with #D9F18A are triadic colors.