COLOR #80F41C

HEX: #80F41C
RGB: (128,244,28)

Renk bilgisi

#80F41C contains mainly green color. #80F41C ‘ nin web güvenlik rengi #66FF33 (ya da #6F3) dir.

RGB renk modeli

#80F41C color RGB value is (128,244,28).

  • kırmız ton 128;
  • yeşil ton 244;
  • mavi ton 28.
RGB:
(128,244,28)
(50%,96%,11%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 244 of 255 = 96%
B 28 of 255 = 11%

128
244
28

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 244 + 28 = 400 (100%)
R 128 of 400 ~ 32%
G 244 of 400 ~ 61%
B 28 of 400 ~ 7%

%32
%61

CMYK RENK MODELİ

#80F41C rengi CMYK tonu (48,0,89,4).

  • camgöbeği tonu 47.54%
  • eflatun tonu 0.00%
  • sarı tonu 88.52%
  • ana renk tonu 4.31%
CMYK:
(48,0,89,4)
C48M0Y89K4 
(48%,0%,89%,4%)
(0.48/0.00/0.89/0.04)	

CMYK yüzdeleri

%47.54
%0
%88.52
%4.31

Codes

Color #80F41C in popluar color models

80F41C
RGB12824428
HSL92°90.76%53.33%
HSB/HSV92°88.52%95.69%
CMYK47.54%0.00%88.52%
4.31%

Color #80F41C in popluar number systems.

HEX80F41C
Decimal12824428
Binary100000001111010011100
Octal20036434

Shades and tints

Shades of #80F41C

#80F41C
(128,244,28)
#75DE1A
(117,222,26)
#6AC818
(106,200,24)
#5FB216
(95,178,22)
#549C14
(84,156,20)
#498612
(73,134,18)
#3E7010
(62,112,16)
#335A0E
(51,90,14)
#28440C
(40,68,12)
#1D2E0A
(29,46,10)
#121808
(18,24,8)
#000000
(0,0,0)

Tints of #80F41C

#80F41C
(128,244,28)
#8BF530
(139,245,48)
#96F644
(150,246,68)
#A1F758
(161,247,88)
#ACF86C
(172,248,108)
#B7F980
(183,249,128)
#C2FA94
(194,250,148)
#CDFBA8
(205,251,168)
#D8FCBC
(216,252,188)
#E3FDD0
(227,253,208)
#EEFEE4
(238,254,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80F41C color. Also use rgb(128,244,28) instead hex code.

Text Font Color

.myTextColor { color: #80F41C; }

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

This text font color is #80F41C.


Background Color

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

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

This div background color is #80F41C.


Border color

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

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

This div border color is #80F41C.


Opacity

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

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

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

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

This text has shadow with #80F41C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80F41C on black background.


Color preview on white background

This text has color #80F41C on white background.



Black color preview on #80F41C background

This text has black color on #80F41C background.


White color preview on #80F41C background

This text has white color on #80F41C background.