COLOR #76EE9E

HEX: #76EE9E
RGB: (118,238,158)

Renk bilgisi

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

RGB renk modeli

#76EE9E color RGB value is (118,238,158).

  • kırmız ton 118;
  • yeşil ton 238;
  • mavi ton 158.
RGB:
(118,238,158)
(46%,93%,62%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 238 of 255 = 93%
B 158 of 255 = 62%

118
238
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 238 + 158 = 514 (100%)
R 118 of 514 ~ 22.96%
G 238 of 514 ~ 46.3%
B 158 of 514 ~ 30.74%

%22.96
%46.3
%30.74

CMYK RENK MODELİ

#76EE9E rengi CMYK tonu (50,0,34,7).

  • camgöbeği tonu 50.42%
  • eflatun tonu 0.00%
  • sarı tonu 33.61%
  • ana renk tonu 6.67%
CMYK:
(50,0,34,7)
C50M0Y34K7 
(50%,0%,34%,7%)
(0.50/0.00/0.34/0.07)	

CMYK yüzdeleri

%50.42
%0
%33.61
%6.67

Codes

Color #76EE9E in popluar color models

76EE9E
RGB118238158
HSL140°77.92%69.80%
HSB/HSV140°50.42%93.33%
CMYK50.42%0.00%33.61%
6.67%

Color #76EE9E in popluar number systems.

HEX76EE9E
Decimal118238158
Binary11101101110111010011110
Octal166356236

Shades and tints

Shades of #76EE9E

#76EE9E
(118,238,158)
#6CD990
(108,217,144)
#62C482
(98,196,130)
#58AF74
(88,175,116)
#4E9A66
(78,154,102)
#448558
(68,133,88)
#3A704A
(58,112,74)
#305B3C
(48,91,60)
#26462E
(38,70,46)
#1C3120
(28,49,32)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #76EE9E

#76EE9E
(118,238,158)
#82EFA6
(130,239,166)
#8EF0AE
(142,240,174)
#9AF1B6
(154,241,182)
#A6F2BE
(166,242,190)
#B2F3C6
(178,243,198)
#BEF4CE
(190,244,206)
#CAF5D6
(202,245,214)
#D6F6DE
(214,246,222)
#E2F7E6
(226,247,230)
#EEF8EE
(238,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76EE9E color. Also use rgb(118,238,158) instead hex code.

Text Font Color

.myTextColor { color: #76EE9E; }

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

This text font color is #76EE9E.


Background Color

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

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

This div background color is #76EE9E.


Border color

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

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

This div border color is #76EE9E.


Opacity

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

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

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

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

This text has shadow with #76EE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76EE9E on black background.


Color preview on white background

This text has color #76EE9E on white background.



Black color preview on #76EE9E background

This text has black color on #76EE9E background.


White color preview on #76EE9E background

This text has white color on #76EE9E background.