COLOR #83E10A

HEX: #83E10A RGB: (131,225,10)

Color info

#83E10A contains mainly green color. Web safe color of #83E10A is #99CC00 (or #9C0).

RGB color model

#83E10A color RGB value is (131,225,10).

RGB: (131,225,10) (51%, 88%, 4%)

RGB channels and saturation

R 131 of 255 = 51%
G 225 of 255 = 88%
B 10 of 255 = 4%

131
225
10

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

Portions of RGB colors in percentages

R + G + B = 131 + 225 + 10 = 366 (100%)
R 131 of 366 ~ 35.79%
G 225 of 366 ~ 61.48%
B 10 of 366 ~ 2.73'%

%35.79
%61.48

CMYK color model

#83E10A color CMYK value is (42,0,96,12).

  • cyan value is 41.78%
  • magenta value is 0.00%
  • yellow value is 95.56%
  • key color value is 11.76%

CMYK: (42,0,96,12)
C42M0Y96K12 (42%, 0%, 96%, 12%)
(0.42 / 0.00 / 0.96 / 0.12)

CMYK percentages

%41.78
%0
%95.56
%11.76

Codes

Color #83E10A in popluar color models

83 E1 0A
RGB 131 225 10
HSL 86° 91.49% 46.08%
HSB/HSV 86° 95.56% 88.24%
CMYK 41.78% 0.00% 95.56%
11.76%

Color #83E10A in popluar number systems.

HEX 83 E1 0A
Decimal 131 225 10
Binary 10000011 11100001 1010
Octal 203 341 12

Shades and tints

Shades of #83E10A

#83E10A
(131,225,10)
#78CD0A
(120,205,10)
#6DB90A
(109,185,10)
#62A50A
(98,165,10)
#57910A
(87,145,10)
#4C7D0A
(76,125,10)
#41690A
(65,105,10)
#36550A
(54,85,10)
#2B410A
(43,65,10)
#202D0A
(32,45,10)
#15190A
(21,25,10)
#000000
(0,0,0)

Tints of #83E10A

#83E10A
(131,225,10)
#8EE320
(142,227,32)
#99E536
(153,229,54)
#A4E74C
(164,231,76)
#AFE962
(175,233,98)
#BAEB78
(186,235,120)
#C5ED8E
(197,237,142)
#D0EFA4
(208,239,164)
#DBF1BA
(219,241,186)
#E6F3D0
(230,243,208)
#F1F5E6
(241,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83E10A; }

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

This text font color is #83E10A.

Background Color

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

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

This div background color is #83E10A.

Border color

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

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

This div border color is #83E10A.

Opacity

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

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

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

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

This text has shadow with #83E10A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83E10A.

Preview

Color preview on black background

This text has color #83E10A on black background.


Color preview on white background

This text has color #83E10A on white background.


Black color preview on #83E10A background

This text has black color on #83E10A background.


White color preview on #83E10A background

This text has white color on #83E10A background.


Related colors

Complementary color

Complementary color for #83E10A is #7C1EF5.


I love getcolorcode.com

Triadic colors

1 #0A83E1 and #E10A83 with #83E10A are triadic colors.

2 #0AE183 and #E1830A with #83E10A are triadic colors.