COLOR #83E053

HEX: #83E053
RGB: (131,224,83)

Color info

#83E053 contains mainly green color. Web safe color of #83E053 is #99CC66 (or #9C6).

RGB color model

#83E053 color RGB value is (131,224,83).

  • red value is 131;
  • green value is 224;
  • blue value is 83.
RGB:
(131,224,83)
(51%,88%,33%)

RGB channels and saturation

R 131 of 255 = 51%
G 224 of 255 = 88%
B 83 of 255 = 33%

131
224
83

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

Portions of RGB colors in percentages

R + G + B =
131 + 224 + 83 = 438 (100%)
R 131 of 438 ~ 29.91%
G 224 of 438 ~ 51.14%
B 83 of 438 ~ 18.95%

%29.91
%51.14
%18.95

CMYK color model

#83E053 color CMYK value is (42,0,63,12).

  • cyan value is 41.52%
  • magenta value is 0.00%
  • yellow value is 62.95%
  • key color value is 12.16%
CMYK:
(42,0,63,12)
C42M0Y63K12 
(42%,0%,63%,12%)
(0.42/0.00/0.63/0.12)	

CMYK percentages

%41.52
%0
%62.95
%12.16

Codes

Color #83E053 in popluar color models

83E053
RGB13122483
HSL100°69.46%60.20%
HSB/HSV100°62.95%87.84%
CMYK41.52%0.00%62.95%
12.16%

Color #83E053 in popluar number systems.

HEX83E053
Decimal13122483
Binary10000011111000001010011
Octal203340123

Shades and tints

Shades of #83E053

#83E053
(131,224,83)
#78CC4C
(120,204,76)
#6DB845
(109,184,69)
#62A43E
(98,164,62)
#579037
(87,144,55)
#4C7C30
(76,124,48)
#416829
(65,104,41)
#365422
(54,84,34)
#2B401B
(43,64,27)
#202C14
(32,44,20)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #83E053

#83E053
(131,224,83)
#8EE262
(142,226,98)
#99E471
(153,228,113)
#A4E680
(164,230,128)
#AFE88F
(175,232,143)
#BAEA9E
(186,234,158)
#C5ECAD
(197,236,173)
#D0EEBC
(208,238,188)
#DBF0CB
(219,240,203)
#E6F2DA
(230,242,218)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83E053; }

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

This text font color is #83E053.


Background Color

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

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

This div background color is #83E053.


Border color

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

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

This div border color is #83E053.


Opacity

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

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

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

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

This text has shadow with #83E053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83E053 on black background.


Color preview on white background

This text has color #83E053 on white background.



Black color preview on #83E053 background

This text has black color on #83E053 background.


White color preview on #83E053 background

This text has white color on #83E053 background.