COLOR #83C243

HEX: #83C243 RGB: (131,194,67)

Color info

#83C243 contains mainly green color. Web safe color of #83C243 is #99CC33 (or #9C3).

RGB color model

#83C243 color RGB value is (131,194,67).

RGB: (131,194,67) (51%, 76%, 26%)

RGB channels and saturation

R 131 of 255 = 51%
G 194 of 255 = 76%
B 67 of 255 = 26%

131
194
67

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

Portions of RGB colors in percentages

R + G + B = 131 + 194 + 67 = 392 (100%)
R 131 of 392 ~ 33.42%
G 194 of 392 ~ 49.49%
B 67 of 392 ~ 17.09'%

%33.42
%49.49
%17.09

CMYK color model

#83C243 color CMYK value is (32,0,65,24).

  • cyan value is 32.47%
  • magenta value is 0.00%
  • yellow value is 65.46%
  • key color value is 23.92%

CMYK: (32,0,65,24)
C32M0Y65K24 (32%, 0%, 65%, 24%)
(0.32 / 0.00 / 0.65 / 0.24)

CMYK percentages

%32.47
%0
%65.46
%23.92

Codes

Color #83C243 in popluar color models

83 C2 43
RGB 131 194 67
HSL 90° 51.00% 51.18%
HSB/HSV 90° 65.46% 76.08%
CMYK 32.47% 0.00% 65.46%
23.92%

Color #83C243 in popluar number systems.

HEX 83 C2 43
Decimal 131 194 67
Binary 10000011 11000010 1000011
Octal 203 302 103

Shades and tints

Shades of #83C243

#83C243
(131,194,67)
#78B13D
(120,177,61)
#6DA037
(109,160,55)
#628F31
(98,143,49)
#577E2B
(87,126,43)
#4C6D25
(76,109,37)
#415C1F
(65,92,31)
#364B19
(54,75,25)
#2B3A13
(43,58,19)
#20290D
(32,41,13)
#151807
(21,24,7)
#000000
(0,0,0)

Tints of #83C243

#83C243
(131,194,67)
#8EC754
(142,199,84)
#99CC65
(153,204,101)
#A4D176
(164,209,118)
#AFD687
(175,214,135)
#BADB98
(186,219,152)
#C5E0A9
(197,224,169)
#D0E5BA
(208,229,186)
#DBEACB
(219,234,203)
#E6EFDC
(230,239,220)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C243 color. Also use rgb(131,194,67) instead hex code.

Text Font Color

.myTextColor { color: #83C243; }

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

This text font color is #83C243.

Background Color

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

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

This div background color is #83C243.

Border color

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

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

This div border color is #83C243.

Opacity

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

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

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

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

This text has shadow with #83C243 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83C243.

Preview

Color preview on black background

This text has color #83C243 on black background.


Color preview on white background

This text has color #83C243 on white background.


Black color preview on #83C243 background

This text has black color on #83C243 background.


White color preview on #83C243 background

This text has white color on #83C243 background.


Related colors

Complementary color

Complementary color for #hex is #7C3DBC.


I love getcolorcode.com

Triadic colors

1 #4383C2 and #C24383 with #83C243 are triadic colors.

2 #43C283 and #C28343 with #83C243 are triadic colors.