COLOR #83CD48

HEX: #83CD48
RGB: (131,205,72)

Color info

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

RGB color model

#83CD48 color RGB value is (131,205,72).

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

RGB channels and saturation

R 131 of 255 = 51%
G 205 of 255 = 80%
B 72 of 255 = 28%

131
205
72

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

Portions of RGB colors in percentages

R + G + B =
131 + 205 + 72 = 408 (100%)
R 131 of 408 ~ 32.11%
G 205 of 408 ~ 50.25%
B 72 of 408 ~ 17.65%

%32.11
%50.25
%17.65

CMYK color model

#83CD48 color CMYK value is (36,0,65,20).

  • cyan value is 36.10%
  • magenta value is 0.00%
  • yellow value is 64.88%
  • key color value is 19.61%
CMYK:
(36,0,65,20)
C36M0Y65K20 
(36%,0%,65%,20%)
(0.36/0.00/0.65/0.20)	

CMYK percentages

%36.1
%0
%64.88
%19.61

Codes

Color #83CD48 in popluar color models

83CD48
RGB13120572
HSL93°57.08%54.31%
HSB/HSV93°64.88%80.39%
CMYK36.10%0.00%64.88%
19.61%

Color #83CD48 in popluar number systems.

HEX83CD48
Decimal13120572
Binary10000011110011011001000
Octal203315110

Shades and tints

Shades of #83CD48

#83CD48
(131,205,72)
#78BB42
(120,187,66)
#6DA93C
(109,169,60)
#629736
(98,151,54)
#578530
(87,133,48)
#4C732A
(76,115,42)
#416124
(65,97,36)
#364F1E
(54,79,30)
#2B3D18
(43,61,24)
#202B12
(32,43,18)
#15190C
(21,25,12)
#000000
(0,0,0)

Tints of #83CD48

#83CD48
(131,205,72)
#8ED158
(142,209,88)
#99D568
(153,213,104)
#A4D978
(164,217,120)
#AFDD88
(175,221,136)
#BAE198
(186,225,152)
#C5E5A8
(197,229,168)
#D0E9B8
(208,233,184)
#DBEDC8
(219,237,200)
#E6F1D8
(230,241,216)
#F1F5E8
(241,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83CD48; }

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

This text font color is #83CD48.


Background Color

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

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

This div background color is #83CD48.


Border color

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

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

This div border color is #83CD48.


Opacity

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

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

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

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

This text has shadow with #83CD48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CD48 on black background.


Color preview on white background

This text has color #83CD48 on white background.



Black color preview on #83CD48 background

This text has black color on #83CD48 background.


White color preview on #83CD48 background

This text has white color on #83CD48 background.