COLOR #76E91D

HEX: #76E91D
RGB: (118,233,29)

Renk bilgisi

#76E91D contains mainly green color. #76E91D ‘ nin web güvenlik rengi #66FF33 (ya da #6F3) dir.

RGB renk modeli

#76E91D color RGB value is (118,233,29).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 233 of 255 = 91%
B 29 of 255 = 11%

118
233
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 233 + 29 = 380 (100%)
R 118 of 380 ~ 31.05%
G 233 of 380 ~ 61.32%
B 29 of 380 ~ 7.63%

%31.05
%61.32

CMYK RENK MODELİ

#76E91D rengi CMYK tonu (49,0,88,9).

  • camgöbeği tonu 49.36%
  • eflatun tonu 0.00%
  • sarı tonu 87.55%
  • ana renk tonu 8.63%
CMYK:
(49,0,88,9)
C49M0Y88K9 
(49%,0%,88%,9%)
(0.49/0.00/0.88/0.09)	

CMYK yüzdeleri

%49.36
%0
%87.55
%8.63

Codes

Color #76E91D in popluar color models

76E91D
RGB11823329
HSL94°82.26%51.37%
HSB/HSV94°87.55%91.37%
CMYK49.36%0.00%87.55%
8.63%

Color #76E91D in popluar number systems.

HEX76E91D
Decimal11823329
Binary11101101110100111101
Octal16635135

Shades and tints

Shades of #76E91D

#76E91D
(118,233,29)
#6CD41B
(108,212,27)
#62BF19
(98,191,25)
#58AA17
(88,170,23)
#4E9515
(78,149,21)
#448013
(68,128,19)
#3A6B11
(58,107,17)
#30560F
(48,86,15)
#26410D
(38,65,13)
#1C2C0B
(28,44,11)
#121709
(18,23,9)
#000000
(0,0,0)

Tints of #76E91D

#76E91D
(118,233,29)
#82EB31
(130,235,49)
#8EED45
(142,237,69)
#9AEF59
(154,239,89)
#A6F16D
(166,241,109)
#B2F381
(178,243,129)
#BEF595
(190,245,149)
#CAF7A9
(202,247,169)
#D6F9BD
(214,249,189)
#E2FBD1
(226,251,209)
#EEFDE5
(238,253,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76E91D; }

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

This text font color is #76E91D.


Background Color

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

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

This div background color is #76E91D.


Border color

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

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

This div border color is #76E91D.


Opacity

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

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

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

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

This text has shadow with #76E91D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76E91D on black background.


Color preview on white background

This text has color #76E91D on white background.



Black color preview on #76E91D background

This text has black color on #76E91D background.


White color preview on #76E91D background

This text has white color on #76E91D background.