COLOR #7CD980

HEX: #7CD980
RGB: (124,217,128)

Renk bilgisi

#7CD980 contains mainly green color. #7CD980 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#7CD980 color RGB value is (124,217,128).

  • kırmız ton 124;
  • yeşil ton 217;
  • mavi ton 128.
RGB:
(124,217,128)
(49%,85%,50%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 217 of 255 = 85%
B 128 of 255 = 50%

124
217
128

R + G + B ~ 61%. #7CD980 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 217 + 128 = 469 (100%)
R 124 of 469 ~ 26.44%
G 217 of 469 ~ 46.27%
B 128 of 469 ~ 27.29%

%26.44
%46.27
%27.29

CMYK RENK MODELİ

#7CD980 rengi CMYK tonu (43,0,41,15).

  • camgöbeği tonu 42.86%
  • eflatun tonu 0.00%
  • sarı tonu 41.01%
  • ana renk tonu 14.90%
CMYK:
(43,0,41,15)
C43M0Y41K15 
(43%,0%,41%,15%)
(0.43/0.00/0.41/0.15)	

CMYK yüzdeleri

%42.86
%0
%41.01
%14.9

Codes

Color #7CD980 in popluar color models

7CD980
RGB124217128
HSL123°55.03%66.86%
HSB/HSV123°42.86%85.10%
CMYK42.86%0.00%41.01%
14.90%

Color #7CD980 in popluar number systems.

HEX7CD980
Decimal124217128
Binary11111001101100110000000
Octal174331200

Shades and tints

Shades of #7CD980

#7CD980
(124,217,128)
#71C675
(113,198,117)
#66B36A
(102,179,106)
#5BA05F
(91,160,95)
#508D54
(80,141,84)
#457A49
(69,122,73)
#3A673E
(58,103,62)
#2F5433
(47,84,51)
#244128
(36,65,40)
#192E1D
(25,46,29)
#0E1B12
(14,27,18)
#000000
(0,0,0)

Tints of #7CD980

#7CD980
(124,217,128)
#87DC8B
(135,220,139)
#92DF96
(146,223,150)
#9DE2A1
(157,226,161)
#A8E5AC
(168,229,172)
#B3E8B7
(179,232,183)
#BEEBC2
(190,235,194)
#C9EECD
(201,238,205)
#D4F1D8
(212,241,216)
#DFF4E3
(223,244,227)
#EAF7EE
(234,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CD980 color. Also use rgb(124,217,128) instead hex code.

Text Font Color

.myTextColor { color: #7CD980; }

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

This text font color is #7CD980.


Background Color

.myBgColor { background-color: #7CD980; }

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

This div background color is #7CD980.


Border color

.myBorderColor { border: 1px solid #7CD980; }

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

This div border color is #7CD980.


Opacity

.myOpacity80 { color: #7CD980; opacity: 0.8; }

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

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

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

This text has shadow with #7CD980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CD980 on black background.


Color preview on white background

This text has color #7CD980 on white background.



Black color preview on #7CD980 background

This text has black color on #7CD980 background.


White color preview on #7CD980 background

This text has white color on #7CD980 background.