COLOR #83D84B

HEX: #83D84B
RGB: (131,216,75)

Color info

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

RGB color model

#83D84B color RGB value is (131,216,75).

  • red value is 131;
  • green value is 216;
  • blue value is 75.
RGB:
(131,216,75)
(51%,85%,29%)

RGB channels and saturation

R 131 of 255 = 51%
G 216 of 255 = 85%
B 75 of 255 = 29%

131
216
75

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

Portions of RGB colors in percentages

R + G + B =
131 + 216 + 75 = 422 (100%)
R 131 of 422 ~ 31.04%
G 216 of 422 ~ 51.18%
B 75 of 422 ~ 17.77%

%31.04
%51.18
%17.77

CMYK color model

#83D84B color CMYK value is (39,0,65,15).

  • cyan value is 39.35%
  • magenta value is 0.00%
  • yellow value is 65.28%
  • key color value is 15.29%
CMYK:
(39,0,65,15)
C39M0Y65K15 
(39%,0%,65%,15%)
(0.39/0.00/0.65/0.15)	

CMYK percentages

%39.35
%0
%65.28
%15.29

Codes

Color #83D84B in popluar color models

83D84B
RGB13121675
HSL96°64.38%57.06%
HSB/HSV96°65.28%84.71%
CMYK39.35%0.00%65.28%
15.29%

Color #83D84B in popluar number systems.

HEX83D84B
Decimal13121675
Binary10000011110110001001011
Octal203330113

Shades and tints

Shades of #83D84B

#83D84B
(131,216,75)
#78C545
(120,197,69)
#6DB23F
(109,178,63)
#629F39
(98,159,57)
#578C33
(87,140,51)
#4C792D
(76,121,45)
#416627
(65,102,39)
#365321
(54,83,33)
#2B401B
(43,64,27)
#202D15
(32,45,21)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #83D84B

#83D84B
(131,216,75)
#8EDB5B
(142,219,91)
#99DE6B
(153,222,107)
#A4E17B
(164,225,123)
#AFE48B
(175,228,139)
#BAE79B
(186,231,155)
#C5EAAB
(197,234,171)
#D0EDBB
(208,237,187)
#DBF0CB
(219,240,203)
#E6F3DB
(230,243,219)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D84B; }

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

This text font color is #83D84B.


Background Color

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

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

This div background color is #83D84B.


Border color

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

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

This div border color is #83D84B.


Opacity

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

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

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

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

This text has shadow with #83D84B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D84B on black background.


Color preview on white background

This text has color #83D84B on white background.



Black color preview on #83D84B background

This text has black color on #83D84B background.


White color preview on #83D84B background

This text has white color on #83D84B background.