COLOR #78C980

HEX: #78C980
RGB: (120,201,128)

Renk bilgisi

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

RGB renk modeli

#78C980 color RGB value is (120,201,128).

  • kırmız ton 120;
  • yeşil ton 201;
  • mavi ton 128.
RGB:
(120,201,128)
(47%,79%,50%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 201 of 255 = 79%
B 128 of 255 = 50%

120
201
128

R + G + B ~ 59%. #78C980 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 201 + 128 = 449 (100%)
R 120 of 449 ~ 26.73%
G 201 of 449 ~ 44.77%
B 128 of 449 ~ 28.51%

%26.73
%44.77
%28.51

CMYK RENK MODELİ

#78C980 rengi CMYK tonu (40,0,36,21).

  • camgöbeği tonu 40.30%
  • eflatun tonu 0.00%
  • sarı tonu 36.32%
  • ana renk tonu 21.18%
CMYK:
(40,0,36,21)
C40M0Y36K21 
(40%,0%,36%,21%)
(0.40/0.00/0.36/0.21)	

CMYK yüzdeleri

%40.3
%0
%36.32
%21.18

Codes

Color #78C980 in popluar color models

78C980
RGB120201128
HSL126°42.86%62.94%
HSB/HSV126°40.30%78.82%
CMYK40.30%0.00%36.32%
21.18%

Color #78C980 in popluar number systems.

HEX78C980
Decimal120201128
Binary11110001100100110000000
Octal170311200

Shades and tints

Shades of #78C980

#78C980
(120,201,128)
#6EB775
(110,183,117)
#64A56A
(100,165,106)
#5A935F
(90,147,95)
#508154
(80,129,84)
#466F49
(70,111,73)
#3C5D3E
(60,93,62)
#324B33
(50,75,51)
#283928
(40,57,40)
#1E271D
(30,39,29)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #78C980

#78C980
(120,201,128)
#84CD8B
(132,205,139)
#90D196
(144,209,150)
#9CD5A1
(156,213,161)
#A8D9AC
(168,217,172)
#B4DDB7
(180,221,183)
#C0E1C2
(192,225,194)
#CCE5CD
(204,229,205)
#D8E9D8
(216,233,216)
#E4EDE3
(228,237,227)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C980 color. Also use rgb(120,201,128) instead hex code.

Text Font Color

.myTextColor { color: #78C980; }

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

This text font color is #78C980.


Background Color

.myBgColor { background-color: #78C980; }

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

This div background color is #78C980.


Border color

.myBorderColor { border: 1px solid #78C980; }

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

This div border color is #78C980.


Opacity

.myOpacity80 { color: #78C980; opacity: 0.8; }

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

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

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

This text has shadow with #78C980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C980 on black background.


Color preview on white background

This text has color #78C980 on white background.



Black color preview on #78C980 background

This text has black color on #78C980 background.


White color preview on #78C980 background

This text has white color on #78C980 background.