COLOR #76EA82

HEX: #76EA82
RGB: (118,234,130)

Renk bilgisi

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

RGB renk modeli

#76EA82 color RGB value is (118,234,130).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 234 of 255 = 92%
B 130 of 255 = 51%

118
234
130

R + G + B ~ 63%. #76EA82 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 234 + 130 = 482 (100%)
R 118 of 482 ~ 24.48%
G 234 of 482 ~ 48.55%
B 130 of 482 ~ 26.97%

%24.48
%48.55
%26.97

CMYK RENK MODELİ

#76EA82 rengi CMYK tonu (50,0,44,8).

  • camgöbeği tonu 49.57%
  • eflatun tonu 0.00%
  • sarı tonu 44.44%
  • ana renk tonu 8.24%
CMYK:
(50,0,44,8)
C50M0Y44K8 
(50%,0%,44%,8%)
(0.50/0.00/0.44/0.08)	

CMYK yüzdeleri

%49.57
%0
%44.44
%8.24

Codes

Color #76EA82 in popluar color models

76EA82
RGB118234130
HSL126°73.42%69.02%
HSB/HSV126°49.57%91.76%
CMYK49.57%0.00%44.44%
8.24%

Color #76EA82 in popluar number systems.

HEX76EA82
Decimal118234130
Binary11101101110101010000010
Octal166352202

Shades and tints

Shades of #76EA82

#76EA82
(118,234,130)
#6CD577
(108,213,119)
#62C06C
(98,192,108)
#58AB61
(88,171,97)
#4E9656
(78,150,86)
#44814B
(68,129,75)
#3A6C40
(58,108,64)
#305735
(48,87,53)
#26422A
(38,66,42)
#1C2D1F
(28,45,31)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #76EA82

#76EA82
(118,234,130)
#82EB8D
(130,235,141)
#8EEC98
(142,236,152)
#9AEDA3
(154,237,163)
#A6EEAE
(166,238,174)
#B2EFB9
(178,239,185)
#BEF0C4
(190,240,196)
#CAF1CF
(202,241,207)
#D6F2DA
(214,242,218)
#E2F3E5
(226,243,229)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76EA82; }

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

This text font color is #76EA82.


Background Color

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

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

This div background color is #76EA82.


Border color

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

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

This div border color is #76EA82.


Opacity

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

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

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

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

This text has shadow with #76EA82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76EA82 on black background.


Color preview on white background

This text has color #76EA82 on white background.



Black color preview on #76EA82 background

This text has black color on #76EA82 background.


White color preview on #76EA82 background

This text has white color on #76EA82 background.