COLOR #D5F78C

HEX: #D5F78C RGB: (213,247,140)

Color info

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

RGB color model

#D5F78C color RGB value is (213,247,140).

RGB: (213,247,140) (84%, 97%, 55%)

RGB channels and saturation

R 213 of 255 = 84%
G 247 of 255 = 97%
B 140 of 255 = 55%

213
247
140

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

Portions of RGB colors in percentages

R + G + B = 213 + 247 + 140 = 600 (100%)
R 213 of 600 ~ 35.5%
G 247 of 600 ~ 41.17%
B 140 of 600 ~ 23.33'%

%35.5
%41.17
%23.33

CMYK color model

#D5F78C color CMYK value is (14,0,43,3).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 43.32%
  • key color value is 3.14%

CMYK: (14,0,43,3)
C14M0Y43K3 (14%, 0%, 43%, 3%)
(0.14 / 0.00 / 0.43 / 0.03)

CMYK percentages

%13.77
%0
%43.32
%3.14

Codes

Color #D5F78C in popluar color models

D5 F7 8C
RGB 213 247 140
HSL 79° 86.99% 75.88%
HSB/HSV 79° 43.32% 96.86%
CMYK 13.77% 0.00% 43.32%
3.14%

Color #D5F78C in popluar number systems.

HEX D5 F7 8C
Decimal 213 247 140
Binary 11010101 11110111 10001100
Octal 325 367 214

Shades and tints

Shades of #D5F78C

#D5F78C
(213,247,140)
#C2E180
(194,225,128)
#AFCB74
(175,203,116)
#9CB568
(156,181,104)
#899F5C
(137,159,92)
#768950
(118,137,80)
#637344
(99,115,68)
#505D38
(80,93,56)
#3D472C
(61,71,44)
#2A3120
(42,49,32)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #D5F78C

#D5F78C
(213,247,140)
#D8F796
(216,247,150)
#DBF7A0
(219,247,160)
#DEF7AA
(222,247,170)
#E1F7B4
(225,247,180)
#E4F7BE
(228,247,190)
#E7F7C8
(231,247,200)
#EAF7D2
(234,247,210)
#EDF7DC
(237,247,220)
#F0F7E6
(240,247,230)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5F78C color. Also use rgb(213,247,140) instead hex code.

Text Font Color

.myTextColor { color: #D5F78C; }

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

This text font color is #D5F78C.

Background Color

.myBgColor { background-color: #D5F78C; }

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

This div background color is #D5F78C.

Border color

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

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

This div border color is #D5F78C.

Opacity

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

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

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

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

This text has shadow with #D5F78C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5F78C.

Preview

Color preview on black background

This text has color #D5F78C on black background.


Color preview on white background

This text has color #D5F78C on white background.


Black color preview on #D5F78C background

This text has black color on #D5F78C background.


White color preview on #D5F78C background

This text has white color on #D5F78C background.


Related colors

Complementary color

Complementary color for #hex is #2A0873.


I love getcolorcode.com

Triadic colors

1 #8CD5F7 and #F78CD5 with #D5F78C are triadic colors.

2 #8CF7D5 and #F7D58C with #D5F78C are triadic colors.