COLOR #76E957

HEX: #76E957
RGB: (118,233,87)

Renk bilgisi

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

RGB renk modeli

#76E957 color RGB value is (118,233,87).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 233 of 255 = 91%
B 87 of 255 = 34%

118
233
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 233 + 87 = 438 (100%)
R 118 of 438 ~ 26.94%
G 233 of 438 ~ 53.2%
B 87 of 438 ~ 19.86%

%26.94
%53.2
%19.86

CMYK RENK MODELİ

#76E957 rengi CMYK tonu (49,0,63,9).

  • camgöbeği tonu 49.36%
  • eflatun tonu 0.00%
  • sarı tonu 62.66%
  • ana renk tonu 8.63%
CMYK:
(49,0,63,9)
C49M0Y63K9 
(49%,0%,63%,9%)
(0.49/0.00/0.63/0.09)	

CMYK yüzdeleri

%49.36
%0
%62.66
%8.63

Codes

Color #76E957 in popluar color models

76E957
RGB11823387
HSL107°76.84%62.75%
HSB/HSV107°62.66%91.37%
CMYK49.36%0.00%62.66%
8.63%

Color #76E957 in popluar number systems.

HEX76E957
Decimal11823387
Binary1110110111010011010111
Octal166351127

Shades and tints

Shades of #76E957

#76E957
(118,233,87)
#6CD450
(108,212,80)
#62BF49
(98,191,73)
#58AA42
(88,170,66)
#4E953B
(78,149,59)
#448034
(68,128,52)
#3A6B2D
(58,107,45)
#305626
(48,86,38)
#26411F
(38,65,31)
#1C2C18
(28,44,24)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #76E957

#76E957
(118,233,87)
#82EB66
(130,235,102)
#8EED75
(142,237,117)
#9AEF84
(154,239,132)
#A6F193
(166,241,147)
#B2F3A2
(178,243,162)
#BEF5B1
(190,245,177)
#CAF7C0
(202,247,192)
#D6F9CF
(214,249,207)
#E2FBDE
(226,251,222)
#EEFDED
(238,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76E957; }

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

This text font color is #76E957.


Background Color

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

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

This div background color is #76E957.


Border color

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

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

This div border color is #76E957.


Opacity

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

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

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

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

This text has shadow with #76E957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76E957 on black background.


Color preview on white background

This text has color #76E957 on white background.



Black color preview on #76E957 background

This text has black color on #76E957 background.


White color preview on #76E957 background

This text has white color on #76E957 background.