COLOR #83E601

HEX: #83E601
RGB: (131,230,1)

Renk bilgisi

#83E601 contains mainly green color. #83E601 ‘ nin web güvenlik rengi #99CC00 (ya da #9C0) dir.

RGB renk modeli

#83E601 color RGB value is (131,230,1).

  • kırmız ton 131;
  • yeşil ton 230;
  • mavi ton 1.
RGB:
(131,230,1)
(51%,90%,0%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 230 of 255 = 90%
B 1 of 255 = 0%

131
230
1

R + G + B ~ 47%. #83E601 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 230 + 1 = 362 (100%)
R 131 of 362 ~ 36.19%
G 230 of 362 ~ 63.54%
B 1 of 362 ~ 0.28%

%36.19
%63.54

CMYK RENK MODELİ

#83E601 rengi CMYK tonu (43,0,100,10).

  • camgöbeği tonu 43.04%
  • eflatun tonu 0.00%
  • sarı tonu 99.57%
  • ana renk tonu 9.80%
CMYK:
(43,0,100,10)
C43M0Y100K10 
(43%,0%,100%,10%)
(0.43/0.00/1.00/0.10)	

CMYK yüzdeleri

%43.04
%0
%99.57
%9.8

Codes

Color #83E601 in popluar color models

83E601
RGB1312301
HSL86°99.13%45.29%
HSB/HSV86°99.57%90.20%
CMYK43.04%0.00%99.57%
9.80%

Color #83E601 in popluar number systems.

HEX83E601
Decimal1312301
Binary10000011111001101
Octal2033461

Shades and tints

Shades of #83E601

#83E601
(131,230,1)
#78D201
(120,210,1)
#6DBE01
(109,190,1)
#62AA01
(98,170,1)
#579601
(87,150,1)
#4C8201
(76,130,1)
#416E01
(65,110,1)
#365A01
(54,90,1)
#2B4601
(43,70,1)
#203201
(32,50,1)
#151E01
(21,30,1)
#000000
(0,0,0)

Tints of #83E601

#83E601
(131,230,1)
#8EE818
(142,232,24)
#99EA2F
(153,234,47)
#A4EC46
(164,236,70)
#AFEE5D
(175,238,93)
#BAF074
(186,240,116)
#C5F28B
(197,242,139)
#D0F4A2
(208,244,162)
#DBF6B9
(219,246,185)
#E6F8D0
(230,248,208)
#F1FAE7
(241,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83E601 color. Also use rgb(131,230,1) instead hex code.

Text Font Color

.myTextColor { color: #83E601; }

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

This text font color is #83E601.


Background Color

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

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

This div background color is #83E601.


Border color

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

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

This div border color is #83E601.


Opacity

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

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

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

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

This text has shadow with #83E601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83E601 on black background.


Color preview on white background

This text has color #83E601 on white background.



Black color preview on #83E601 background

This text has black color on #83E601 background.


White color preview on #83E601 background

This text has white color on #83E601 background.