COLOR #81D676

HEX: #81D676
RGB: (129,214,118)

Renk bilgisi

#81D676 contains mainly green color. #81D676 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#81D676 color RGB value is (129,214,118).

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

RGB bağlantıları ve doygunluk

R 129 of 255 = 51%
G 214 of 255 = 84%
B 118 of 255 = 46%

129
214
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
129 + 214 + 118 = 461 (100%)
R 129 of 461 ~ 27.98%
G 214 of 461 ~ 46.42%
B 118 of 461 ~ 25.6%

%27.98
%46.42
%25.6

CMYK RENK MODELİ

#81D676 rengi CMYK tonu (40,0,45,16).

  • camgöbeği tonu 39.72%
  • eflatun tonu 0.00%
  • sarı tonu 44.86%
  • ana renk tonu 16.08%
CMYK:
(40,0,45,16)
C40M0Y45K16 
(40%,0%,45%,16%)
(0.40/0.00/0.45/0.16)	

CMYK yüzdeleri

%39.72
%0
%44.86
%16.08

Codes

Color #81D676 in popluar color models

81D676
RGB129214118
HSL113°53.93%65.10%
HSB/HSV113°44.86%83.92%
CMYK39.72%0.00%44.86%
16.08%

Color #81D676 in popluar number systems.

HEX81D676
Decimal129214118
Binary10000001110101101110110
Octal201326166

Shades and tints

Shades of #81D676

#81D676
(129,214,118)
#76C36C
(118,195,108)
#6BB062
(107,176,98)
#609D58
(96,157,88)
#558A4E
(85,138,78)
#4A7744
(74,119,68)
#3F643A
(63,100,58)
#345130
(52,81,48)
#293E26
(41,62,38)
#1E2B1C
(30,43,28)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #81D676

#81D676
(129,214,118)
#8CD982
(140,217,130)
#97DC8E
(151,220,142)
#A2DF9A
(162,223,154)
#ADE2A6
(173,226,166)
#B8E5B2
(184,229,178)
#C3E8BE
(195,232,190)
#CEEBCA
(206,235,202)
#D9EED6
(217,238,214)
#E4F1E2
(228,241,226)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81D676 color. Also use rgb(129,214,118) instead hex code.

Text Font Color

.myTextColor { color: #81D676; }

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

This text font color is #81D676.


Background Color

.myBgColor { background-color: #81D676; }

<div style="background-color:#81D676">Inner text</div>

This div background color is #81D676.


Border color

.myBorderColor { border: 1px solid #81D676; }

<div style="border:3px solid #81D676">Div</div>

This div border color is #81D676.


Opacity

.myOpacity80 { color: #81D676; opacity: 0.8; }

<p style="color:#81D676;opacity:0.8;">80%</p>

Text with #81D676 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 #81D676;}

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

This text has shadow with #81D676 color.

.textShadow {text-shadow: 3px 3px 1px #81D676, 3px 3px 1px red;}

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

This text has shadow with #81D676 primary color and red secondary color.


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

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

This text has shadow with #81D676 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81D676 on black background.


Color preview on white background

This text has color #81D676 on white background.



Black color preview on #81D676 background

This text has black color on #81D676 background.


White color preview on #81D676 background

This text has white color on #81D676 background.