COLOR #83DA02

HEX: #83DA02
RGB: (131,218,2)

Color info

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

RGB color model

#83DA02 color RGB value is (131,218,2).

  • red value is 131;
  • green value is 218;
  • blue value is 2.
RGB:
(131,218,2)
(51%,85%,1%)

RGB channels and saturation

R 131 of 255 = 51%
G 218 of 255 = 85%
B 2 of 255 = 1%

131
218
2

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

Portions of RGB colors in percentages

R + G + B =
131 + 218 + 2 = 351 (100%)
R 131 of 351 ~ 37.32%
G 218 of 351 ~ 62.11%
B 2 of 351 ~ 0.57%

%37.32
%62.11

CMYK color model

#83DA02 color CMYK value is (40,0,99,15).

  • cyan value is 39.91%
  • magenta value is 0.00%
  • yellow value is 99.08%
  • key color value is 14.51%
CMYK:
(40,0,99,15)
C40M0Y99K15 
(40%,0%,99%,15%)
(0.40/0.00/0.99/0.15)	

CMYK percentages

%39.91
%0
%99.08
%14.51

Codes

Color #83DA02 in popluar color models

83DA02
RGB1312182
HSL84°98.18%43.14%
HSB/HSV84°99.08%85.49%
CMYK39.91%0.00%99.08%
14.51%

Color #83DA02 in popluar number systems.

HEX83DA02
Decimal1312182
Binary100000111101101010
Octal2033322

Shades and tints

Shades of #83DA02

#83DA02
(131,218,2)
#78C702
(120,199,2)
#6DB402
(109,180,2)
#62A102
(98,161,2)
#578E02
(87,142,2)
#4C7B02
(76,123,2)
#416802
(65,104,2)
#365502
(54,85,2)
#2B4202
(43,66,2)
#202F02
(32,47,2)
#151C02
(21,28,2)
#000000
(0,0,0)

Tints of #83DA02

#83DA02
(131,218,2)
#8EDD19
(142,221,25)
#99E030
(153,224,48)
#A4E347
(164,227,71)
#AFE65E
(175,230,94)
#BAE975
(186,233,117)
#C5EC8C
(197,236,140)
#D0EFA3
(208,239,163)
#DBF2BA
(219,242,186)
#E6F5D1
(230,245,209)
#F1F8E8
(241,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83DA02; }

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

This text font color is #83DA02.


Background Color

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

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

This div background color is #83DA02.


Border color

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

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

This div border color is #83DA02.


Opacity

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

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

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

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

This text has shadow with #83DA02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83DA02 on black background.


Color preview on white background

This text has color #83DA02 on white background.



Black color preview on #83DA02 background

This text has black color on #83DA02 background.


White color preview on #83DA02 background

This text has white color on #83DA02 background.