COLOR #83DC2D

HEX: #83DC2D
RGB: (131,220,45)

Color info

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

RGB color model

#83DC2D color RGB value is (131,220,45).

  • red value is 131;
  • green value is 220;
  • blue value is 45.
RGB:
(131,220,45)
(51%,86%,18%)

RGB channels and saturation

R 131 of 255 = 51%
G 220 of 255 = 86%
B 45 of 255 = 18%

131
220
45

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

Portions of RGB colors in percentages

R + G + B =
131 + 220 + 45 = 396 (100%)
R 131 of 396 ~ 33.08%
G 220 of 396 ~ 55.56%
B 45 of 396 ~ 11.36%

%33.08
%55.56
%11.36

CMYK color model

#83DC2D color CMYK value is (40,0,80,14).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 79.55%
  • key color value is 13.73%
CMYK:
(40,0,80,14)
C40M0Y80K14 
(40%,0%,80%,14%)
(0.40/0.00/0.80/0.14)	

CMYK percentages

%40.45
%0
%79.55
%13.73

Codes

Color #83DC2D in popluar color models

83DC2D
RGB13122045
HSL91°71.43%51.96%
HSB/HSV91°79.55%86.27%
CMYK40.45%0.00%79.55%
13.73%

Color #83DC2D in popluar number systems.

HEX83DC2D
Decimal13122045
Binary1000001111011100101101
Octal20333455

Shades and tints

Shades of #83DC2D

#83DC2D
(131,220,45)
#78C829
(120,200,41)
#6DB425
(109,180,37)
#62A021
(98,160,33)
#578C1D
(87,140,29)
#4C7819
(76,120,25)
#416415
(65,100,21)
#365011
(54,80,17)
#2B3C0D
(43,60,13)
#202809
(32,40,9)
#151405
(21,20,5)
#000000
(0,0,0)

Tints of #83DC2D

#83DC2D
(131,220,45)
#8EDF40
(142,223,64)
#99E253
(153,226,83)
#A4E566
(164,229,102)
#AFE879
(175,232,121)
#BAEB8C
(186,235,140)
#C5EE9F
(197,238,159)
#D0F1B2
(208,241,178)
#DBF4C5
(219,244,197)
#E6F7D8
(230,247,216)
#F1FAEB
(241,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83DC2D; }

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

This text font color is #83DC2D.


Background Color

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

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

This div background color is #83DC2D.


Border color

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

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

This div border color is #83DC2D.


Opacity

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

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

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

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

This text has shadow with #83DC2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83DC2D on black background.


Color preview on white background

This text has color #83DC2D on white background.



Black color preview on #83DC2D background

This text has black color on #83DC2D background.


White color preview on #83DC2D background

This text has white color on #83DC2D background.