COLOR #83BF54

HEX: #83BF54
RGB: (131,191,84)

Color info

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

RGB color model

#83BF54 color RGB value is (131,191,84).

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

RGB channels and saturation

R 131 of 255 = 51%
G 191 of 255 = 75%
B 84 of 255 = 33%

131
191
84

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

Portions of RGB colors in percentages

R + G + B =
131 + 191 + 84 = 406 (100%)
R 131 of 406 ~ 32.27%
G 191 of 406 ~ 47.04%
B 84 of 406 ~ 20.69%

%32.27
%47.04
%20.69

CMYK color model

#83BF54 color CMYK value is (31,0,56,25).

  • cyan value is 31.41%
  • magenta value is 0.00%
  • yellow value is 56.02%
  • key color value is 25.10%
CMYK:
(31,0,56,25)
C31M0Y56K25 
(31%,0%,56%,25%)
(0.31/0.00/0.56/0.25)	

CMYK percentages

%31.41
%0
%56.02
%25.1

Codes

Color #83BF54 in popluar color models

83BF54
RGB13119184
HSL94°45.53%53.92%
HSB/HSV94°56.02%74.90%
CMYK31.41%0.00%56.02%
25.10%

Color #83BF54 in popluar number systems.

HEX83BF54
Decimal13119184
Binary10000011101111111010100
Octal203277124

Shades and tints

Shades of #83BF54

#83BF54
(131,191,84)
#78AE4D
(120,174,77)
#6D9D46
(109,157,70)
#628C3F
(98,140,63)
#577B38
(87,123,56)
#4C6A31
(76,106,49)
#41592A
(65,89,42)
#364823
(54,72,35)
#2B371C
(43,55,28)
#202615
(32,38,21)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #83BF54

#83BF54
(131,191,84)
#8EC463
(142,196,99)
#99C972
(153,201,114)
#A4CE81
(164,206,129)
#AFD390
(175,211,144)
#BAD89F
(186,216,159)
#C5DDAE
(197,221,174)
#D0E2BD
(208,226,189)
#DBE7CC
(219,231,204)
#E6ECDB
(230,236,219)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83BF54; }

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

This text font color is #83BF54.


Background Color

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

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

This div background color is #83BF54.


Border color

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

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

This div border color is #83BF54.


Opacity

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

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

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

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

This text has shadow with #83BF54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83BF54 on black background.


Color preview on white background

This text has color #83BF54 on white background.



Black color preview on #83BF54 background

This text has black color on #83BF54 background.


White color preview on #83BF54 background

This text has white color on #83BF54 background.