COLOR #83CB36

HEX: #83CB36
RGB: (131,203,54)

Color info

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

RGB color model

#83CB36 color RGB value is (131,203,54).

  • red value is 131;
  • green value is 203;
  • blue value is 54.
RGB:
(131,203,54)
(51%,80%,21%)

RGB channels and saturation

R 131 of 255 = 51%
G 203 of 255 = 80%
B 54 of 255 = 21%

131
203
54

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

Portions of RGB colors in percentages

R + G + B =
131 + 203 + 54 = 388 (100%)
R 131 of 388 ~ 33.76%
G 203 of 388 ~ 52.32%
B 54 of 388 ~ 13.92%

%33.76
%52.32
%13.92

CMYK color model

#83CB36 color CMYK value is (35,0,73,20).

  • cyan value is 35.47%
  • magenta value is 0.00%
  • yellow value is 73.40%
  • key color value is 20.39%
CMYK:
(35,0,73,20)
C35M0Y73K20 
(35%,0%,73%,20%)
(0.35/0.00/0.73/0.20)	

CMYK percentages

%35.47
%0
%73.4
%20.39

Codes

Color #83CB36 in popluar color models

83CB36
RGB13120354
HSL89°58.89%50.39%
HSB/HSV89°73.40%79.61%
CMYK35.47%0.00%73.40%
20.39%

Color #83CB36 in popluar number systems.

HEX83CB36
Decimal13120354
Binary1000001111001011110110
Octal20331366

Shades and tints

Shades of #83CB36

#83CB36
(131,203,54)
#78B932
(120,185,50)
#6DA72E
(109,167,46)
#62952A
(98,149,42)
#578326
(87,131,38)
#4C7122
(76,113,34)
#415F1E
(65,95,30)
#364D1A
(54,77,26)
#2B3B16
(43,59,22)
#202912
(32,41,18)
#15170E
(21,23,14)
#000000
(0,0,0)

Tints of #83CB36

#83CB36
(131,203,54)
#8ECF48
(142,207,72)
#99D35A
(153,211,90)
#A4D76C
(164,215,108)
#AFDB7E
(175,219,126)
#BADF90
(186,223,144)
#C5E3A2
(197,227,162)
#D0E7B4
(208,231,180)
#DBEBC6
(219,235,198)
#E6EFD8
(230,239,216)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CB36 color. Also use rgb(131,203,54) instead hex code.

Text Font Color

.myTextColor { color: #83CB36; }

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

This text font color is #83CB36.


Background Color

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

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

This div background color is #83CB36.


Border color

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

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

This div border color is #83CB36.


Opacity

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

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

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

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

This text has shadow with #83CB36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CB36 on black background.


Color preview on white background

This text has color #83CB36 on white background.



Black color preview on #83CB36 background

This text has black color on #83CB36 background.


White color preview on #83CB36 background

This text has white color on #83CB36 background.