COLOR #76D475

HEX: #76D475
RGB: (118,212,117)

Renk bilgisi

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

RGB renk modeli

#76D475 color RGB value is (118,212,117).

  • kırmız ton 118;
  • yeşil ton 212;
  • mavi ton 117.
RGB:
(118,212,117)
(46%,83%,46%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 212 of 255 = 83%
B 117 of 255 = 46%

118
212
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 212 + 117 = 447 (100%)
R 118 of 447 ~ 26.4%
G 212 of 447 ~ 47.43%
B 117 of 447 ~ 26.17%

%26.4
%47.43
%26.17

CMYK RENK MODELİ

#76D475 rengi CMYK tonu (44,0,45,17).

  • camgöbeği tonu 44.34%
  • eflatun tonu 0.00%
  • sarı tonu 44.81%
  • ana renk tonu 16.86%
CMYK:
(44,0,45,17)
C44M0Y45K17 
(44%,0%,45%,17%)
(0.44/0.00/0.45/0.17)	

CMYK yüzdeleri

%44.34
%0
%44.81
%16.86

Codes

Color #76D475 in popluar color models

76D475
RGB118212117
HSL119°52.49%64.51%
HSB/HSV119°44.81%83.14%
CMYK44.34%0.00%44.81%
16.86%

Color #76D475 in popluar number systems.

HEX76D475
Decimal118212117
Binary1110110110101001110101
Octal166324165

Shades and tints

Shades of #76D475

#76D475
(118,212,117)
#6CC16B
(108,193,107)
#62AE61
(98,174,97)
#589B57
(88,155,87)
#4E884D
(78,136,77)
#447543
(68,117,67)
#3A6239
(58,98,57)
#304F2F
(48,79,47)
#263C25
(38,60,37)
#1C291B
(28,41,27)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #76D475

#76D475
(118,212,117)
#82D781
(130,215,129)
#8EDA8D
(142,218,141)
#9ADD99
(154,221,153)
#A6E0A5
(166,224,165)
#B2E3B1
(178,227,177)
#BEE6BD
(190,230,189)
#CAE9C9
(202,233,201)
#D6ECD5
(214,236,213)
#E2EFE1
(226,239,225)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76D475 color. Also use rgb(118,212,117) instead hex code.

Text Font Color

.myTextColor { color: #76D475; }

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

This text font color is #76D475.


Background Color

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

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

This div background color is #76D475.


Border color

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

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

This div border color is #76D475.


Opacity

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

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

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

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

This text has shadow with #76D475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D475 on black background.


Color preview on white background

This text has color #76D475 on white background.



Black color preview on #76D475 background

This text has black color on #76D475 background.


White color preview on #76D475 background

This text has white color on #76D475 background.