COLOR #76EC78

HEX: #76EC78
RGB: (118,236,120)

Renk bilgisi

#76EC78 contains mainly green color. #76EC78 ‘ nin web güvenlik rengi #66FF66 (ya da #6F6) dir.

RGB renk modeli

#76EC78 color RGB value is (118,236,120).

  • kırmız ton 118;
  • yeşil ton 236;
  • mavi ton 120.
RGB:
(118,236,120)
(46%,93%,47%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 236 of 255 = 93%
B 120 of 255 = 47%

118
236
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 236 + 120 = 474 (100%)
R 118 of 474 ~ 24.89%
G 236 of 474 ~ 49.79%
B 120 of 474 ~ 25.32%

%24.89
%49.79
%25.32

CMYK RENK MODELİ

#76EC78 rengi CMYK tonu (50,0,49,7).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 49.15%
  • ana renk tonu 7.45%
CMYK:
(50,0,49,7)
C50M0Y49K7 
(50%,0%,49%,7%)
(0.50/0.00/0.49/0.07)	

CMYK yüzdeleri

%50
%0
%49.15
%7.45

Codes

Color #76EC78 in popluar color models

76EC78
RGB118236120
HSL121°75.64%69.41%
HSB/HSV121°50.00%92.55%
CMYK50.00%0.00%49.15%
7.45%

Color #76EC78 in popluar number systems.

HEX76EC78
Decimal118236120
Binary1110110111011001111000
Octal166354170

Shades and tints

Shades of #76EC78

#76EC78
(118,236,120)
#6CD76E
(108,215,110)
#62C264
(98,194,100)
#58AD5A
(88,173,90)
#4E9850
(78,152,80)
#448346
(68,131,70)
#3A6E3C
(58,110,60)
#305932
(48,89,50)
#264428
(38,68,40)
#1C2F1E
(28,47,30)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #76EC78

#76EC78
(118,236,120)
#82ED84
(130,237,132)
#8EEE90
(142,238,144)
#9AEF9C
(154,239,156)
#A6F0A8
(166,240,168)
#B2F1B4
(178,241,180)
#BEF2C0
(190,242,192)
#CAF3CC
(202,243,204)
#D6F4D8
(214,244,216)
#E2F5E4
(226,245,228)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76EC78 color. Also use rgb(118,236,120) instead hex code.

Text Font Color

.myTextColor { color: #76EC78; }

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

This text font color is #76EC78.


Background Color

.myBgColor { background-color: #76EC78; }

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

This div background color is #76EC78.


Border color

.myBorderColor { border: 1px solid #76EC78; }

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

This div border color is #76EC78.


Opacity

.myOpacity80 { color: #76EC78; opacity: 0.8; }

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

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

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

This text has shadow with #76EC78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76EC78 on black background.


Color preview on white background

This text has color #76EC78 on white background.



Black color preview on #76EC78 background

This text has black color on #76EC78 background.


White color preview on #76EC78 background

This text has white color on #76EC78 background.