COLOR #83D65D

HEX: #83D65D
RGB: (131,214,93)

Color info

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

RGB color model

#83D65D color RGB value is (131,214,93).

  • red value is 131;
  • green value is 214;
  • blue value is 93.
RGB:
(131,214,93)
(51%,84%,36%)

RGB channels and saturation

R 131 of 255 = 51%
G 214 of 255 = 84%
B 93 of 255 = 36%

131
214
93

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

Portions of RGB colors in percentages

R + G + B =
131 + 214 + 93 = 438 (100%)
R 131 of 438 ~ 29.91%
G 214 of 438 ~ 48.86%
B 93 of 438 ~ 21.23%

%29.91
%48.86
%21.23

CMYK color model

#83D65D color CMYK value is (39,0,57,16).

  • cyan value is 38.79%
  • magenta value is 0.00%
  • yellow value is 56.54%
  • key color value is 16.08%
CMYK:
(39,0,57,16)
C39M0Y57K16 
(39%,0%,57%,16%)
(0.39/0.00/0.57/0.16)	

CMYK percentages

%38.79
%0
%56.54
%16.08

Codes

Color #83D65D in popluar color models

83D65D
RGB13121493
HSL101°59.61%60.20%
HSB/HSV101°56.54%83.92%
CMYK38.79%0.00%56.54%
16.08%

Color #83D65D in popluar number systems.

HEX83D65D
Decimal13121493
Binary10000011110101101011101
Octal203326135

Shades and tints

Shades of #83D65D

#83D65D
(131,214,93)
#78C355
(120,195,85)
#6DB04D
(109,176,77)
#629D45
(98,157,69)
#578A3D
(87,138,61)
#4C7735
(76,119,53)
#41642D
(65,100,45)
#365125
(54,81,37)
#2B3E1D
(43,62,29)
#202B15
(32,43,21)
#15180D
(21,24,13)
#000000
(0,0,0)

Tints of #83D65D

#83D65D
(131,214,93)
#8ED96B
(142,217,107)
#99DC79
(153,220,121)
#A4DF87
(164,223,135)
#AFE295
(175,226,149)
#BAE5A3
(186,229,163)
#C5E8B1
(197,232,177)
#D0EBBF
(208,235,191)
#DBEECD
(219,238,205)
#E6F1DB
(230,241,219)
#F1F4E9
(241,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D65D; }

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

This text font color is #83D65D.


Background Color

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

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

This div background color is #83D65D.


Border color

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

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

This div border color is #83D65D.


Opacity

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

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

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

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

This text has shadow with #83D65D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D65D on black background.


Color preview on white background

This text has color #83D65D on white background.



Black color preview on #83D65D background

This text has black color on #83D65D background.


White color preview on #83D65D background

This text has white color on #83D65D background.