COLOR #76CD93

HEX: #76CD93
RGB: (118,205,147)

Renk bilgisi

#76CD93 contains mainly green and blue colors. #76CD93 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#76CD93 color RGB value is (118,205,147).

  • kırmız ton 118;
  • yeşil ton 205;
  • mavi ton 147.
RGB:
(118,205,147)
(46%,80%,58%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 205 of 255 = 80%
B 147 of 255 = 58%

118
205
147

R + G + B ~ 61%. #76CD93 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 205 + 147 = 470 (100%)
R 118 of 470 ~ 25.11%
G 205 of 470 ~ 43.62%
B 147 of 470 ~ 31.28%

%25.11
%43.62
%31.28

CMYK RENK MODELİ

#76CD93 rengi CMYK tonu (42,0,28,20).

  • camgöbeği tonu 42.44%
  • eflatun tonu 0.00%
  • sarı tonu 28.29%
  • ana renk tonu 19.61%
CMYK:
(42,0,28,20)
C42M0Y28K20 
(42%,0%,28%,20%)
(0.42/0.00/0.28/0.20)	

CMYK yüzdeleri

%42.44
%0
%28.29
%19.61

Codes

Color #76CD93 in popluar color models

76CD93
RGB118205147
HSL140°46.52%63.33%
HSB/HSV140°42.44%80.39%
CMYK42.44%0.00%28.29%
19.61%

Color #76CD93 in popluar number systems.

HEX76CD93
Decimal118205147
Binary11101101100110110010011
Octal166315223

Shades and tints

Shades of #76CD93

#76CD93
(118,205,147)
#6CBB86
(108,187,134)
#62A979
(98,169,121)
#58976C
(88,151,108)
#4E855F
(78,133,95)
#447352
(68,115,82)
#3A6145
(58,97,69)
#304F38
(48,79,56)
#263D2B
(38,61,43)
#1C2B1E
(28,43,30)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #76CD93

#76CD93
(118,205,147)
#82D19C
(130,209,156)
#8ED5A5
(142,213,165)
#9AD9AE
(154,217,174)
#A6DDB7
(166,221,183)
#B2E1C0
(178,225,192)
#BEE5C9
(190,229,201)
#CAE9D2
(202,233,210)
#D6EDDB
(214,237,219)
#E2F1E4
(226,241,228)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76CD93 color. Also use rgb(118,205,147) instead hex code.

Text Font Color

.myTextColor { color: #76CD93; }

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

This text font color is #76CD93.


Background Color

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

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

This div background color is #76CD93.


Border color

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

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

This div border color is #76CD93.


Opacity

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

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

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

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

This text has shadow with #76CD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76CD93 on black background.


Color preview on white background

This text has color #76CD93 on white background.



Black color preview on #76CD93 background

This text has black color on #76CD93 background.


White color preview on #76CD93 background

This text has white color on #76CD93 background.