COLOR #D2FF78

HEX: #D2FF78
RGB: (210,255,120)

Color info

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

RGB color model

#D2FF78 color RGB value is (210,255,120).

  • red value is 210;
  • green value is 255;
  • blue value is 120.
RGB:
(210,255,120)
(82%,100%,47%)

RGB channels and saturation

R 210 of 255 = 82%
G 255 of 255 = 100%
B 120 of 255 = 47%

210
255
120

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

Portions of RGB colors in percentages

R + G + B =
210 + 255 + 120 = 585 (100%)
R 210 of 585 ~ 35.9%
G 255 of 585 ~ 43.59%
B 120 of 585 ~ 20.51%

%35.9
%43.59
%20.51

CMYK color model

#D2FF78 color CMYK value is (18,0,53,0).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 52.94%
  • key color value is 0.00%
CMYK:
(18,0,53,0)
C18M0Y53K0 
(18%,0%,53%,0%)
(0.18/0.00/0.53/0.00)	

CMYK percentages

%17.65
%0
%52.94
%0

Codes

Color #D2FF78 in popluar color models

D2FF78
RGB210255120
HSL80°100.00%73.53%
HSB/HSV80°52.94%100.00%
CMYK17.65%0.00%52.94%
0.00%

Color #D2FF78 in popluar number systems.

HEXD2FF78
Decimal210255120
Binary11010010111111111111000
Octal322377170

Shades and tints

Shades of #D2FF78

#D2FF78
(210,255,120)
#BFE86E
(191,232,110)
#ACD164
(172,209,100)
#99BA5A
(153,186,90)
#86A350
(134,163,80)
#738C46
(115,140,70)
#60753C
(96,117,60)
#4D5E32
(77,94,50)
#3A4728
(58,71,40)
#27301E
(39,48,30)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #D2FF78

#D2FF78
(210,255,120)
#D6FF84
(214,255,132)
#DAFF90
(218,255,144)
#DEFF9C
(222,255,156)
#E2FFA8
(226,255,168)
#E6FFB4
(230,255,180)
#EAFFC0
(234,255,192)
#EEFFCC
(238,255,204)
#F2FFD8
(242,255,216)
#F6FFE4
(246,255,228)
#FAFFF0
(250,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2FF78 color. Also use rgb(210,255,120) instead hex code.

Text Font Color

.myTextColor { color: #D2FF78; }

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

This text font color is #D2FF78.


Background Color

.myBgColor { background-color: #D2FF78; }

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

This div background color is #D2FF78.


Border color

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

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

This div border color is #D2FF78.


Opacity

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

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

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

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

This text has shadow with #D2FF78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2FF78 on black background.


Color preview on white background

This text has color #D2FF78 on white background.



Black color preview on #D2FF78 background

This text has black color on #D2FF78 background.


White color preview on #D2FF78 background

This text has white color on #D2FF78 background.