COLOR #83DA75

HEX: #83DA75 RGB: (131,218,117)

Color info

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

RGB color model

#83DA75 color RGB value is (131,218,117).

RGB: (131,218,117) (51%, 85%, 46%)

RGB channels and saturation

R 131 of 255 = 51%
G 218 of 255 = 85%
B 117 of 255 = 46%

131
218
117

R + G + B ~ 61%. #83DA75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 218 + 117 = 466 (100%)
R 131 of 466 ~ 28.11%
G 218 of 466 ~ 46.78%
B 117 of 466 ~ 25.11'%

%28.11
%46.78
%25.11

CMYK color model

#83DA75 color CMYK value is (40,0,46,15).

  • cyan value is 39.91%
  • magenta value is 0.00%
  • yellow value is 46.33%
  • key color value is 14.51%

CMYK: (40,0,46,15)
C40M0Y46K15 (40%, 0%, 46%, 15%)
(0.40 / 0.00 / 0.46 / 0.15)

CMYK percentages

%39.91
%0
%46.33
%14.51

Codes

Color #83DA75 in popluar color models

83 DA 75
RGB 131 218 117
HSL 112° 57.71% 65.69%
HSB/HSV 112° 46.33% 85.49%
CMYK 39.91% 0.00% 46.33%
14.51%

Color #83DA75 in popluar number systems.

HEX 83 DA 75
Decimal 131 218 117
Binary 10000011 11011010 1110101
Octal 203 332 165

Shades and tints

Shades of #83DA75

#83DA75
(131,218,117)
#78C76B
(120,199,107)
#6DB461
(109,180,97)
#62A157
(98,161,87)
#578E4D
(87,142,77)
#4C7B43
(76,123,67)
#416839
(65,104,57)
#36552F
(54,85,47)
#2B4225
(43,66,37)
#202F1B
(32,47,27)
#151C11
(21,28,17)
#000000
(0,0,0)

Tints of #83DA75

#83DA75
(131,218,117)
#8EDD81
(142,221,129)
#99E08D
(153,224,141)
#A4E399
(164,227,153)
#AFE6A5
(175,230,165)
#BAE9B1
(186,233,177)
#C5ECBD
(197,236,189)
#D0EFC9
(208,239,201)
#DBF2D5
(219,242,213)
#E6F5E1
(230,245,225)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83DA75 color. Also use rgb(131,218,117) instead hex code.

Text Font Color

.myTextColor { color: #83DA75; }

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

This text font color is #83DA75.

Background Color

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

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

This div background color is #83DA75.

Border color

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

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

This div border color is #83DA75.

Opacity

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

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

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

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

This text has shadow with #83DA75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83DA75.

Preview

Color preview on black background

This text has color #83DA75 on black background.


Color preview on white background

This text has color #83DA75 on white background.


Black color preview on #83DA75 background

This text has black color on #83DA75 background.


White color preview on #83DA75 background

This text has white color on #83DA75 background.


Related colors

Complementary color

Complementary color for #hex is #7C258A.


I love getcolorcode.com

Triadic colors

1 #7583DA and #DA7583 with #83DA75 are triadic colors.

2 #75DA83 and #DA8375 with #83DA75 are triadic colors.