COLOR #76EC8E

HEX: #76EC8E
RGB: (118,236,142)

Renk bilgisi

#76EC8E contains mainly green color. #76EC8E ‘ nin web güvenlik rengi #66FF99 (ya da #6F9) dir.

RGB renk modeli

#76EC8E color RGB value is (118,236,142).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 236 of 255 = 93%
B 142 of 255 = 56%

118
236
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 236 + 142 = 496 (100%)
R 118 of 496 ~ 23.79%
G 236 of 496 ~ 47.58%
B 142 of 496 ~ 28.63%

%23.79
%47.58
%28.63

CMYK RENK MODELİ

#76EC8E rengi CMYK tonu (50,0,40,7).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 39.83%
  • ana renk tonu 7.45%
CMYK:
(50,0,40,7)
C50M0Y40K7 
(50%,0%,40%,7%)
(0.50/0.00/0.40/0.07)	

CMYK yüzdeleri

%50
%0
%39.83
%7.45

Codes

Color #76EC8E in popluar color models

76EC8E
RGB118236142
HSL132°75.64%69.41%
HSB/HSV132°50.00%92.55%
CMYK50.00%0.00%39.83%
7.45%

Color #76EC8E in popluar number systems.

HEX76EC8E
Decimal118236142
Binary11101101110110010001110
Octal166354216

Shades and tints

Shades of #76EC8E

#76EC8E
(118,236,142)
#6CD782
(108,215,130)
#62C276
(98,194,118)
#58AD6A
(88,173,106)
#4E985E
(78,152,94)
#448352
(68,131,82)
#3A6E46
(58,110,70)
#30593A
(48,89,58)
#26442E
(38,68,46)
#1C2F22
(28,47,34)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #76EC8E

#76EC8E
(118,236,142)
#82ED98
(130,237,152)
#8EEEA2
(142,238,162)
#9AEFAC
(154,239,172)
#A6F0B6
(166,240,182)
#B2F1C0
(178,241,192)
#BEF2CA
(190,242,202)
#CAF3D4
(202,243,212)
#D6F4DE
(214,244,222)
#E2F5E8
(226,245,232)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76EC8E; }

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

This text font color is #76EC8E.


Background Color

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

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

This div background color is #76EC8E.


Border color

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

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

This div border color is #76EC8E.


Opacity

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

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

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

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

This text has shadow with #76EC8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76EC8E on black background.


Color preview on white background

This text has color #76EC8E on white background.



Black color preview on #76EC8E background

This text has black color on #76EC8E background.


White color preview on #76EC8E background

This text has white color on #76EC8E background.