COLOR #83DB31

HEX: #83DB31
RGB: (131,219,49)

Color info

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

RGB color model

#83DB31 color RGB value is (131,219,49).

  • red value is 131;
  • green value is 219;
  • blue value is 49.
RGB:
(131,219,49)
(51%,86%,19%)

RGB channels and saturation

R 131 of 255 = 51%
G 219 of 255 = 86%
B 49 of 255 = 19%

131
219
49

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

Portions of RGB colors in percentages

R + G + B =
131 + 219 + 49 = 399 (100%)
R 131 of 399 ~ 32.83%
G 219 of 399 ~ 54.89%
B 49 of 399 ~ 12.28%

%32.83
%54.89
%12.28

CMYK color model

#83DB31 color CMYK value is (40,0,78,14).

  • cyan value is 40.18%
  • magenta value is 0.00%
  • yellow value is 77.63%
  • key color value is 14.12%
CMYK:
(40,0,78,14)
C40M0Y78K14 
(40%,0%,78%,14%)
(0.40/0.00/0.78/0.14)	

CMYK percentages

%40.18
%0
%77.63
%14.12

Codes

Color #83DB31 in popluar color models

83DB31
RGB13121949
HSL91°70.25%52.55%
HSB/HSV91°77.63%85.88%
CMYK40.18%0.00%77.63%
14.12%

Color #83DB31 in popluar number systems.

HEX83DB31
Decimal13121949
Binary1000001111011011110001
Octal20333361

Shades and tints

Shades of #83DB31

#83DB31
(131,219,49)
#78C82D
(120,200,45)
#6DB529
(109,181,41)
#62A225
(98,162,37)
#578F21
(87,143,33)
#4C7C1D
(76,124,29)
#416919
(65,105,25)
#365615
(54,86,21)
#2B4311
(43,67,17)
#20300D
(32,48,13)
#151D09
(21,29,9)
#000000
(0,0,0)

Tints of #83DB31

#83DB31
(131,219,49)
#8EDE43
(142,222,67)
#99E155
(153,225,85)
#A4E467
(164,228,103)
#AFE779
(175,231,121)
#BAEA8B
(186,234,139)
#C5ED9D
(197,237,157)
#D0F0AF
(208,240,175)
#DBF3C1
(219,243,193)
#E6F6D3
(230,246,211)
#F1F9E5
(241,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83DB31; }

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

This text font color is #83DB31.


Background Color

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

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

This div background color is #83DB31.


Border color

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

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

This div border color is #83DB31.


Opacity

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

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

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

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

This text has shadow with #83DB31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83DB31 on black background.


Color preview on white background

This text has color #83DB31 on white background.



Black color preview on #83DB31 background

This text has black color on #83DB31 background.


White color preview on #83DB31 background

This text has white color on #83DB31 background.