COLOR #80FF57

HEX: #80FF57
RGB: (128,255,87)

Renk bilgisi

#80FF57 contains mainly green color. #80FF57 ‘ nin web güvenlik rengi #66FF66 (ya da #6F6) dir.

RGB renk modeli

#80FF57 color RGB value is (128,255,87).

  • kırmız ton 128;
  • yeşil ton 255;
  • mavi ton 87.
RGB:
(128,255,87)
(50%,100%,34%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 255 of 255 = 100%
B 87 of 255 = 34%

128
255
87

R + G + B ~ 61%. #80FF57 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 255 + 87 = 470 (100%)
R 128 of 470 ~ 27.23%
G 255 of 470 ~ 54.26%
B 87 of 470 ~ 18.51%

%27.23
%54.26
%18.51

CMYK RENK MODELİ

#80FF57 rengi CMYK tonu (50,0,66,0).

  • camgöbeği tonu 49.80%
  • eflatun tonu 0.00%
  • sarı tonu 65.88%
  • ana renk tonu 0.00%
CMYK:
(50,0,66,0)
C50M0Y66K0 
(50%,0%,66%,0%)
(0.50/0.00/0.66/0.00)	

CMYK yüzdeleri

%49.8
%0
%65.88
%0

Codes

Color #80FF57 in popluar color models

80FF57
RGB12825587
HSL105°100.00%67.06%
HSB/HSV105°65.88%100.00%
CMYK49.80%0.00%65.88%
0.00%

Color #80FF57 in popluar number systems.

HEX80FF57
Decimal12825587
Binary10000000111111111010111
Octal200377127

Shades and tints

Shades of #80FF57

#80FF57
(128,255,87)
#75E850
(117,232,80)
#6AD149
(106,209,73)
#5FBA42
(95,186,66)
#54A33B
(84,163,59)
#498C34
(73,140,52)
#3E752D
(62,117,45)
#335E26
(51,94,38)
#28471F
(40,71,31)
#1D3018
(29,48,24)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #80FF57

#80FF57
(128,255,87)
#8BFF66
(139,255,102)
#96FF75
(150,255,117)
#A1FF84
(161,255,132)
#ACFF93
(172,255,147)
#B7FFA2
(183,255,162)
#C2FFB1
(194,255,177)
#CDFFC0
(205,255,192)
#D8FFCF
(216,255,207)
#E3FFDE
(227,255,222)
#EEFFED
(238,255,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80FF57 color. Also use rgb(128,255,87) instead hex code.

Text Font Color

.myTextColor { color: #80FF57; }

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

This text font color is #80FF57.


Background Color

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

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

This div background color is #80FF57.


Border color

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

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

This div border color is #80FF57.


Opacity

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

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

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

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

This text has shadow with #80FF57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80FF57 on black background.


Color preview on white background

This text has color #80FF57 on white background.



Black color preview on #80FF57 background

This text has black color on #80FF57 background.


White color preview on #80FF57 background

This text has white color on #80FF57 background.