COLOR #83F717

HEX: #83F717
RGB: (131,247,23)

Color info

#83F717 contains mainly green color. Web safe color of #83F717 is #99FF00 (or #9F0).

RGB color model

#83F717 color RGB value is (131,247,23).

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

RGB channels and saturation

R 131 of 255 = 51%
G 247 of 255 = 97%
B 23 of 255 = 9%

131
247
23

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

Portions of RGB colors in percentages

R + G + B =
131 + 247 + 23 = 401 (100%)
R 131 of 401 ~ 32.67%
G 247 of 401 ~ 61.6%
B 23 of 401 ~ 5.74%

%32.67
%61.6

CMYK color model

#83F717 color CMYK value is (47,0,91,3).

  • cyan value is 46.96%
  • magenta value is 0.00%
  • yellow value is 90.69%
  • key color value is 3.14%
CMYK:
(47,0,91,3)
C47M0Y91K3 
(47%,0%,91%,3%)
(0.47/0.00/0.91/0.03)	

CMYK percentages

%46.96
%0
%90.69
%3.14

Codes

Color #83F717 in popluar color models

83F717
RGB13124723
HSL91°93.33%52.94%
HSB/HSV91°90.69%96.86%
CMYK46.96%0.00%90.69%
3.14%

Color #83F717 in popluar number systems.

HEX83F717
Decimal13124723
Binary100000111111011110111
Octal20336727

Shades and tints

Shades of #83F717

#83F717
(131,247,23)
#78E115
(120,225,21)
#6DCB13
(109,203,19)
#62B511
(98,181,17)
#579F0F
(87,159,15)
#4C890D
(76,137,13)
#41730B
(65,115,11)
#365D09
(54,93,9)
#2B4707
(43,71,7)
#203105
(32,49,5)
#151B03
(21,27,3)
#000000
(0,0,0)

Tints of #83F717

#83F717
(131,247,23)
#8EF72C
(142,247,44)
#99F741
(153,247,65)
#A4F756
(164,247,86)
#AFF76B
(175,247,107)
#BAF780
(186,247,128)
#C5F795
(197,247,149)
#D0F7AA
(208,247,170)
#DBF7BF
(219,247,191)
#E6F7D4
(230,247,212)
#F1F7E9
(241,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83F717; }

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

This text font color is #83F717.


Background Color

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

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

This div background color is #83F717.


Border color

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

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

This div border color is #83F717.


Opacity

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

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

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

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

This text has shadow with #83F717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83F717 on black background.


Color preview on white background

This text has color #83F717 on white background.



Black color preview on #83F717 background

This text has black color on #83F717 background.


White color preview on #83F717 background

This text has white color on #83F717 background.