COLOR #83EC73

HEX: #83EC73
RGB: (131,236,115)

Renk bilgisi

#83EC73 contains mainly green color. #83EC73 ‘ nin web güvenlik rengi #99FF66 (ya da #9F6) dir.

RGB renk modeli

#83EC73 color RGB value is (131,236,115).

  • kırmız ton 131;
  • yeşil ton 236;
  • mavi ton 115.
RGB:
(131,236,115)
(51%,93%,45%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 236 of 255 = 93%
B 115 of 255 = 45%

131
236
115

R + G + B ~ 63%. #83EC73 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 236 + 115 = 482 (100%)
R 131 of 482 ~ 27.18%
G 236 of 482 ~ 48.96%
B 115 of 482 ~ 23.86%

%27.18
%48.96
%23.86

CMYK RENK MODELİ

#83EC73 rengi CMYK tonu (44,0,51,7).

  • camgöbeği tonu 44.49%
  • eflatun tonu 0.00%
  • sarı tonu 51.27%
  • ana renk tonu 7.45%
CMYK:
(44,0,51,7)
C44M0Y51K7 
(44%,0%,51%,7%)
(0.44/0.00/0.51/0.07)	

CMYK yüzdeleri

%44.49
%0
%51.27
%7.45

Codes

Color #83EC73 in popluar color models

83EC73
RGB131236115
HSL112°76.10%68.82%
HSB/HSV112°51.27%92.55%
CMYK44.49%0.00%51.27%
7.45%

Color #83EC73 in popluar number systems.

HEX83EC73
Decimal131236115
Binary10000011111011001110011
Octal203354163

Shades and tints

Shades of #83EC73

#83EC73
(131,236,115)
#78D769
(120,215,105)
#6DC25F
(109,194,95)
#62AD55
(98,173,85)
#57984B
(87,152,75)
#4C8341
(76,131,65)
#416E37
(65,110,55)
#36592D
(54,89,45)
#2B4423
(43,68,35)
#202F19
(32,47,25)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #83EC73

#83EC73
(131,236,115)
#8EED7F
(142,237,127)
#99EE8B
(153,238,139)
#A4EF97
(164,239,151)
#AFF0A3
(175,240,163)
#BAF1AF
(186,241,175)
#C5F2BB
(197,242,187)
#D0F3C7
(208,243,199)
#DBF4D3
(219,244,211)
#E6F5DF
(230,245,223)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83EC73 color. Also use rgb(131,236,115) instead hex code.

Text Font Color

.myTextColor { color: #83EC73; }

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

This text font color is #83EC73.


Background Color

.myBgColor { background-color: #83EC73; }

<div style="background-color:#83EC73">Inner text</div>

This div background color is #83EC73.


Border color

.myBorderColor { border: 1px solid #83EC73; }

<div style="border:3px solid #83EC73">Div</div>

This div border color is #83EC73.


Opacity

.myOpacity80 { color: #83EC73; opacity: 0.8; }

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

Text with #83EC73 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 #83EC73;}

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

This text has shadow with #83EC73 color.

.textShadow {text-shadow: 3px 3px 1px #83EC73, 3px 3px 1px red;}

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

This text has shadow with #83EC73 primary color and red secondary color.


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

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

This text has shadow with #83EC73 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83EC73 on black background.


Color preview on white background

This text has color #83EC73 on white background.



Black color preview on #83EC73 background

This text has black color on #83EC73 background.


White color preview on #83EC73 background

This text has white color on #83EC73 background.