COLOR #76EF9C

HEX: #76EF9C
RGB: (118,239,156)

Renk bilgisi

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

RGB renk modeli

#76EF9C color RGB value is (118,239,156).

  • kırmız ton 118;
  • yeşil ton 239;
  • mavi ton 156.
RGB:
(118,239,156)
(46%,94%,61%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 239 of 255 = 94%
B 156 of 255 = 61%

118
239
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 239 + 156 = 513 (100%)
R 118 of 513 ~ 23%
G 239 of 513 ~ 46.59%
B 156 of 513 ~ 30.41%

%23
%46.59
%30.41

CMYK RENK MODELİ

#76EF9C rengi CMYK tonu (51,0,35,6).

  • camgöbeği tonu 50.63%
  • eflatun tonu 0.00%
  • sarı tonu 34.73%
  • ana renk tonu 6.27%
CMYK:
(51,0,35,6)
C51M0Y35K6 
(51%,0%,35%,6%)
(0.51/0.00/0.35/0.06)	

CMYK yüzdeleri

%50.63
%0
%34.73
%6.27

Codes

Color #76EF9C in popluar color models

76EF9C
RGB118239156
HSL139°79.08%70.00%
HSB/HSV139°50.63%93.73%
CMYK50.63%0.00%34.73%
6.27%

Color #76EF9C in popluar number systems.

HEX76EF9C
Decimal118239156
Binary11101101110111110011100
Octal166357234

Shades and tints

Shades of #76EF9C

#76EF9C
(118,239,156)
#6CDA8E
(108,218,142)
#62C580
(98,197,128)
#58B072
(88,176,114)
#4E9B64
(78,155,100)
#448656
(68,134,86)
#3A7148
(58,113,72)
#305C3A
(48,92,58)
#26472C
(38,71,44)
#1C321E
(28,50,30)
#121D10
(18,29,16)
#000000
(0,0,0)

Tints of #76EF9C

#76EF9C
(118,239,156)
#82F0A5
(130,240,165)
#8EF1AE
(142,241,174)
#9AF2B7
(154,242,183)
#A6F3C0
(166,243,192)
#B2F4C9
(178,244,201)
#BEF5D2
(190,245,210)
#CAF6DB
(202,246,219)
#D6F7E4
(214,247,228)
#E2F8ED
(226,248,237)
#EEF9F6
(238,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76EF9C color. Also use rgb(118,239,156) instead hex code.

Text Font Color

.myTextColor { color: #76EF9C; }

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

This text font color is #76EF9C.


Background Color

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

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

This div background color is #76EF9C.


Border color

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

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

This div border color is #76EF9C.


Opacity

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

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

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

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

This text has shadow with #76EF9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76EF9C on black background.


Color preview on white background

This text has color #76EF9C on white background.



Black color preview on #76EF9C background

This text has black color on #76EF9C background.


White color preview on #76EF9C background

This text has white color on #76EF9C background.