COLOR #83F75B

HEX: #83F75B
RGB: (131,247,91)

Color info

#83F75B contains mainly green color. Web safe color of #83F75B is #99FF66 (or #9F6).

RGB color model

#83F75B color RGB value is (131,247,91).

  • red value is 131;
  • green value is 247;
  • blue value is 91.
RGB:
(131,247,91)
(51%,97%,36%)

RGB channels and saturation

R 131 of 255 = 51%
G 247 of 255 = 97%
B 91 of 255 = 36%

131
247
91

R + G + B ~ 61%. #83F75B is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 247 + 91 = 469 (100%)
R 131 of 469 ~ 27.93%
G 247 of 469 ~ 52.67%
B 91 of 469 ~ 19.4%

%27.93
%52.67
%19.4

CMYK color model

#83F75B color CMYK value is (47,0,63,3).

  • cyan value is 46.96%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 3.14%
CMYK:
(47,0,63,3)
C47M0Y63K3 
(47%,0%,63%,3%)
(0.47/0.00/0.63/0.03)	

CMYK percentages

%46.96
%0
%63.16
%3.14

Codes

Color #83F75B in popluar color models

83F75B
RGB13124791
HSL105°90.70%66.27%
HSB/HSV105°63.16%96.86%
CMYK46.96%0.00%63.16%
3.14%

Color #83F75B in popluar number systems.

HEX83F75B
Decimal13124791
Binary10000011111101111011011
Octal203367133

Shades and tints

Shades of #83F75B

#83F75B
(131,247,91)
#78E153
(120,225,83)
#6DCB4B
(109,203,75)
#62B543
(98,181,67)
#579F3B
(87,159,59)
#4C8933
(76,137,51)
#41732B
(65,115,43)
#365D23
(54,93,35)
#2B471B
(43,71,27)
#203113
(32,49,19)
#151B0B
(21,27,11)
#000000
(0,0,0)

Tints of #83F75B

#83F75B
(131,247,91)
#8EF769
(142,247,105)
#99F777
(153,247,119)
#A4F785
(164,247,133)
#AFF793
(175,247,147)
#BAF7A1
(186,247,161)
#C5F7AF
(197,247,175)
#D0F7BD
(208,247,189)
#DBF7CB
(219,247,203)
#E6F7D9
(230,247,217)
#F1F7E7
(241,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83F75B color. Also use rgb(131,247,91) instead hex code.

Text Font Color

.myTextColor { color: #83F75B; }

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

This text font color is #83F75B.


Background Color

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

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

This div background color is #83F75B.


Border color

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

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

This div border color is #83F75B.


Opacity

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

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

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

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

This text has shadow with #83F75B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83F75B on black background.


Color preview on white background

This text has color #83F75B on white background.



Black color preview on #83F75B background

This text has black color on #83F75B background.


White color preview on #83F75B background

This text has white color on #83F75B background.