COLOR #83CD1A

HEX: #83CD1A
RGB: (131,205,26)

Color info

#83CD1A contains mainly green color. Web safe color of #83CD1A is #99CC00 (or #9C0).

RGB color model

#83CD1A color RGB value is (131,205,26).

  • red value is 131;
  • green value is 205;
  • blue value is 26.
RGB:
(131,205,26)
(51%,80%,10%)

RGB channels and saturation

R 131 of 255 = 51%
G 205 of 255 = 80%
B 26 of 255 = 10%

131
205
26

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

Portions of RGB colors in percentages

R + G + B =
131 + 205 + 26 = 362 (100%)
R 131 of 362 ~ 36.19%
G 205 of 362 ~ 56.63%
B 26 of 362 ~ 7.18%

%36.19
%56.63

CMYK color model

#83CD1A color CMYK value is (36,0,87,20).

  • cyan value is 36.10%
  • magenta value is 0.00%
  • yellow value is 87.32%
  • key color value is 19.61%
CMYK:
(36,0,87,20)
C36M0Y87K20 
(36%,0%,87%,20%)
(0.36/0.00/0.87/0.20)	

CMYK percentages

%36.1
%0
%87.32
%19.61

Codes

Color #83CD1A in popluar color models

83CD1A
RGB13120526
HSL85°77.49%45.29%
HSB/HSV85°87.32%80.39%
CMYK36.10%0.00%87.32%
19.61%

Color #83CD1A in popluar number systems.

HEX83CD1A
Decimal13120526
Binary100000111100110111010
Octal20331532

Shades and tints

Shades of #83CD1A

#83CD1A
(131,205,26)
#78BB18
(120,187,24)
#6DA916
(109,169,22)
#629714
(98,151,20)
#578512
(87,133,18)
#4C7310
(76,115,16)
#41610E
(65,97,14)
#364F0C
(54,79,12)
#2B3D0A
(43,61,10)
#202B08
(32,43,8)
#151906
(21,25,6)
#000000
(0,0,0)

Tints of #83CD1A

#83CD1A
(131,205,26)
#8ED12E
(142,209,46)
#99D542
(153,213,66)
#A4D956
(164,217,86)
#AFDD6A
(175,221,106)
#BAE17E
(186,225,126)
#C5E592
(197,229,146)
#D0E9A6
(208,233,166)
#DBEDBA
(219,237,186)
#E6F1CE
(230,241,206)
#F1F5E2
(241,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CD1A color. Also use rgb(131,205,26) instead hex code.

Text Font Color

.myTextColor { color: #83CD1A; }

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

This text font color is #83CD1A.


Background Color

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

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

This div background color is #83CD1A.


Border color

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

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

This div border color is #83CD1A.


Opacity

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

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

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

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

This text has shadow with #83CD1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CD1A on black background.


Color preview on white background

This text has color #83CD1A on white background.



Black color preview on #83CD1A background

This text has black color on #83CD1A background.


White color preview on #83CD1A background

This text has white color on #83CD1A background.