COLOR #83CE51

HEX: #83CE51 RGB: (131,206,81)

Color info

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

RGB color model

#83CE51 color RGB value is (131,206,81).

RGB: (131,206,81) (51%, 81%, 32%)

RGB channels and saturation

R 131 of 255 = 51%
G 206 of 255 = 81%
B 81 of 255 = 32%

131
206
81

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

Portions of RGB colors in percentages

R + G + B = 131 + 206 + 81 = 418 (100%)
R 131 of 418 ~ 31.34%
G 206 of 418 ~ 49.28%
B 81 of 418 ~ 19.38'%

%31.34
%49.28
%19.38

CMYK color model

#83CE51 color CMYK value is (36,0,61,19).

  • cyan value is 36.41%
  • magenta value is 0.00%
  • yellow value is 60.68%
  • key color value is 19.22%

CMYK: (36,0,61,19)
C36M0Y61K19 (36%, 0%, 61%, 19%)
(0.36 / 0.00 / 0.61 / 0.19)

CMYK percentages

%36.41
%0
%60.68
%19.22

Codes

Color #83CE51 in popluar color models

83 CE 51
RGB 131 206 81
HSL 96° 56.05% 56.27%
HSB/HSV 96° 60.68% 80.78%
CMYK 36.41% 0.00% 60.68%
19.22%

Color #83CE51 in popluar number systems.

HEX 83 CE 51
Decimal 131 206 81
Binary 10000011 11001110 1010001
Octal 203 316 121

Shades and tints

Shades of #83CE51

#83CE51
(131,206,81)
#78BC4A
(120,188,74)
#6DAA43
(109,170,67)
#62983C
(98,152,60)
#578635
(87,134,53)
#4C742E
(76,116,46)
#416227
(65,98,39)
#365020
(54,80,32)
#2B3E19
(43,62,25)
#202C12
(32,44,18)
#151A0B
(21,26,11)
#000000
(0,0,0)

Tints of #83CE51

#83CE51
(131,206,81)
#8ED260
(142,210,96)
#99D66F
(153,214,111)
#A4DA7E
(164,218,126)
#AFDE8D
(175,222,141)
#BAE29C
(186,226,156)
#C5E6AB
(197,230,171)
#D0EABA
(208,234,186)
#DBEEC9
(219,238,201)
#E6F2D8
(230,242,216)
#F1F6E7
(241,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CE51 color. Also use rgb(131,206,81) instead hex code.

Text Font Color

.myTextColor { color: #83CE51; }

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

This text font color is #83CE51.

Background Color

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

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

This div background color is #83CE51.

Border color

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

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

This div border color is #83CE51.

Opacity

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

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

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

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

This text has shadow with #83CE51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83CE51.

Preview

Color preview on black background

This text has color #83CE51 on black background.


Color preview on white background

This text has color #83CE51 on white background.


Black color preview on #83CE51 background

This text has black color on #83CE51 background.


White color preview on #83CE51 background

This text has white color on #83CE51 background.


Related colors

Complementary color

Complementary color for #hex is #7C31AE.


I love getcolorcode.com

Triadic colors

1 #5183CE and #CE5183 with #83CE51 are triadic colors.

2 #51CE83 and #CE8351 with #83CE51 are triadic colors.