COLOR #76EB57

HEX: #76EB57
RGB: (118,235,87)

Renk bilgisi

#76EB57 contains mainly green color. #76EB57 ‘ nin web güvenlik rengi #66FF66 (ya da #6F6) dir.

RGB renk modeli

#76EB57 color RGB value is (118,235,87).

  • kırmız ton 118;
  • yeşil ton 235;
  • mavi ton 87.
RGB:
(118,235,87)
(46%,92%,34%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 235 of 255 = 92%
B 87 of 255 = 34%

118
235
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 235 + 87 = 440 (100%)
R 118 of 440 ~ 26.82%
G 235 of 440 ~ 53.41%
B 87 of 440 ~ 19.77%

%26.82
%53.41
%19.77

CMYK RENK MODELİ

#76EB57 rengi CMYK tonu (50,0,63,8).

  • camgöbeği tonu 49.79%
  • eflatun tonu 0.00%
  • sarı tonu 62.98%
  • ana renk tonu 7.84%
CMYK:
(50,0,63,8)
C50M0Y63K8 
(50%,0%,63%,8%)
(0.50/0.00/0.63/0.08)	

CMYK yüzdeleri

%49.79
%0
%62.98
%7.84

Codes

Color #76EB57 in popluar color models

76EB57
RGB11823587
HSL107°78.72%63.14%
HSB/HSV107°62.98%92.16%
CMYK49.79%0.00%62.98%
7.84%

Color #76EB57 in popluar number systems.

HEX76EB57
Decimal11823587
Binary1110110111010111010111
Octal166353127

Shades and tints

Shades of #76EB57

#76EB57
(118,235,87)
#6CD650
(108,214,80)
#62C149
(98,193,73)
#58AC42
(88,172,66)
#4E973B
(78,151,59)
#448234
(68,130,52)
#3A6D2D
(58,109,45)
#305826
(48,88,38)
#26431F
(38,67,31)
#1C2E18
(28,46,24)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #76EB57

#76EB57
(118,235,87)
#82EC66
(130,236,102)
#8EED75
(142,237,117)
#9AEE84
(154,238,132)
#A6EF93
(166,239,147)
#B2F0A2
(178,240,162)
#BEF1B1
(190,241,177)
#CAF2C0
(202,242,192)
#D6F3CF
(214,243,207)
#E2F4DE
(226,244,222)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76EB57 color. Also use rgb(118,235,87) instead hex code.

Text Font Color

.myTextColor { color: #76EB57; }

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

This text font color is #76EB57.


Background Color

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

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

This div background color is #76EB57.


Border color

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

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

This div border color is #76EB57.


Opacity

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

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

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

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

This text has shadow with #76EB57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76EB57 on black background.


Color preview on white background

This text has color #76EB57 on white background.



Black color preview on #76EB57 background

This text has black color on #76EB57 background.


White color preview on #76EB57 background

This text has white color on #76EB57 background.