COLOR #83E63B

HEX: #83E63B
RGB: (131,230,59)

Color info

#83E63B contains mainly green color. Web safe color of #83E63B is #99CC33 (or #9C3).

RGB color model

#83E63B color RGB value is (131,230,59).

  • red value is 131;
  • green value is 230;
  • blue value is 59.
RGB: (131,230,59) (51%,90%,23%)

RGB channels and saturation

R 131 of 255 = 51%
G 230 of 255 = 90%
B 59 of 255 = 23%

131
230
59

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

Portions of RGB colors in percentages

R + G + B =
131 + 230 + 59 = 420 (100%)
R 131 of 420 ~ 31.19%
G 230 of 420 ~ 54.76%
B 59 of 420 ~ 14.05%

%31.19
%54.76
%14.05

CMYK color model

#83E63B color CMYK value is (43,0,74,10).

  • cyan value is 43.04%
  • magenta value is 0.00%
  • yellow value is 74.35%
  • key color value is 9.80%
CMYK: (43,0,74,10) C43M0Y74K10 (43%,0%,74%,10%) (0.43/0.00/0.74/0.10)

CMYK percentages

%43.04
%0
%74.35
%9.8

Codes

Color #83E63B in popluar color models

83E63B
RGB13123059
HSL95°77.38%56.67%
HSB/HSV95°74.35%90.20%
CMYK43.04%0.00%74.35%
9.80%

Color #83E63B in popluar number systems.

HEX83E63B
Decimal13123059
Binary1000001111100110111011
Octal20334673

Shades and tints

Shades of #83E63B

#83E63B
(131,230,59)
#78D236
(120,210,54)
#6DBE31
(109,190,49)
#62AA2C
(98,170,44)
#579627
(87,150,39)
#4C8222
(76,130,34)
#416E1D
(65,110,29)
#365A18
(54,90,24)
#2B4613
(43,70,19)
#20320E
(32,50,14)
#151E09
(21,30,9)
#000000
(0,0,0)

Tints of #83E63B

#83E63B
(131,230,59)
#8EE84C
(142,232,76)
#99EA5D
(153,234,93)
#A4EC6E
(164,236,110)
#AFEE7F
(175,238,127)
#BAF090
(186,240,144)
#C5F2A1
(197,242,161)
#D0F4B2
(208,244,178)
#DBF6C3
(219,246,195)
#E6F8D4
(230,248,212)
#F1FAE5
(241,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83E63B color. Also use rgb(131,230,59) instead hex code.

Text Font Color

.myTextColor { color: #83E63B; }

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

This text font color is #83E63B.


Background Color

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

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

This div background color is #83E63B.


Border color

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

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

This div border color is #83E63B.


Opacity

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

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

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

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

This text has shadow with #83E63B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #83E63B on black background.


Color preview on white background

This text has color #83E63B on white background.



Black color preview on #83E63B background

This text has black color on #83E63B background.


White color preview on #83E63B background

This text has white color on #83E63B background.