COLOR #76DF7B

HEX: #76DF7B
RGB: (118,223,123)

Renk bilgisi

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

RGB renk modeli

#76DF7B color RGB value is (118,223,123).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 223 of 255 = 87%
B 123 of 255 = 48%

118
223
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 223 + 123 = 464 (100%)
R 118 of 464 ~ 25.43%
G 223 of 464 ~ 48.06%
B 123 of 464 ~ 26.51%

%25.43
%48.06
%26.51

CMYK RENK MODELİ

#76DF7B rengi CMYK tonu (47,0,45,13).

  • camgöbeği tonu 47.09%
  • eflatun tonu 0.00%
  • sarı tonu 44.84%
  • ana renk tonu 12.55%
CMYK:
(47,0,45,13)
C47M0Y45K13 
(47%,0%,45%,13%)
(0.47/0.00/0.45/0.13)	

CMYK yüzdeleri

%47.09
%0
%44.84
%12.55

Codes

Color #76DF7B in popluar color models

76DF7B
RGB118223123
HSL123°62.13%66.86%
HSB/HSV123°47.09%87.45%
CMYK47.09%0.00%44.84%
12.55%

Color #76DF7B in popluar number systems.

HEX76DF7B
Decimal118223123
Binary1110110110111111111011
Octal166337173

Shades and tints

Shades of #76DF7B

#76DF7B
(118,223,123)
#6CCB70
(108,203,112)
#62B765
(98,183,101)
#58A35A
(88,163,90)
#4E8F4F
(78,143,79)
#447B44
(68,123,68)
#3A6739
(58,103,57)
#30532E
(48,83,46)
#263F23
(38,63,35)
#1C2B18
(28,43,24)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #76DF7B

#76DF7B
(118,223,123)
#82E187
(130,225,135)
#8EE393
(142,227,147)
#9AE59F
(154,229,159)
#A6E7AB
(166,231,171)
#B2E9B7
(178,233,183)
#BEEBC3
(190,235,195)
#CAEDCF
(202,237,207)
#D6EFDB
(214,239,219)
#E2F1E7
(226,241,231)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76DF7B; }

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

This text font color is #76DF7B.


Background Color

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

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

This div background color is #76DF7B.


Border color

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

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

This div border color is #76DF7B.


Opacity

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

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

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

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

This text has shadow with #76DF7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76DF7B on black background.


Color preview on white background

This text has color #76DF7B on white background.



Black color preview on #76DF7B background

This text has black color on #76DF7B background.


White color preview on #76DF7B background

This text has white color on #76DF7B background.