COLOR #83BF78

HEX: #83BF78
RGB: (131,191,120)

Color info

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

RGB color model

#83BF78 color RGB value is (131,191,120).

  • red value is 131;
  • green value is 191;
  • blue value is 120.
RGB:
(131,191,120)
(51%,75%,47%)

RGB channels and saturation

R 131 of 255 = 51%
G 191 of 255 = 75%
B 120 of 255 = 47%

131
191
120

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

Portions of RGB colors in percentages

R + G + B =
131 + 191 + 120 = 442 (100%)
R 131 of 442 ~ 29.64%
G 191 of 442 ~ 43.21%
B 120 of 442 ~ 27.15%

%29.64
%43.21
%27.15

CMYK color model

#83BF78 color CMYK value is (31,0,37,25).

  • cyan value is 31.41%
  • magenta value is 0.00%
  • yellow value is 37.17%
  • key color value is 25.10%
CMYK:
(31,0,37,25)
C31M0Y37K25 
(31%,0%,37%,25%)
(0.31/0.00/0.37/0.25)	

CMYK percentages

%31.41
%0
%37.17
%25.1

Codes

Color #83BF78 in popluar color models

83BF78
RGB131191120
HSL111°35.68%60.98%
HSB/HSV111°37.17%74.90%
CMYK31.41%0.00%37.17%
25.10%

Color #83BF78 in popluar number systems.

HEX83BF78
Decimal131191120
Binary10000011101111111111000
Octal203277170

Shades and tints

Shades of #83BF78

#83BF78
(131,191,120)
#78AE6E
(120,174,110)
#6D9D64
(109,157,100)
#628C5A
(98,140,90)
#577B50
(87,123,80)
#4C6A46
(76,106,70)
#41593C
(65,89,60)
#364832
(54,72,50)
#2B3728
(43,55,40)
#20261E
(32,38,30)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #83BF78

#83BF78
(131,191,120)
#8EC484
(142,196,132)
#99C990
(153,201,144)
#A4CE9C
(164,206,156)
#AFD3A8
(175,211,168)
#BAD8B4
(186,216,180)
#C5DDC0
(197,221,192)
#D0E2CC
(208,226,204)
#DBE7D8
(219,231,216)
#E6ECE4
(230,236,228)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83BF78 color. Also use rgb(131,191,120) instead hex code.

Text Font Color

.myTextColor { color: #83BF78; }

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

This text font color is #83BF78.


Background Color

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

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

This div background color is #83BF78.


Border color

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

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

This div border color is #83BF78.


Opacity

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

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

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

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

This text has shadow with #83BF78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BF78 on black background.


Color preview on white background

This text has color #83BF78 on white background.



Black color preview on #83BF78 background

This text has black color on #83BF78 background.


White color preview on #83BF78 background

This text has white color on #83BF78 background.