COLOR #76E181

HEX: #76E181
RGB: (118,225,129)

Renk bilgisi

#76E181 contains mainly green color. #76E181 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#76E181 color RGB value is (118,225,129).

  • kırmız ton 118;
  • yeşil ton 225;
  • mavi ton 129.
RGB:
(118,225,129)
(46%,88%,51%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 225 of 255 = 88%
B 129 of 255 = 51%

118
225
129

R + G + B ~ 62%. #76E181 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 225 + 129 = 472 (100%)
R 118 of 472 ~ 25%
G 225 of 472 ~ 47.67%
B 129 of 472 ~ 27.33%

%25
%47.67
%27.33

CMYK RENK MODELİ

#76E181 rengi CMYK tonu (48,0,43,12).

  • camgöbeği tonu 47.56%
  • eflatun tonu 0.00%
  • sarı tonu 42.67%
  • ana renk tonu 11.76%
CMYK:
(48,0,43,12)
C48M0Y43K12 
(48%,0%,43%,12%)
(0.48/0.00/0.43/0.12)	

CMYK yüzdeleri

%47.56
%0
%42.67
%11.76

Codes

Color #76E181 in popluar color models

76E181
RGB118225129
HSL126°64.07%67.25%
HSB/HSV126°47.56%88.24%
CMYK47.56%0.00%42.67%
11.76%

Color #76E181 in popluar number systems.

HEX76E181
Decimal118225129
Binary11101101110000110000001
Octal166341201

Shades and tints

Shades of #76E181

#76E181
(118,225,129)
#6CCD76
(108,205,118)
#62B96B
(98,185,107)
#58A560
(88,165,96)
#4E9155
(78,145,85)
#447D4A
(68,125,74)
#3A693F
(58,105,63)
#305534
(48,85,52)
#264129
(38,65,41)
#1C2D1E
(28,45,30)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #76E181

#76E181
(118,225,129)
#82E38C
(130,227,140)
#8EE597
(142,229,151)
#9AE7A2
(154,231,162)
#A6E9AD
(166,233,173)
#B2EBB8
(178,235,184)
#BEEDC3
(190,237,195)
#CAEFCE
(202,239,206)
#D6F1D9
(214,241,217)
#E2F3E4
(226,243,228)
#EEF5EF
(238,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76E181 color. Also use rgb(118,225,129) instead hex code.

Text Font Color

.myTextColor { color: #76E181; }

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

This text font color is #76E181.


Background Color

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

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

This div background color is #76E181.


Border color

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

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

This div border color is #76E181.


Opacity

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

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

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

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

This text has shadow with #76E181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76E181 on black background.


Color preview on white background

This text has color #76E181 on white background.



Black color preview on #76E181 background

This text has black color on #76E181 background.


White color preview on #76E181 background

This text has white color on #76E181 background.