COLOR #76DC82

HEX: #76DC82
RGB: (118,220,130)

Renk bilgisi

#76DC82 contains mainly green color. #76DC82 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#76DC82 color RGB value is (118,220,130).

  • kırmız ton 118;
  • yeşil ton 220;
  • mavi ton 130.
RGB:
(118,220,130)
(46%,86%,51%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 220 of 255 = 86%
B 130 of 255 = 51%

118
220
130

R + G + B ~ 61%. #76DC82 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 220 + 130 = 468 (100%)
R 118 of 468 ~ 25.21%
G 220 of 468 ~ 47.01%
B 130 of 468 ~ 27.78%

%25.21
%47.01
%27.78

CMYK RENK MODELİ

#76DC82 rengi CMYK tonu (46,0,41,14).

  • camgöbeği tonu 46.36%
  • eflatun tonu 0.00%
  • sarı tonu 40.91%
  • ana renk tonu 13.73%
CMYK:
(46,0,41,14)
C46M0Y41K14 
(46%,0%,41%,14%)
(0.46/0.00/0.41/0.14)	

CMYK yüzdeleri

%46.36
%0
%40.91
%13.73

Codes

Color #76DC82 in popluar color models

76DC82
RGB118220130
HSL127°59.30%66.27%
HSB/HSV127°46.36%86.27%
CMYK46.36%0.00%40.91%
13.73%

Color #76DC82 in popluar number systems.

HEX76DC82
Decimal118220130
Binary11101101101110010000010
Octal166334202

Shades and tints

Shades of #76DC82

#76DC82
(118,220,130)
#6CC877
(108,200,119)
#62B46C
(98,180,108)
#58A061
(88,160,97)
#4E8C56
(78,140,86)
#44784B
(68,120,75)
#3A6440
(58,100,64)
#305035
(48,80,53)
#263C2A
(38,60,42)
#1C281F
(28,40,31)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #76DC82

#76DC82
(118,220,130)
#82DF8D
(130,223,141)
#8EE298
(142,226,152)
#9AE5A3
(154,229,163)
#A6E8AE
(166,232,174)
#B2EBB9
(178,235,185)
#BEEEC4
(190,238,196)
#CAF1CF
(202,241,207)
#D6F4DA
(214,244,218)
#E2F7E5
(226,247,229)
#EEFAF0
(238,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76DC82 color. Also use rgb(118,220,130) instead hex code.

Text Font Color

.myTextColor { color: #76DC82; }

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

This text font color is #76DC82.


Background Color

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

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

This div background color is #76DC82.


Border color

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

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

This div border color is #76DC82.


Opacity

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

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

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

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

This text has shadow with #76DC82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76DC82 on black background.


Color preview on white background

This text has color #76DC82 on white background.



Black color preview on #76DC82 background

This text has black color on #76DC82 background.


White color preview on #76DC82 background

This text has white color on #76DC82 background.