COLOR #D4FA80

HEX: #D4FA80 RGB: (212,250,128)

Color info

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

RGB color model

#D4FA80 color RGB value is (212,250,128).

RGB: (212,250,128) (83%, 98%, 50%)

RGB channels and saturation

R 212 of 255 = 83%
G 250 of 255 = 98%
B 128 of 255 = 50%

212
250
128

R + G + B ~ 77%. #D4FA80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 250 + 128 = 590 (100%)
R 212 of 590 ~ 35.93%
G 250 of 590 ~ 42.37%
B 128 of 590 ~ 21.69'%

%35.93
%42.37
%21.69

CMYK color model

#D4FA80 color CMYK value is (15,0,49,2).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 48.80%
  • key color value is 1.96%
CMYK: (15,0,49,2) C15M0Y49K2 (15%,0%,49%,2%) (0.15/0.00/0.49/0.02) 

CMYK percentages

%15.2
%0
%48.8
%1.96

Codes

Color #D4FA80 in popluar color models

D4 FA 80
RGB 212 250 128
HSL 79° 92.42% 74.12%
HSB/HSV 79° 48.80% 98.04%
CMYK 15.20% 0.00% 48.80%
1.96%

Color #D4FA80 in popluar number systems.

HEX D4 FA 80
Decimal 212 250 128
Binary 11010100 11111010 10000000
Octal 324 372 200

Shades and tints

Shades of #D4FA80

#D4FA80
(212,250,128)
#C1E475
(193,228,117)
#AECE6A
(174,206,106)
#9BB85F
(155,184,95)
#88A254
(136,162,84)
#758C49
(117,140,73)
#62763E
(98,118,62)
#4F6033
(79,96,51)
#3C4A28
(60,74,40)
#29341D
(41,52,29)
#161E12
(22,30,18)
#000000
(0,0,0)

Tints of #D4FA80

#D4FA80
(212,250,128)
#D7FA8B
(215,250,139)
#DAFA96
(218,250,150)
#DDFAA1
(221,250,161)
#E0FAAC
(224,250,172)
#E3FAB7
(227,250,183)
#E6FAC2
(230,250,194)
#E9FACD
(233,250,205)
#ECFAD8
(236,250,216)
#EFFAE3
(239,250,227)
#F2FAEE
(242,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4FA80 color. Also use rgb(212,250,128) instead hex code.

Text Font Color

.myTextColor { color: #D4FA80; }

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

This text font color is #D4FA80.

Background Color

.myBgColor { background-color: #D4FA80; }

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

This div background color is #D4FA80.

Border color

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

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

This div border color is #D4FA80.

Opacity

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

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

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

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

This text has shadow with #D4FA80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4FA80.

Preview

Color preview on black background

This text has color #D4FA80 on black background.


Color preview on white background

This text has color #D4FA80 on white background.


Black color preview on #D4FA80 background

This text has black color on #D4FA80 background.


White color preview on #D4FA80 background

This text has white color on #D4FA80 background.


Related colors

Complementary color

Complementary color for #hex is #2B057F.


I love getcolorcode.com

Triadic colors

1 #80D4FA and #FA80D4 with #D4FA80 are triadic colors.

2 #80FAD4 and #FAD480 with #D4FA80 are triadic colors.