COLOR #83F37A

HEX: #83F37A RGB: (131,243,122)

Color info

#83F37A contains mainly green color. Web safe color of #83F37A is #99FF66 (or #9F6).

RGB color model

#83F37A color RGB value is (131,243,122).

RGB: (131,243,122) (51%, 95%, 48%)

RGB channels and saturation

R 131 of 255 = 51%
G 243 of 255 = 95%
B 122 of 255 = 48%

131
243
122

R + G + B ~ 65%. #83F37A is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 243 + 122 = 496 (100%)
R 131 of 496 ~ 26.41%
G 243 of 496 ~ 48.99%
B 122 of 496 ~ 24.6'%

%26.41
%48.99
%24.6

CMYK color model

#83F37A color CMYK value is (46,0,50,5).

  • cyan value is 46.09%
  • magenta value is 0.00%
  • yellow value is 49.79%
  • key color value is 4.71%

CMYK: (46,0,50,5)
C46M0Y50K5 (46%, 0%, 50%, 5%)
(0.46 / 0.00 / 0.50 / 0.05)

CMYK percentages

%46.09
%0
%49.79
%4.71

Codes

Color #83F37A in popluar color models

83 F3 7A
RGB 131 243 122
HSL 116° 83.45% 71.57%
HSB/HSV 116° 49.79% 95.29%
CMYK 46.09% 0.00% 49.79%
4.71%

Color #83F37A in popluar number systems.

HEX 83 F3 7A
Decimal 131 243 122
Binary 10000011 11110011 1111010
Octal 203 363 172

Shades and tints

Shades of #83F37A

#83F37A
(131,243,122)
#78DD6F
(120,221,111)
#6DC764
(109,199,100)
#62B159
(98,177,89)
#579B4E
(87,155,78)
#4C8543
(76,133,67)
#416F38
(65,111,56)
#36592D
(54,89,45)
#2B4322
(43,67,34)
#202D17
(32,45,23)
#15170C
(21,23,12)
#000000
(0,0,0)

Tints of #83F37A

#83F37A
(131,243,122)
#8EF486
(142,244,134)
#99F592
(153,245,146)
#A4F69E
(164,246,158)
#AFF7AA
(175,247,170)
#BAF8B6
(186,248,182)
#C5F9C2
(197,249,194)
#D0FACE
(208,250,206)
#DBFBDA
(219,251,218)
#E6FCE6
(230,252,230)
#F1FDF2
(241,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83F37A color. Also use rgb(131,243,122) instead hex code.

Text Font Color

.myTextColor { color: #83F37A; }

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

This text font color is #83F37A.

Background Color

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

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

This div background color is #83F37A.

Border color

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

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

This div border color is #83F37A.

Opacity

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

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

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

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

This text has shadow with #83F37A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83F37A.

Preview

Color preview on black background

This text has color #83F37A on black background.


Color preview on white background

This text has color #83F37A on white background.


Black color preview on #83F37A background

This text has black color on #83F37A background.


White color preview on #83F37A background

This text has white color on #83F37A background.


Related colors

Complementary color

Complementary color for #hex is #7C0C85.


I love getcolorcode.com

Triadic colors

1 #7A83F3 and #F37A83 with #83F37A are triadic colors.

2 #7AF383 and #F3837A with #83F37A are triadic colors.