COLOR #83D355

HEX: #83D355
RGB: (131,211,85)

Color info

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

RGB color model

#83D355 color RGB value is (131,211,85).

  • red value is 131;
  • green value is 211;
  • blue value is 85.
RGB:
(131,211,85)
(51%,83%,33%)

RGB channels and saturation

R 131 of 255 = 51%
G 211 of 255 = 83%
B 85 of 255 = 33%

131
211
85

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

Portions of RGB colors in percentages

R + G + B =
131 + 211 + 85 = 427 (100%)
R 131 of 427 ~ 30.68%
G 211 of 427 ~ 49.41%
B 85 of 427 ~ 19.91%

%30.68
%49.41
%19.91

CMYK color model

#83D355 color CMYK value is (38,0,60,17).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 59.72%
  • key color value is 17.25%
CMYK:
(38,0,60,17)
C38M0Y60K17 
(38%,0%,60%,17%)
(0.38/0.00/0.60/0.17)	

CMYK percentages

%37.91
%0
%59.72
%17.25

Codes

Color #83D355 in popluar color models

83D355
RGB13121185
HSL98°58.88%58.04%
HSB/HSV98°59.72%82.75%
CMYK37.91%0.00%59.72%
17.25%

Color #83D355 in popluar number systems.

HEX83D355
Decimal13121185
Binary10000011110100111010101
Octal203323125

Shades and tints

Shades of #83D355

#83D355
(131,211,85)
#78C04E
(120,192,78)
#6DAD47
(109,173,71)
#629A40
(98,154,64)
#578739
(87,135,57)
#4C7432
(76,116,50)
#41612B
(65,97,43)
#364E24
(54,78,36)
#2B3B1D
(43,59,29)
#202816
(32,40,22)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #83D355

#83D355
(131,211,85)
#8ED764
(142,215,100)
#99DB73
(153,219,115)
#A4DF82
(164,223,130)
#AFE391
(175,227,145)
#BAE7A0
(186,231,160)
#C5EBAF
(197,235,175)
#D0EFBE
(208,239,190)
#DBF3CD
(219,243,205)
#E6F7DC
(230,247,220)
#F1FBEB
(241,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83D355 color. Also use rgb(131,211,85) instead hex code.

Text Font Color

.myTextColor { color: #83D355; }

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

This text font color is #83D355.


Background Color

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

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

This div background color is #83D355.


Border color

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

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

This div border color is #83D355.


Opacity

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

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

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

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

This text has shadow with #83D355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D355 on black background.


Color preview on white background

This text has color #83D355 on white background.



Black color preview on #83D355 background

This text has black color on #83D355 background.


White color preview on #83D355 background

This text has white color on #83D355 background.