COLOR #D1FE95

HEX: #D1FE95 RGB: (209,254,149)

Color info

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

RGB color model

#D1FE95 color RGB value is (209,254,149).

RGB: (209,254,149) (82%, 100%, 58%)

RGB channels and saturation

R 209 of 255 = 82%
G 254 of 255 = 100%
B 149 of 255 = 58%

209
254
149

R + G + B ~ 80%. #D1FE95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 254 + 149 = 612 (100%)
R 209 of 612 ~ 34.15%
G 254 of 612 ~ 41.5%
B 149 of 612 ~ 24.35'%

%34.15
%41.5
%24.35

CMYK color model

#D1FE95 color CMYK value is (18,0,41,0).

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 41.34%
  • key color value is 0.39%

CMYK: (18,0,41,0)
C18M0Y41K0 (18%, 0%, 41%, 0%)
(0.18 / 0.00 / 0.41 / 0.00)

CMYK percentages

%17.72
%0
%41.34
%0.39

Codes

Color #D1FE95 in popluar color models

D1 FE 95
RGB 209 254 149
HSL 86° 98.13% 79.02%
HSB/HSV 86° 41.34% 99.61%
CMYK 17.72% 0.00% 41.34%
0.39%

Color #D1FE95 in popluar number systems.

HEX D1 FE 95
Decimal 209 254 149
Binary 11010001 11111110 10010101
Octal 321 376 225

Shades and tints

Shades of #D1FE95

#D1FE95
(209,254,149)
#BEE788
(190,231,136)
#ABD07B
(171,208,123)
#98B96E
(152,185,110)
#85A261
(133,162,97)
#728B54
(114,139,84)
#5F7447
(95,116,71)
#4C5D3A
(76,93,58)
#39462D
(57,70,45)
#262F20
(38,47,32)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #D1FE95

#D1FE95
(209,254,149)
#D5FE9E
(213,254,158)
#D9FEA7
(217,254,167)
#DDFEB0
(221,254,176)
#E1FEB9
(225,254,185)
#E5FEC2
(229,254,194)
#E9FECB
(233,254,203)
#EDFED4
(237,254,212)
#F1FEDD
(241,254,221)
#F5FEE6
(245,254,230)
#F9FEEF
(249,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1FE95 color. Also use rgb(209,254,149) instead hex code.

Text Font Color

.myTextColor { color: #D1FE95; }

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

This text font color is #D1FE95.

Background Color

.myBgColor { background-color: #D1FE95; }

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

This div background color is #D1FE95.

Border color

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

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

This div border color is #D1FE95.

Opacity

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

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

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

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

This text has shadow with #D1FE95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1FE95.

Preview

Color preview on black background

This text has color #D1FE95 on black background.


Color preview on white background

This text has color #D1FE95 on white background.


Black color preview on #D1FE95 background

This text has black color on #D1FE95 background.


White color preview on #D1FE95 background

This text has white color on #D1FE95 background.


Related colors

Complementary color

Complementary color for #hex is #2E016A.


I love getcolorcode.com

Triadic colors

1 #95D1FE and #FE95D1 with #D1FE95 are triadic colors.

2 #95FED1 and #FED195 with #D1FE95 are triadic colors.