COLOR #D7F080

HEX: #D7F080
RGB: (215,240,128)

Renk bilgisi

#D7F080 contains mainly red and green colors. #D7F080 ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#D7F080 color RGB value is (215,240,128).

  • kırmız ton 215;
  • yeşil ton 240;
  • mavi ton 128.
RGB:
(215,240,128)
(84%,94%,50%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 240 of 255 = 94%
B 128 of 255 = 50%

215
240
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 240 + 128 = 583 (100%)
R 215 of 583 ~ 36.88%
G 240 of 583 ~ 41.17%
B 128 of 583 ~ 21.96%

%36.88
%41.17
%21.96

CMYK RENK MODELİ

#D7F080 rengi CMYK tonu (10,0,47,6).

  • camgöbeği tonu 10.42%
  • eflatun tonu 0.00%
  • sarı tonu 46.67%
  • ana renk tonu 5.88%
CMYK:
(10,0,47,6)
C10M0Y47K6 
(10%,0%,47%,6%)
(0.10/0.00/0.47/0.06)	

CMYK yüzdeleri

%10.42
%0
%46.67
%5.88

Codes

Color #D7F080 in popluar color models

D7F080
RGB215240128
HSL73°78.87%72.16%
HSB/HSV73°46.67%94.12%
CMYK10.42%0.00%46.67%
5.88%

Color #D7F080 in popluar number systems.

HEXD7F080
Decimal215240128
Binary110101111111000010000000
Octal327360200

Shades and tints

Shades of #D7F080

#D7F080
(215,240,128)
#C4DB75
(196,219,117)
#B1C66A
(177,198,106)
#9EB15F
(158,177,95)
#8B9C54
(139,156,84)
#788749
(120,135,73)
#65723E
(101,114,62)
#525D33
(82,93,51)
#3F4828
(63,72,40)
#2C331D
(44,51,29)
#191E12
(25,30,18)
#000000
(0,0,0)

Tints of #D7F080

#D7F080
(215,240,128)
#DAF18B
(218,241,139)
#DDF296
(221,242,150)
#E0F3A1
(224,243,161)
#E3F4AC
(227,244,172)
#E6F5B7
(230,245,183)
#E9F6C2
(233,246,194)
#ECF7CD
(236,247,205)
#EFF8D8
(239,248,216)
#F2F9E3
(242,249,227)
#F5FAEE
(245,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F080 color. Also use rgb(215,240,128) instead hex code.

Text Font Color

.myTextColor { color: #D7F080; }

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

This text font color is #D7F080.


Background Color

.myBgColor { background-color: #D7F080; }

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

This div background color is #D7F080.


Border color

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

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

This div border color is #D7F080.


Opacity

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

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

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

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

This text has shadow with #D7F080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F080 on black background.


Color preview on white background

This text has color #D7F080 on white background.



Black color preview on #D7F080 background

This text has black color on #D7F080 background.


White color preview on #D7F080 background

This text has white color on #D7F080 background.