COLOR #80D58E

HEX: #80D58E
RGB: (128,213,142)

Renk bilgisi

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

RGB renk modeli

#80D58E color RGB value is (128,213,142).

  • kırmız ton 128;
  • yeşil ton 213;
  • mavi ton 142.
RGB:
(128,213,142)
(50%,84%,56%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 213 of 255 = 84%
B 142 of 255 = 56%

128
213
142

R + G + B ~ 63%. #80D58E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 213 + 142 = 483 (100%)
R 128 of 483 ~ 26.5%
G 213 of 483 ~ 44.1%
B 142 of 483 ~ 29.4%

%26.5
%44.1
%29.4

CMYK RENK MODELİ

#80D58E rengi CMYK tonu (40,0,33,16).

  • camgöbeği tonu 39.91%
  • eflatun tonu 0.00%
  • sarı tonu 33.33%
  • ana renk tonu 16.47%
CMYK:
(40,0,33,16)
C40M0Y33K16 
(40%,0%,33%,16%)
(0.40/0.00/0.33/0.16)	

CMYK yüzdeleri

%39.91
%0
%33.33
%16.47

Codes

Color #80D58E in popluar color models

80D58E
RGB128213142
HSL130°50.30%66.86%
HSB/HSV130°39.91%83.53%
CMYK39.91%0.00%33.33%
16.47%

Color #80D58E in popluar number systems.

HEX80D58E
Decimal128213142
Binary100000001101010110001110
Octal200325216

Shades and tints

Shades of #80D58E

#80D58E
(128,213,142)
#75C282
(117,194,130)
#6AAF76
(106,175,118)
#5F9C6A
(95,156,106)
#54895E
(84,137,94)
#497652
(73,118,82)
#3E6346
(62,99,70)
#33503A
(51,80,58)
#283D2E
(40,61,46)
#1D2A22
(29,42,34)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #80D58E

#80D58E
(128,213,142)
#8BD898
(139,216,152)
#96DBA2
(150,219,162)
#A1DEAC
(161,222,172)
#ACE1B6
(172,225,182)
#B7E4C0
(183,228,192)
#C2E7CA
(194,231,202)
#CDEAD4
(205,234,212)
#D8EDDE
(216,237,222)
#E3F0E8
(227,240,232)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D58E color. Also use rgb(128,213,142) instead hex code.

Text Font Color

.myTextColor { color: #80D58E; }

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

This text font color is #80D58E.


Background Color

.myBgColor { background-color: #80D58E; }

<div style="background-color:#80D58E">Inner text</div>

This div background color is #80D58E.


Border color

.myBorderColor { border: 1px solid #80D58E; }

<div style="border:3px solid #80D58E">Div</div>

This div border color is #80D58E.


Opacity

.myOpacity80 { color: #80D58E; opacity: 0.8; }

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

Text with #80D58E 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 #80D58E;}

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

This text has shadow with #80D58E color.

.textShadow {text-shadow: 3px 3px 1px #80D58E, 3px 3px 1px red;}

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

This text has shadow with #80D58E primary color and red secondary color.


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

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

This text has shadow with #80D58E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D58E on black background.


Color preview on white background

This text has color #80D58E on white background.



Black color preview on #80D58E background

This text has black color on #80D58E background.


White color preview on #80D58E background

This text has white color on #80D58E background.