COLOR #D4F694

HEX: #D4F694
RGB: (212,246,148)

Color info

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

RGB color model

#D4F694 color RGB value is (212,246,148).

  • red value is 212;
  • green value is 246;
  • blue value is 148.
RGB:
(212,246,148)
(83%,96%,58%)

RGB channels and saturation

R 212 of 255 = 83%
G 246 of 255 = 96%
B 148 of 255 = 58%

212
246
148

R + G + B ~ 79%. #D4F694 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 246 + 148 = 606 (100%)
R 212 of 606 ~ 34.98%
G 246 of 606 ~ 40.59%
B 148 of 606 ~ 24.42%

%34.98
%40.59
%24.42

CMYK color model

#D4F694 color CMYK value is (14,0,40,4).

  • cyan value is 13.82%
  • magenta value is 0.00%
  • yellow value is 39.84%
  • key color value is 3.53%
CMYK:
(14,0,40,4)
C14M0Y40K4 
(14%,0%,40%,4%)
(0.14/0.00/0.40/0.04)	

CMYK percentages

%13.82
%0
%39.84
%3.53

Codes

Color #D4F694 in popluar color models

D4F694
RGB212246148
HSL81°84.48%77.25%
HSB/HSV81°39.84%96.47%
CMYK13.82%0.00%39.84%
3.53%

Color #D4F694 in popluar number systems.

HEXD4F694
Decimal212246148
Binary110101001111011010010100
Octal324366224

Shades and tints

Shades of #D4F694

#D4F694
(212,246,148)
#C1E087
(193,224,135)
#AECA7A
(174,202,122)
#9BB46D
(155,180,109)
#889E60
(136,158,96)
#758853
(117,136,83)
#627246
(98,114,70)
#4F5C39
(79,92,57)
#3C462C
(60,70,44)
#29301F
(41,48,31)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #D4F694

#D4F694
(212,246,148)
#D7F69D
(215,246,157)
#DAF6A6
(218,246,166)
#DDF6AF
(221,246,175)
#E0F6B8
(224,246,184)
#E3F6C1
(227,246,193)
#E6F6CA
(230,246,202)
#E9F6D3
(233,246,211)
#ECF6DC
(236,246,220)
#EFF6E5
(239,246,229)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F694 color. Also use rgb(212,246,148) instead hex code.

Text Font Color

.myTextColor { color: #D4F694; }

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

This text font color is #D4F694.


Background Color

.myBgColor { background-color: #D4F694; }

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

This div background color is #D4F694.


Border color

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

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

This div border color is #D4F694.


Opacity

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

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

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

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

This text has shadow with #D4F694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F694 on black background.


Color preview on white background

This text has color #D4F694 on white background.



Black color preview on #D4F694 background

This text has black color on #D4F694 background.


White color preview on #D4F694 background

This text has white color on #D4F694 background.