COLOR #D3F872

HEX: #D3F872
RGB: (211,248,114)

Color info

#D3F872 contains mainly red and green colors. Web safe color of #D3F872 is #CCFF66 (or #CF6).

RGB color model

#D3F872 color RGB value is (211,248,114).

  • red value is 211;
  • green value is 248;
  • blue value is 114.
RGB:
(211,248,114)
(83%,97%,45%)

RGB channels and saturation

R 211 of 255 = 83%
G 248 of 255 = 97%
B 114 of 255 = 45%

211
248
114

R + G + B ~ 75%. #D3F872 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 248 + 114 = 573 (100%)
R 211 of 573 ~ 36.82%
G 248 of 573 ~ 43.28%
B 114 of 573 ~ 19.9%

%36.82
%43.28
%19.9

CMYK color model

#D3F872 color CMYK value is (15,0,54,3).

  • cyan value is 14.92%
  • magenta value is 0.00%
  • yellow value is 54.03%
  • key color value is 2.75%
CMYK:
(15,0,54,3)
C15M0Y54K3 
(15%,0%,54%,3%)
(0.15/0.00/0.54/0.03)	

CMYK percentages

%14.92
%0
%54.03
%2.75

Codes

Color #D3F872 in popluar color models

D3F872
RGB211248114
HSL77°90.54%70.98%
HSB/HSV77°54.03%97.25%
CMYK14.92%0.00%54.03%
2.75%

Color #D3F872 in popluar number systems.

HEXD3F872
Decimal211248114
Binary11010011111110001110010
Octal323370162

Shades and tints

Shades of #D3F872

#D3F872
(211,248,114)
#C0E268
(192,226,104)
#ADCC5E
(173,204,94)
#9AB654
(154,182,84)
#87A04A
(135,160,74)
#748A40
(116,138,64)
#617436
(97,116,54)
#4E5E2C
(78,94,44)
#3B4822
(59,72,34)
#283218
(40,50,24)
#151C0E
(21,28,14)
#000000
(0,0,0)

Tints of #D3F872

#D3F872
(211,248,114)
#D7F87E
(215,248,126)
#DBF88A
(219,248,138)
#DFF896
(223,248,150)
#E3F8A2
(227,248,162)
#E7F8AE
(231,248,174)
#EBF8BA
(235,248,186)
#EFF8C6
(239,248,198)
#F3F8D2
(243,248,210)
#F7F8DE
(247,248,222)
#FBF8EA
(251,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3F872 color. Also use rgb(211,248,114) instead hex code.

Text Font Color

.myTextColor { color: #D3F872; }

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

This text font color is #D3F872.


Background Color

.myBgColor { background-color: #D3F872; }

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

This div background color is #D3F872.


Border color

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

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

This div border color is #D3F872.


Opacity

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

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

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

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

This text has shadow with #D3F872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3F872 on black background.


Color preview on white background

This text has color #D3F872 on white background.



Black color preview on #D3F872 background

This text has black color on #D3F872 background.


White color preview on #D3F872 background

This text has white color on #D3F872 background.