COLOR #83CA71

HEX: #83CA71
RGB: (131,202,113)

Color info

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

RGB color model

#83CA71 color RGB value is (131,202,113).

  • red value is 131;
  • green value is 202;
  • blue value is 113.
RGB:
(131,202,113)
(51%,79%,44%)

RGB channels and saturation

R 131 of 255 = 51%
G 202 of 255 = 79%
B 113 of 255 = 44%

131
202
113

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

Portions of RGB colors in percentages

R + G + B =
131 + 202 + 113 = 446 (100%)
R 131 of 446 ~ 29.37%
G 202 of 446 ~ 45.29%
B 113 of 446 ~ 25.34%

%29.37
%45.29
%25.34

CMYK color model

#83CA71 color CMYK value is (35,0,44,21).

  • cyan value is 35.15%
  • magenta value is 0.00%
  • yellow value is 44.06%
  • key color value is 20.78%
CMYK:
(35,0,44,21)
C35M0Y44K21 
(35%,0%,44%,21%)
(0.35/0.00/0.44/0.21)	

CMYK percentages

%35.15
%0
%44.06
%20.78

Codes

Color #83CA71 in popluar color models

83CA71
RGB131202113
HSL108°45.64%61.76%
HSB/HSV108°44.06%79.22%
CMYK35.15%0.00%44.06%
20.78%

Color #83CA71 in popluar number systems.

HEX83CA71
Decimal131202113
Binary10000011110010101110001
Octal203312161

Shades and tints

Shades of #83CA71

#83CA71
(131,202,113)
#78B867
(120,184,103)
#6DA65D
(109,166,93)
#629453
(98,148,83)
#578249
(87,130,73)
#4C703F
(76,112,63)
#415E35
(65,94,53)
#364C2B
(54,76,43)
#2B3A21
(43,58,33)
#202817
(32,40,23)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #83CA71

#83CA71
(131,202,113)
#8ECE7D
(142,206,125)
#99D289
(153,210,137)
#A4D695
(164,214,149)
#AFDAA1
(175,218,161)
#BADEAD
(186,222,173)
#C5E2B9
(197,226,185)
#D0E6C5
(208,230,197)
#DBEAD1
(219,234,209)
#E6EEDD
(230,238,221)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CA71 color. Also use rgb(131,202,113) instead hex code.

Text Font Color

.myTextColor { color: #83CA71; }

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

This text font color is #83CA71.


Background Color

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

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

This div background color is #83CA71.


Border color

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

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

This div border color is #83CA71.


Opacity

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

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

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

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

This text has shadow with #83CA71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CA71 on black background.


Color preview on white background

This text has color #83CA71 on white background.



Black color preview on #83CA71 background

This text has black color on #83CA71 background.


White color preview on #83CA71 background

This text has white color on #83CA71 background.