COLOR #80C153

HEX: #80C153
RGB: (128,193,83)

Renk bilgisi

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

RGB renk modeli

#80C153 color RGB value is (128,193,83).

  • kırmız ton 128;
  • yeşil ton 193;
  • mavi ton 83.
RGB:
(128,193,83)
(50%,76%,33%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 193 of 255 = 76%
B 83 of 255 = 33%

128
193
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 193 + 83 = 404 (100%)
R 128 of 404 ~ 31.68%
G 193 of 404 ~ 47.77%
B 83 of 404 ~ 20.54%

%31.68
%47.77
%20.54

CMYK RENK MODELİ

#80C153 rengi CMYK tonu (34,0,57,24).

  • camgöbeği tonu 33.68%
  • eflatun tonu 0.00%
  • sarı tonu 56.99%
  • ana renk tonu 24.31%
CMYK:
(34,0,57,24)
C34M0Y57K24 
(34%,0%,57%,24%)
(0.34/0.00/0.57/0.24)	

CMYK yüzdeleri

%33.68
%0
%56.99
%24.31

Codes

Color #80C153 in popluar color models

80C153
RGB12819383
HSL95°47.01%54.12%
HSB/HSV95°56.99%75.69%
CMYK33.68%0.00%56.99%
24.31%

Color #80C153 in popluar number systems.

HEX80C153
Decimal12819383
Binary10000000110000011010011
Octal200301123

Shades and tints

Shades of #80C153

#80C153
(128,193,83)
#75B04C
(117,176,76)
#6A9F45
(106,159,69)
#5F8E3E
(95,142,62)
#547D37
(84,125,55)
#496C30
(73,108,48)
#3E5B29
(62,91,41)
#334A22
(51,74,34)
#28391B
(40,57,27)
#1D2814
(29,40,20)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #80C153

#80C153
(128,193,83)
#8BC662
(139,198,98)
#96CB71
(150,203,113)
#A1D080
(161,208,128)
#ACD58F
(172,213,143)
#B7DA9E
(183,218,158)
#C2DFAD
(194,223,173)
#CDE4BC
(205,228,188)
#D8E9CB
(216,233,203)
#E3EEDA
(227,238,218)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C153 color. Also use rgb(128,193,83) instead hex code.

Text Font Color

.myTextColor { color: #80C153; }

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

This text font color is #80C153.


Background Color

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

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

This div background color is #80C153.


Border color

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

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

This div border color is #80C153.


Opacity

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

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

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

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

This text has shadow with #80C153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C153 on black background.


Color preview on white background

This text has color #80C153 on white background.



Black color preview on #80C153 background

This text has black color on #80C153 background.


White color preview on #80C153 background

This text has white color on #80C153 background.