COLOR #80CA15

HEX: #80CA15
RGB: (128,202,21)

Renk bilgisi

#80CA15 contains mainly green color. #80CA15 ‘ nin web güvenlik rengi #66CC00 (ya da #6C0) dir.

RGB renk modeli

#80CA15 color RGB value is (128,202,21).

  • kırmız ton 128;
  • yeşil ton 202;
  • mavi ton 21.
RGB:
(128,202,21)
(50%,79%,8%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 202 of 255 = 79%
B 21 of 255 = 8%

128
202
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 202 + 21 = 351 (100%)
R 128 of 351 ~ 36.47%
G 202 of 351 ~ 57.55%
B 21 of 351 ~ 5.98%

%36.47
%57.55

CMYK RENK MODELİ

#80CA15 rengi CMYK tonu (37,0,90,21).

  • camgöbeği tonu 36.63%
  • eflatun tonu 0.00%
  • sarı tonu 89.60%
  • ana renk tonu 20.78%
CMYK:
(37,0,90,21)
C37M0Y90K21 
(37%,0%,90%,21%)
(0.37/0.00/0.90/0.21)	

CMYK yüzdeleri

%36.63
%0
%89.6
%20.78

Codes

Color #80CA15 in popluar color models

80CA15
RGB12820221
HSL85°81.17%43.73%
HSB/HSV85°89.60%79.22%
CMYK36.63%0.00%89.60%
20.78%

Color #80CA15 in popluar number systems.

HEX80CA15
Decimal12820221
Binary100000001100101010101
Octal20031225

Shades and tints

Shades of #80CA15

#80CA15
(128,202,21)
#75B814
(117,184,20)
#6AA613
(106,166,19)
#5F9412
(95,148,18)
#548211
(84,130,17)
#497010
(73,112,16)
#3E5E0F
(62,94,15)
#334C0E
(51,76,14)
#283A0D
(40,58,13)
#1D280C
(29,40,12)
#12160B
(18,22,11)
#000000
(0,0,0)

Tints of #80CA15

#80CA15
(128,202,21)
#8BCE2A
(139,206,42)
#96D23F
(150,210,63)
#A1D654
(161,214,84)
#ACDA69
(172,218,105)
#B7DE7E
(183,222,126)
#C2E293
(194,226,147)
#CDE6A8
(205,230,168)
#D8EABD
(216,234,189)
#E3EED2
(227,238,210)
#EEF2E7
(238,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80CA15 color. Also use rgb(128,202,21) instead hex code.

Text Font Color

.myTextColor { color: #80CA15; }

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

This text font color is #80CA15.


Background Color

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

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

This div background color is #80CA15.


Border color

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

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

This div border color is #80CA15.


Opacity

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

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

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

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

This text has shadow with #80CA15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80CA15 on black background.


Color preview on white background

This text has color #80CA15 on white background.



Black color preview on #80CA15 background

This text has black color on #80CA15 background.


White color preview on #80CA15 background

This text has white color on #80CA15 background.