COLOR #D7F35C

HEX: #D7F35C
RGB: (215,243,92)

Color info

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

RGB color model

#D7F35C color RGB value is (215,243,92).

  • red value is 215;
  • green value is 243;
  • blue value is 92.
RGB:
(215,243,92)
(84%,95%,36%)

RGB channels and saturation

R 215 of 255 = 84%
G 243 of 255 = 95%
B 92 of 255 = 36%

215
243
92

R + G + B ~ 72%. #D7F35C is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 243 + 92 = 550 (100%)
R 215 of 550 ~ 39.09%
G 243 of 550 ~ 44.18%
B 92 of 550 ~ 16.73%

%39.09
%44.18
%16.73

CMYK color model

#D7F35C color CMYK value is (12,0,62,5).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 62.14%
  • key color value is 4.71%
CMYK:
(12,0,62,5)
C12M0Y62K5 
(12%,0%,62%,5%)
(0.12/0.00/0.62/0.05)	

CMYK percentages

%11.52
%0
%62.14
%4.71

Codes

Color #D7F35C in popluar color models

D7F35C
RGB21524392
HSL71°86.29%65.69%
HSB/HSV71°62.14%95.29%
CMYK11.52%0.00%62.14%
4.71%

Color #D7F35C in popluar number systems.

HEXD7F35C
Decimal21524392
Binary11010111111100111011100
Octal327363134

Shades and tints

Shades of #D7F35C

#D7F35C
(215,243,92)
#C4DD54
(196,221,84)
#B1C74C
(177,199,76)
#9EB144
(158,177,68)
#8B9B3C
(139,155,60)
#788534
(120,133,52)
#656F2C
(101,111,44)
#525924
(82,89,36)
#3F431C
(63,67,28)
#2C2D14
(44,45,20)
#19170C
(25,23,12)
#000000
(0,0,0)

Tints of #D7F35C

#D7F35C
(215,243,92)
#DAF46A
(218,244,106)
#DDF578
(221,245,120)
#E0F686
(224,246,134)
#E3F794
(227,247,148)
#E6F8A2
(230,248,162)
#E9F9B0
(233,249,176)
#ECFABE
(236,250,190)
#EFFBCC
(239,251,204)
#F2FCDA
(242,252,218)
#F5FDE8
(245,253,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F35C color. Also use rgb(215,243,92) instead hex code.

Text Font Color

.myTextColor { color: #D7F35C; }

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

This text font color is #D7F35C.


Background Color

.myBgColor { background-color: #D7F35C; }

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

This div background color is #D7F35C.


Border color

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

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

This div border color is #D7F35C.


Opacity

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

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

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

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

This text has shadow with #D7F35C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F35C on black background.


Color preview on white background

This text has color #D7F35C on white background.



Black color preview on #D7F35C background

This text has black color on #D7F35C background.


White color preview on #D7F35C background

This text has white color on #D7F35C background.