COLOR #80B251

HEX: #80B251
RGB: (128,178,81)

Renk bilgisi

#80B251 contains mainly red and green colors. #80B251 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#80B251 color RGB value is (128,178,81).

  • kırmız ton 128;
  • yeşil ton 178;
  • mavi ton 81.
RGB:
(128,178,81)
(50%,70%,32%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 178 of 255 = 70%
B 81 of 255 = 32%

128
178
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 178 + 81 = 387 (100%)
R 128 of 387 ~ 33.07%
G 178 of 387 ~ 45.99%
B 81 of 387 ~ 20.93%

%33.07
%45.99
%20.93

CMYK RENK MODELİ

#80B251 rengi CMYK tonu (28,0,54,30).

  • camgöbeği tonu 28.09%
  • eflatun tonu 0.00%
  • sarı tonu 54.49%
  • ana renk tonu 30.20%
CMYK:
(28,0,54,30)
C28M0Y54K30 
(28%,0%,54%,30%)
(0.28/0.00/0.54/0.30)	

CMYK yüzdeleri

%28.09
%0
%54.49
%30.2

Codes

Color #80B251 in popluar color models

80B251
RGB12817881
HSL91°38.65%50.78%
HSB/HSV91°54.49%69.80%
CMYK28.09%0.00%54.49%
30.20%

Color #80B251 in popluar number systems.

HEX80B251
Decimal12817881
Binary10000000101100101010001
Octal200262121

Shades and tints

Shades of #80B251

#80B251
(128,178,81)
#75A24A
(117,162,74)
#6A9243
(106,146,67)
#5F823C
(95,130,60)
#547235
(84,114,53)
#49622E
(73,98,46)
#3E5227
(62,82,39)
#334220
(51,66,32)
#283219
(40,50,25)
#1D2212
(29,34,18)
#12120B
(18,18,11)
#000000
(0,0,0)

Tints of #80B251

#80B251
(128,178,81)
#8BB960
(139,185,96)
#96C06F
(150,192,111)
#A1C77E
(161,199,126)
#ACCE8D
(172,206,141)
#B7D59C
(183,213,156)
#C2DCAB
(194,220,171)
#CDE3BA
(205,227,186)
#D8EAC9
(216,234,201)
#E3F1D8
(227,241,216)
#EEF8E7
(238,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B251 color. Also use rgb(128,178,81) instead hex code.

Text Font Color

.myTextColor { color: #80B251; }

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

This text font color is #80B251.


Background Color

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

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

This div background color is #80B251.


Border color

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

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

This div border color is #80B251.


Opacity

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

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

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

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

This text has shadow with #80B251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B251 on black background.


Color preview on white background

This text has color #80B251 on white background.



Black color preview on #80B251 background

This text has black color on #80B251 background.


White color preview on #80B251 background

This text has white color on #80B251 background.