COLOR #76DF50

HEX: #76DF50
RGB: (118,223,80)

Renk bilgisi

#76DF50 contains mainly green color. #76DF50 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#76DF50 color RGB value is (118,223,80).

  • kırmız ton 118;
  • yeşil ton 223;
  • mavi ton 80.
RGB:
(118,223,80)
(46%,87%,31%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 223 of 255 = 87%
B 80 of 255 = 31%

118
223
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 223 + 80 = 421 (100%)
R 118 of 421 ~ 28.03%
G 223 of 421 ~ 52.97%
B 80 of 421 ~ 19%

%28.03
%52.97
%19

CMYK RENK MODELİ

#76DF50 rengi CMYK tonu (47,0,64,13).

  • camgöbeği tonu 47.09%
  • eflatun tonu 0.00%
  • sarı tonu 64.13%
  • ana renk tonu 12.55%
CMYK:
(47,0,64,13)
C47M0Y64K13 
(47%,0%,64%,13%)
(0.47/0.00/0.64/0.13)	

CMYK yüzdeleri

%47.09
%0
%64.13
%12.55

Codes

Color #76DF50 in popluar color models

76DF50
RGB11822380
HSL104°69.08%59.41%
HSB/HSV104°64.13%87.45%
CMYK47.09%0.00%64.13%
12.55%

Color #76DF50 in popluar number systems.

HEX76DF50
Decimal11822380
Binary1110110110111111010000
Octal166337120

Shades and tints

Shades of #76DF50

#76DF50
(118,223,80)
#6CCB49
(108,203,73)
#62B742
(98,183,66)
#58A33B
(88,163,59)
#4E8F34
(78,143,52)
#447B2D
(68,123,45)
#3A6726
(58,103,38)
#30531F
(48,83,31)
#263F18
(38,63,24)
#1C2B11
(28,43,17)
#12170A
(18,23,10)
#000000
(0,0,0)

Tints of #76DF50

#76DF50
(118,223,80)
#82E15F
(130,225,95)
#8EE36E
(142,227,110)
#9AE57D
(154,229,125)
#A6E78C
(166,231,140)
#B2E99B
(178,233,155)
#BEEBAA
(190,235,170)
#CAEDB9
(202,237,185)
#D6EFC8
(214,239,200)
#E2F1D7
(226,241,215)
#EEF3E6
(238,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76DF50 color. Also use rgb(118,223,80) instead hex code.

Text Font Color

.myTextColor { color: #76DF50; }

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

This text font color is #76DF50.


Background Color

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

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

This div background color is #76DF50.


Border color

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

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

This div border color is #76DF50.


Opacity

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

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

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

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

This text has shadow with #76DF50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76DF50 on black background.


Color preview on white background

This text has color #76DF50 on white background.



Black color preview on #76DF50 background

This text has black color on #76DF50 background.


White color preview on #76DF50 background

This text has white color on #76DF50 background.