COLOR #76CC81

HEX: #76CC81
RGB: (118,204,129)

Renk bilgisi

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

RGB renk modeli

#76CC81 color RGB value is (118,204,129).

  • kırmız ton 118;
  • yeşil ton 204;
  • mavi ton 129.
RGB:
(118,204,129)
(46%,80%,51%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 204 of 255 = 80%
B 129 of 255 = 51%

118
204
129

R + G + B ~ 59%. #76CC81 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 204 + 129 = 451 (100%)
R 118 of 451 ~ 26.16%
G 204 of 451 ~ 45.23%
B 129 of 451 ~ 28.6%

%26.16
%45.23
%28.6

CMYK RENK MODELİ

#76CC81 rengi CMYK tonu (42,0,37,20).

  • camgöbeği tonu 42.16%
  • eflatun tonu 0.00%
  • sarı tonu 36.76%
  • ana renk tonu 20.00%
CMYK:
(42,0,37,20)
C42M0Y37K20 
(42%,0%,37%,20%)
(0.42/0.00/0.37/0.20)	

CMYK yüzdeleri

%42.16
%0
%36.76
%20

Codes

Color #76CC81 in popluar color models

76CC81
RGB118204129
HSL128°45.74%63.14%
HSB/HSV128°42.16%80.00%
CMYK42.16%0.00%36.76%
20.00%

Color #76CC81 in popluar number systems.

HEX76CC81
Decimal118204129
Binary11101101100110010000001
Octal166314201

Shades and tints

Shades of #76CC81

#76CC81
(118,204,129)
#6CBA76
(108,186,118)
#62A86B
(98,168,107)
#589660
(88,150,96)
#4E8455
(78,132,85)
#44724A
(68,114,74)
#3A603F
(58,96,63)
#304E34
(48,78,52)
#263C29
(38,60,41)
#1C2A1E
(28,42,30)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #76CC81

#76CC81
(118,204,129)
#82D08C
(130,208,140)
#8ED497
(142,212,151)
#9AD8A2
(154,216,162)
#A6DCAD
(166,220,173)
#B2E0B8
(178,224,184)
#BEE4C3
(190,228,195)
#CAE8CE
(202,232,206)
#D6ECD9
(214,236,217)
#E2F0E4
(226,240,228)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CC81 color. Also use rgb(118,204,129) instead hex code.

Text Font Color

.myTextColor { color: #76CC81; }

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

This text font color is #76CC81.


Background Color

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

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

This div background color is #76CC81.


Border color

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

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

This div border color is #76CC81.


Opacity

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

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

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

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

This text has shadow with #76CC81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CC81 on black background.


Color preview on white background

This text has color #76CC81 on white background.



Black color preview on #76CC81 background

This text has black color on #76CC81 background.


White color preview on #76CC81 background

This text has white color on #76CC81 background.