COLOR #D7F57A

HEX: #D7F57A
RGB: (215,245,122)

Color info

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

RGB color model

#D7F57A color RGB value is (215,245,122).

  • red value is 215;
  • green value is 245;
  • blue value is 122.
RGB:
(215,245,122)
(84%,96%,48%)

RGB channels and saturation

R 215 of 255 = 84%
G 245 of 255 = 96%
B 122 of 255 = 48%

215
245
122

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

Portions of RGB colors in percentages

R + G + B =
215 + 245 + 122 = 582 (100%)
R 215 of 582 ~ 36.94%
G 245 of 582 ~ 42.1%
B 122 of 582 ~ 20.96%

%36.94
%42.1
%20.96

CMYK color model

#D7F57A color CMYK value is (12,0,50,4).

  • cyan value is 12.24%
  • magenta value is 0.00%
  • yellow value is 50.20%
  • key color value is 3.92%
CMYK:
(12,0,50,4)
C12M0Y50K4 
(12%,0%,50%,4%)
(0.12/0.00/0.50/0.04)	

CMYK percentages

%12.24
%0
%50.2
%3.92

Codes

Color #D7F57A in popluar color models

D7F57A
RGB215245122
HSL75°86.01%71.96%
HSB/HSV75°50.20%96.08%
CMYK12.24%0.00%50.20%
3.92%

Color #D7F57A in popluar number systems.

HEXD7F57A
Decimal215245122
Binary11010111111101011111010
Octal327365172

Shades and tints

Shades of #D7F57A

#D7F57A
(215,245,122)
#C4DF6F
(196,223,111)
#B1C964
(177,201,100)
#9EB359
(158,179,89)
#8B9D4E
(139,157,78)
#788743
(120,135,67)
#657138
(101,113,56)
#525B2D
(82,91,45)
#3F4522
(63,69,34)
#2C2F17
(44,47,23)
#19190C
(25,25,12)
#000000
(0,0,0)

Tints of #D7F57A

#D7F57A
(215,245,122)
#DAF586
(218,245,134)
#DDF592
(221,245,146)
#E0F59E
(224,245,158)
#E3F5AA
(227,245,170)
#E6F5B6
(230,245,182)
#E9F5C2
(233,245,194)
#ECF5CE
(236,245,206)
#EFF5DA
(239,245,218)
#F2F5E6
(242,245,230)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F57A color. Also use rgb(215,245,122) instead hex code.

Text Font Color

.myTextColor { color: #D7F57A; }

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

This text font color is #D7F57A.


Background Color

.myBgColor { background-color: #D7F57A; }

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

This div background color is #D7F57A.


Border color

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

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

This div border color is #D7F57A.


Opacity

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

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

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

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

This text has shadow with #D7F57A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F57A on black background.


Color preview on white background

This text has color #D7F57A on white background.



Black color preview on #D7F57A background

This text has black color on #D7F57A background.


White color preview on #D7F57A background

This text has white color on #D7F57A background.