COLOR #83C569

HEX: #83C569 RGB: (131,197,105)

Color info

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

RGB color model

#83C569 color RGB value is (131,197,105).

RGB: (131,197,105) (51%, 77%, 41%)

RGB channels and saturation

R 131 of 255 = 51%
G 197 of 255 = 77%
B 105 of 255 = 41%

131
197
105

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

Portions of RGB colors in percentages

R + G + B = 131 + 197 + 105 = 433 (100%)
R 131 of 433 ~ 30.25%
G 197 of 433 ~ 45.5%
B 105 of 433 ~ 24.25'%

%30.25
%45.5
%24.25

CMYK color model

#83C569 color CMYK value is (34,0,47,23).

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 46.70%
  • key color value is 22.75%

CMYK: (34,0,47,23)
C34M0Y47K23 (34%, 0%, 47%, 23%)
(0.34 / 0.00 / 0.47 / 0.23)

CMYK percentages

%33.5
%0
%46.7
%22.75

Codes

Color #83C569 in popluar color models

83 C5 69
RGB 131 197 105
HSL 103° 44.23% 59.22%
HSB/HSV 103° 46.70% 77.25%
CMYK 33.50% 0.00% 46.70%
22.75%

Color #83C569 in popluar number systems.

HEX 83 C5 69
Decimal 131 197 105
Binary 10000011 11000101 1101001
Octal 203 305 151

Shades and tints

Shades of #83C569

#83C569
(131,197,105)
#78B460
(120,180,96)
#6DA357
(109,163,87)
#62924E
(98,146,78)
#578145
(87,129,69)
#4C703C
(76,112,60)
#415F33
(65,95,51)
#364E2A
(54,78,42)
#2B3D21
(43,61,33)
#202C18
(32,44,24)
#151B0F
(21,27,15)
#000000
(0,0,0)

Tints of #83C569

#83C569
(131,197,105)
#8ECA76
(142,202,118)
#99CF83
(153,207,131)
#A4D490
(164,212,144)
#AFD99D
(175,217,157)
#BADEAA
(186,222,170)
#C5E3B7
(197,227,183)
#D0E8C4
(208,232,196)
#DBEDD1
(219,237,209)
#E6F2DE
(230,242,222)
#F1F7EB
(241,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C569 color. Also use rgb(131,197,105) instead hex code.

Text Font Color

.myTextColor { color: #83C569; }

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

This text font color is #83C569.

Background Color

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

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

This div background color is #83C569.

Border color

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

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

This div border color is #83C569.

Opacity

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

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

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

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

This text has shadow with #83C569 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C569.

Preview

Color preview on black background

This text has color #83C569 on black background.


Color preview on white background

This text has color #83C569 on white background.


Black color preview on #83C569 background

This text has black color on #83C569 background.


White color preview on #83C569 background

This text has white color on #83C569 background.


Related colors

Complementary color

Complementary color for #hex is #7C3A96.


I love getcolorcode.com

Triadic colors

1 #6983C5 and #C56983 with #83C569 are triadic colors.

2 #69C583 and #C58369 with #83C569 are triadic colors.