COLOR #83CB72

HEX: #83CB72
RGB: (131,203,114)

Color info

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

RGB color model

#83CB72 color RGB value is (131,203,114).

  • red value is 131;
  • green value is 203;
  • blue value is 114.
RGB:
(131,203,114)
(51%,80%,45%)

RGB channels and saturation

R 131 of 255 = 51%
G 203 of 255 = 80%
B 114 of 255 = 45%

131
203
114

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

Portions of RGB colors in percentages

R + G + B =
131 + 203 + 114 = 448 (100%)
R 131 of 448 ~ 29.24%
G 203 of 448 ~ 45.31%
B 114 of 448 ~ 25.45%

%29.24
%45.31
%25.45

CMYK color model

#83CB72 color CMYK value is (35,0,44,20).

  • cyan value is 35.47%
  • magenta value is 0.00%
  • yellow value is 43.84%
  • key color value is 20.39%
CMYK:
(35,0,44,20)
C35M0Y44K20 
(35%,0%,44%,20%)
(0.35/0.00/0.44/0.20)	

CMYK percentages

%35.47
%0
%43.84
%20.39

Codes

Color #83CB72 in popluar color models

83CB72
RGB131203114
HSL109°46.11%62.16%
HSB/HSV109°43.84%79.61%
CMYK35.47%0.00%43.84%
20.39%

Color #83CB72 in popluar number systems.

HEX83CB72
Decimal131203114
Binary10000011110010111110010
Octal203313162

Shades and tints

Shades of #83CB72

#83CB72
(131,203,114)
#78B968
(120,185,104)
#6DA75E
(109,167,94)
#629554
(98,149,84)
#57834A
(87,131,74)
#4C7140
(76,113,64)
#415F36
(65,95,54)
#364D2C
(54,77,44)
#2B3B22
(43,59,34)
#202918
(32,41,24)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #83CB72

#83CB72
(131,203,114)
#8ECF7E
(142,207,126)
#99D38A
(153,211,138)
#A4D796
(164,215,150)
#AFDBA2
(175,219,162)
#BADFAE
(186,223,174)
#C5E3BA
(197,227,186)
#D0E7C6
(208,231,198)
#DBEBD2
(219,235,210)
#E6EFDE
(230,239,222)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CB72 color. Also use rgb(131,203,114) instead hex code.

Text Font Color

.myTextColor { color: #83CB72; }

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

This text font color is #83CB72.


Background Color

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

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

This div background color is #83CB72.


Border color

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

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

This div border color is #83CB72.


Opacity

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

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

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

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

This text has shadow with #83CB72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CB72 on black background.


Color preview on white background

This text has color #83CB72 on white background.



Black color preview on #83CB72 background

This text has black color on #83CB72 background.


White color preview on #83CB72 background

This text has white color on #83CB72 background.