COLOR #D4F081

HEX: #D4F081
RGB: (212,240,129)

Color info

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

RGB color model

#D4F081 color RGB value is (212,240,129).

  • red value is 212;
  • green value is 240;
  • blue value is 129.
RGB:
(212,240,129)
(83%,94%,51%)

RGB channels and saturation

R 212 of 255 = 83%
G 240 of 255 = 94%
B 129 of 255 = 51%

212
240
129

R + G + B ~ 76%. #D4F081 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 240 + 129 = 581 (100%)
R 212 of 581 ~ 36.49%
G 240 of 581 ~ 41.31%
B 129 of 581 ~ 22.2%

%36.49
%41.31
%22.2

CMYK color model

#D4F081 color CMYK value is (12,0,46,6).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 46.25%
  • key color value is 5.88%
CMYK:
(12,0,46,6)
C12M0Y46K6 
(12%,0%,46%,6%)
(0.12/0.00/0.46/0.06)	

CMYK percentages

%11.67
%0
%46.25
%5.88

Codes

Color #D4F081 in popluar color models

D4F081
RGB212240129
HSL75°78.72%72.35%
HSB/HSV75°46.25%94.12%
CMYK11.67%0.00%46.25%
5.88%

Color #D4F081 in popluar number systems.

HEXD4F081
Decimal212240129
Binary110101001111000010000001
Octal324360201

Shades and tints

Shades of #D4F081

#D4F081
(212,240,129)
#C1DB76
(193,219,118)
#AEC66B
(174,198,107)
#9BB160
(155,177,96)
#889C55
(136,156,85)
#75874A
(117,135,74)
#62723F
(98,114,63)
#4F5D34
(79,93,52)
#3C4829
(60,72,41)
#29331E
(41,51,30)
#161E13
(22,30,19)
#000000
(0,0,0)

Tints of #D4F081

#D4F081
(212,240,129)
#D7F18C
(215,241,140)
#DAF297
(218,242,151)
#DDF3A2
(221,243,162)
#E0F4AD
(224,244,173)
#E3F5B8
(227,245,184)
#E6F6C3
(230,246,195)
#E9F7CE
(233,247,206)
#ECF8D9
(236,248,217)
#EFF9E4
(239,249,228)
#F2FAEF
(242,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4F081 color. Also use rgb(212,240,129) instead hex code.

Text Font Color

.myTextColor { color: #D4F081; }

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

This text font color is #D4F081.


Background Color

.myBgColor { background-color: #D4F081; }

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

This div background color is #D4F081.


Border color

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

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

This div border color is #D4F081.


Opacity

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

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

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

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

This text has shadow with #D4F081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4F081 on black background.


Color preview on white background

This text has color #D4F081 on white background.



Black color preview on #D4F081 background

This text has black color on #D4F081 background.


White color preview on #D4F081 background

This text has white color on #D4F081 background.