COLOR #D4FA97

HEX: #D4FA97
RGB: (212,250,151)

Color info

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

RGB color model

#D4FA97 color RGB value is (212,250,151).

  • red value is 212;
  • green value is 250;
  • blue value is 151.
RGB:
(212,250,151)
(83%,98%,59%)

RGB channels and saturation

R 212 of 255 = 83%
G 250 of 255 = 98%
B 151 of 255 = 59%

212
250
151

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

Portions of RGB colors in percentages

R + G + B =
212 + 250 + 151 = 613 (100%)
R 212 of 613 ~ 34.58%
G 250 of 613 ~ 40.78%
B 151 of 613 ~ 24.63%

%34.58
%40.78
%24.63

CMYK color model

#D4FA97 color CMYK value is (15,0,40,2).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 39.60%
  • key color value is 1.96%
CMYK:
(15,0,40,2)
C15M0Y40K2 
(15%,0%,40%,2%)
(0.15/0.00/0.40/0.02)	

CMYK percentages

%15.2
%0
%39.6
%1.96

Codes

Color #D4FA97 in popluar color models

D4FA97
RGB212250151
HSL83°90.83%78.63%
HSB/HSV83°39.60%98.04%
CMYK15.20%0.00%39.60%
1.96%

Color #D4FA97 in popluar number systems.

HEXD4FA97
Decimal212250151
Binary110101001111101010010111
Octal324372227

Shades and tints

Shades of #D4FA97

#D4FA97
(212,250,151)
#C1E48A
(193,228,138)
#AECE7D
(174,206,125)
#9BB870
(155,184,112)
#88A263
(136,162,99)
#758C56
(117,140,86)
#627649
(98,118,73)
#4F603C
(79,96,60)
#3C4A2F
(60,74,47)
#293422
(41,52,34)
#161E15
(22,30,21)
#000000
(0,0,0)

Tints of #D4FA97

#D4FA97
(212,250,151)
#D7FAA0
(215,250,160)
#DAFAA9
(218,250,169)
#DDFAB2
(221,250,178)
#E0FABB
(224,250,187)
#E3FAC4
(227,250,196)
#E6FACD
(230,250,205)
#E9FAD6
(233,250,214)
#ECFADF
(236,250,223)
#EFFAE8
(239,250,232)
#F2FAF1
(242,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FA97 color. Also use rgb(212,250,151) instead hex code.

Text Font Color

.myTextColor { color: #D4FA97; }

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

This text font color is #D4FA97.


Background Color

.myBgColor { background-color: #D4FA97; }

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

This div background color is #D4FA97.


Border color

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

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

This div border color is #D4FA97.


Opacity

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

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

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

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

This text has shadow with #D4FA97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4FA97 on black background.


Color preview on white background

This text has color #D4FA97 on white background.



Black color preview on #D4FA97 background

This text has black color on #D4FA97 background.


White color preview on #D4FA97 background

This text has white color on #D4FA97 background.