COLOR #D5F86F

HEX: #D5F86F
RGB: (213,248,111)

Color info

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

RGB color model

#D5F86F color RGB value is (213,248,111).

  • red value is 213;
  • green value is 248;
  • blue value is 111.
RGB:
(213,248,111)
(84%,97%,44%)

RGB channels and saturation

R 213 of 255 = 84%
G 248 of 255 = 97%
B 111 of 255 = 44%

213
248
111

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

Portions of RGB colors in percentages

R + G + B =
213 + 248 + 111 = 572 (100%)
R 213 of 572 ~ 37.24%
G 248 of 572 ~ 43.36%
B 111 of 572 ~ 19.41%

%37.24
%43.36
%19.41

CMYK color model

#D5F86F color CMYK value is (14,0,55,3).

  • cyan value is 14.11%
  • magenta value is 0.00%
  • yellow value is 55.24%
  • key color value is 2.75%
CMYK:
(14,0,55,3)
C14M0Y55K3 
(14%,0%,55%,3%)
(0.14/0.00/0.55/0.03)	

CMYK percentages

%14.11
%0
%55.24
%2.75

Codes

Color #D5F86F in popluar color models

D5F86F
RGB213248111
HSL75°90.73%70.39%
HSB/HSV75°55.24%97.25%
CMYK14.11%0.00%55.24%
2.75%

Color #D5F86F in popluar number systems.

HEXD5F86F
Decimal213248111
Binary11010101111110001101111
Octal325370157

Shades and tints

Shades of #D5F86F

#D5F86F
(213,248,111)
#C2E265
(194,226,101)
#AFCC5B
(175,204,91)
#9CB651
(156,182,81)
#89A047
(137,160,71)
#768A3D
(118,138,61)
#637433
(99,116,51)
#505E29
(80,94,41)
#3D481F
(61,72,31)
#2A3215
(42,50,21)
#171C0B
(23,28,11)
#000000
(0,0,0)

Tints of #D5F86F

#D5F86F
(213,248,111)
#D8F87C
(216,248,124)
#DBF889
(219,248,137)
#DEF896
(222,248,150)
#E1F8A3
(225,248,163)
#E4F8B0
(228,248,176)
#E7F8BD
(231,248,189)
#EAF8CA
(234,248,202)
#EDF8D7
(237,248,215)
#F0F8E4
(240,248,228)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F86F color. Also use rgb(213,248,111) instead hex code.

Text Font Color

.myTextColor { color: #D5F86F; }

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

This text font color is #D5F86F.


Background Color

.myBgColor { background-color: #D5F86F; }

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

This div background color is #D5F86F.


Border color

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

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

This div border color is #D5F86F.


Opacity

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

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

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

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

This text has shadow with #D5F86F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F86F on black background.


Color preview on white background

This text has color #D5F86F on white background.



Black color preview on #D5F86F background

This text has black color on #D5F86F background.


White color preview on #D5F86F background

This text has white color on #D5F86F background.