COLOR #80C85D

HEX: #80C85D
RGB: (128,200,93)

Renk bilgisi

#80C85D contains mainly green color. #80C85D ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#80C85D color RGB value is (128,200,93).

  • kırmız ton 128;
  • yeşil ton 200;
  • mavi ton 93.
RGB:
(128,200,93)
(50%,78%,36%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 200 of 255 = 78%
B 93 of 255 = 36%

128
200
93

R + G + B ~ 55%. #80C85D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 200 + 93 = 421 (100%)
R 128 of 421 ~ 30.4%
G 200 of 421 ~ 47.51%
B 93 of 421 ~ 22.09%

%30.4
%47.51
%22.09

CMYK RENK MODELİ

#80C85D rengi CMYK tonu (36,0,54,22).

  • camgöbeği tonu 36.00%
  • eflatun tonu 0.00%
  • sarı tonu 53.50%
  • ana renk tonu 21.57%
CMYK:
(36,0,54,22)
C36M0Y54K22 
(36%,0%,54%,22%)
(0.36/0.00/0.54/0.22)	

CMYK yüzdeleri

%36
%0
%53.5
%21.57

Codes

Color #80C85D in popluar color models

80C85D
RGB12820093
HSL100°49.31%57.45%
HSB/HSV100°53.50%78.43%
CMYK36.00%0.00%53.50%
21.57%

Color #80C85D in popluar number systems.

HEX80C85D
Decimal12820093
Binary10000000110010001011101
Octal200310135

Shades and tints

Shades of #80C85D

#80C85D
(128,200,93)
#75B655
(117,182,85)
#6AA44D
(106,164,77)
#5F9245
(95,146,69)
#54803D
(84,128,61)
#496E35
(73,110,53)
#3E5C2D
(62,92,45)
#334A25
(51,74,37)
#28381D
(40,56,29)
#1D2615
(29,38,21)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #80C85D

#80C85D
(128,200,93)
#8BCD6B
(139,205,107)
#96D279
(150,210,121)
#A1D787
(161,215,135)
#ACDC95
(172,220,149)
#B7E1A3
(183,225,163)
#C2E6B1
(194,230,177)
#CDEBBF
(205,235,191)
#D8F0CD
(216,240,205)
#E3F5DB
(227,245,219)
#EEFAE9
(238,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C85D color. Also use rgb(128,200,93) instead hex code.

Text Font Color

.myTextColor { color: #80C85D; }

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

This text font color is #80C85D.


Background Color

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

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

This div background color is #80C85D.


Border color

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

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

This div border color is #80C85D.


Opacity

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

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

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

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

This text has shadow with #80C85D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C85D on black background.


Color preview on white background

This text has color #80C85D on white background.



Black color preview on #80C85D background

This text has black color on #80C85D background.


White color preview on #80C85D background

This text has white color on #80C85D background.