COLOR #76FD72

HEX: #76FD72
RGB: (118,253,114)

Renk bilgisi

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

RGB renk modeli

#76FD72 color RGB value is (118,253,114).

  • kırmız ton 118;
  • yeşil ton 253;
  • mavi ton 114.
RGB:
(118,253,114)
(46%,99%,45%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 253 of 255 = 99%
B 114 of 255 = 45%

118
253
114

R + G + B ~ 63%. #76FD72 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 253 + 114 = 485 (100%)
R 118 of 485 ~ 24.33%
G 253 of 485 ~ 52.16%
B 114 of 485 ~ 23.51%

%24.33
%52.16
%23.51

CMYK RENK MODELİ

#76FD72 rengi CMYK tonu (53,0,55,1).

  • camgöbeği tonu 53.36%
  • eflatun tonu 0.00%
  • sarı tonu 54.94%
  • ana renk tonu 0.78%
CMYK:
(53,0,55,1)
C53M0Y55K1 
(53%,0%,55%,1%)
(0.53/0.00/0.55/0.01)	

CMYK yüzdeleri

%53.36
%0
%54.94
%0.78

Codes

Color #76FD72 in popluar color models

76FD72
RGB118253114
HSL118°97.20%71.96%
HSB/HSV118°54.94%99.22%
CMYK53.36%0.00%54.94%
0.78%

Color #76FD72 in popluar number systems.

HEX76FD72
Decimal118253114
Binary1110110111111011110010
Octal166375162

Shades and tints

Shades of #76FD72

#76FD72
(118,253,114)
#6CE668
(108,230,104)
#62CF5E
(98,207,94)
#58B854
(88,184,84)
#4EA14A
(78,161,74)
#448A40
(68,138,64)
#3A7336
(58,115,54)
#305C2C
(48,92,44)
#264522
(38,69,34)
#1C2E18
(28,46,24)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #76FD72

#76FD72
(118,253,114)
#82FD7E
(130,253,126)
#8EFD8A
(142,253,138)
#9AFD96
(154,253,150)
#A6FDA2
(166,253,162)
#B2FDAE
(178,253,174)
#BEFDBA
(190,253,186)
#CAFDC6
(202,253,198)
#D6FDD2
(214,253,210)
#E2FDDE
(226,253,222)
#EEFDEA
(238,253,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76FD72 color. Also use rgb(118,253,114) instead hex code.

Text Font Color

.myTextColor { color: #76FD72; }

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

This text font color is #76FD72.


Background Color

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

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

This div background color is #76FD72.


Border color

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

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

This div border color is #76FD72.


Opacity

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

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

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

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

This text has shadow with #76FD72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76FD72 on black background.


Color preview on white background

This text has color #76FD72 on white background.



Black color preview on #76FD72 background

This text has black color on #76FD72 background.


White color preview on #76FD72 background

This text has white color on #76FD72 background.