COLOR #83E11D

HEX: #83E11D
RGB: (131,225,29)

Color info

#83E11D contains mainly green color. Web safe color of #83E11D is #99CC33 (or #9C3).

RGB color model

#83E11D color RGB value is (131,225,29).

  • red value is 131;
  • green value is 225;
  • blue value is 29.
RGB:
(131,225,29)
(51%,88%,11%)

RGB channels and saturation

R 131 of 255 = 51%
G 225 of 255 = 88%
B 29 of 255 = 11%

131
225
29

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

Portions of RGB colors in percentages

R + G + B =
131 + 225 + 29 = 385 (100%)
R 131 of 385 ~ 34.03%
G 225 of 385 ~ 58.44%
B 29 of 385 ~ 7.53%

%34.03
%58.44

CMYK color model

#83E11D color CMYK value is (42,0,87,12).

  • cyan value is 41.78%
  • magenta value is 0.00%
  • yellow value is 87.11%
  • key color value is 11.76%
CMYK:
(42,0,87,12)
C42M0Y87K12 
(42%,0%,87%,12%)
(0.42/0.00/0.87/0.12)	

CMYK percentages

%41.78
%0
%87.11
%11.76

Codes

Color #83E11D in popluar color models

83E11D
RGB13122529
HSL89°77.17%49.80%
HSB/HSV89°87.11%88.24%
CMYK41.78%0.00%87.11%
11.76%

Color #83E11D in popluar number systems.

HEX83E11D
Decimal13122529
Binary100000111110000111101
Octal20334135

Shades and tints

Shades of #83E11D

#83E11D
(131,225,29)
#78CD1B
(120,205,27)
#6DB919
(109,185,25)
#62A517
(98,165,23)
#579115
(87,145,21)
#4C7D13
(76,125,19)
#416911
(65,105,17)
#36550F
(54,85,15)
#2B410D
(43,65,13)
#202D0B
(32,45,11)
#151909
(21,25,9)
#000000
(0,0,0)

Tints of #83E11D

#83E11D
(131,225,29)
#8EE331
(142,227,49)
#99E545
(153,229,69)
#A4E759
(164,231,89)
#AFE96D
(175,233,109)
#BAEB81
(186,235,129)
#C5ED95
(197,237,149)
#D0EFA9
(208,239,169)
#DBF1BD
(219,241,189)
#E6F3D1
(230,243,209)
#F1F5E5
(241,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83E11D color. Also use rgb(131,225,29) instead hex code.

Text Font Color

.myTextColor { color: #83E11D; }

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

This text font color is #83E11D.


Background Color

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

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

This div background color is #83E11D.


Border color

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

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

This div border color is #83E11D.


Opacity

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

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

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

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

This text has shadow with #83E11D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83E11D on black background.


Color preview on white background

This text has color #83E11D on white background.



Black color preview on #83E11D background

This text has black color on #83E11D background.


White color preview on #83E11D background

This text has white color on #83E11D background.