COLOR #D4FC93

HEX: #D4FC93 RGB: (212,252,147)

Color info

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

RGB color model

#D4FC93 color RGB value is (212,252,147).

RGB: (212,252,147) (83%, 99%, 58%)

RGB channels and saturation

R 212 of 255 = 83%
G 252 of 255 = 99%
B 147 of 255 = 58%

212
252
147

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

Portions of RGB colors in percentages

R + G + B = 212 + 252 + 147 = 611 (100%)
R 212 of 611 ~ 34.7%
G 252 of 611 ~ 41.24%
B 147 of 611 ~ 24.06'%

%34.7
%41.24
%24.06

CMYK color model

#D4FC93 color CMYK value is (16,0,42,1).

  • cyan value is 15.87%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 1.18%

CMYK: (16,0,42,1)
C16M0Y42K1 (16%, 0%, 42%, 1%)
(0.16 / 0.00 / 0.42 / 0.01)

CMYK percentages

%15.87
%0
%41.67
%1.18

Codes

Color #D4FC93 in popluar color models

D4 FC 93
RGB 212 252 147
HSL 83° 94.59% 78.24%
HSB/HSV 83° 41.67% 98.82%
CMYK 15.87% 0.00% 41.67%
1.18%

Color #D4FC93 in popluar number systems.

HEX D4 FC 93
Decimal 212 252 147
Binary 11010100 11111100 10010011
Octal 324 374 223

Shades and tints

Shades of #D4FC93

#D4FC93
(212,252,147)
#C1E686
(193,230,134)
#AED079
(174,208,121)
#9BBA6C
(155,186,108)
#88A45F
(136,164,95)
#758E52
(117,142,82)
#627845
(98,120,69)
#4F6238
(79,98,56)
#3C4C2B
(60,76,43)
#29361E
(41,54,30)
#162011
(22,32,17)
#000000
(0,0,0)

Tints of #D4FC93

#D4FC93
(212,252,147)
#D7FC9C
(215,252,156)
#DAFCA5
(218,252,165)
#DDFCAE
(221,252,174)
#E0FCB7
(224,252,183)
#E3FCC0
(227,252,192)
#E6FCC9
(230,252,201)
#E9FCD2
(233,252,210)
#ECFCDB
(236,252,219)
#EFFCE4
(239,252,228)
#F2FCED
(242,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FC93 color. Also use rgb(212,252,147) instead hex code.

Text Font Color

.myTextColor { color: #D4FC93; }

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

This text font color is #D4FC93.

Background Color

.myBgColor { background-color: #D4FC93; }

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

This div background color is #D4FC93.

Border color

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

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

This div border color is #D4FC93.

Opacity

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

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

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

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

This text has shadow with #D4FC93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4FC93.

Preview

Color preview on black background

This text has color #D4FC93 on black background.


Color preview on white background

This text has color #D4FC93 on white background.


Black color preview on #D4FC93 background

This text has black color on #D4FC93 background.


White color preview on #D4FC93 background

This text has white color on #D4FC93 background.


Related colors

Complementary color

Complementary color for #hex is #2B036C.


I love getcolorcode.com

Triadic colors

1 #93D4FC and #FC93D4 with #D4FC93 are triadic colors.

2 #93FCD4 and #FCD493 with #D4FC93 are triadic colors.