COLOR #83DE77

HEX: #83DE77
RGB: (131,222,119)

Color info

#83DE77 contains mainly green color. Web safe color of #83DE77 is #99CC66 (or #9C6).

RGB color model

#83DE77 color RGB value is (131,222,119).

  • red value is 131;
  • green value is 222;
  • blue value is 119.
RGB:
(131,222,119)
(51%,87%,47%)

RGB channels and saturation

R 131 of 255 = 51%
G 222 of 255 = 87%
B 119 of 255 = 47%

131
222
119

R + G + B ~ 62%. #83DE77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 222 + 119 = 472 (100%)
R 131 of 472 ~ 27.75%
G 222 of 472 ~ 47.03%
B 119 of 472 ~ 25.21%

%27.75
%47.03
%25.21

CMYK color model

#83DE77 color CMYK value is (41,0,46,13).

  • cyan value is 40.99%
  • magenta value is 0.00%
  • yellow value is 46.40%
  • key color value is 12.94%
CMYK:
(41,0,46,13)
C41M0Y46K13 
(41%,0%,46%,13%)
(0.41/0.00/0.46/0.13)	

CMYK percentages

%40.99
%0
%46.4
%12.94

Codes

Color #83DE77 in popluar color models

83DE77
RGB131222119
HSL113°60.95%66.86%
HSB/HSV113°46.40%87.06%
CMYK40.99%0.00%46.40%
12.94%

Color #83DE77 in popluar number systems.

HEX83DE77
Decimal131222119
Binary10000011110111101110111
Octal203336167

Shades and tints

Shades of #83DE77

#83DE77
(131,222,119)
#78CA6D
(120,202,109)
#6DB663
(109,182,99)
#62A259
(98,162,89)
#578E4F
(87,142,79)
#4C7A45
(76,122,69)
#41663B
(65,102,59)
#365231
(54,82,49)
#2B3E27
(43,62,39)
#202A1D
(32,42,29)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #83DE77

#83DE77
(131,222,119)
#8EE183
(142,225,131)
#99E48F
(153,228,143)
#A4E79B
(164,231,155)
#AFEAA7
(175,234,167)
#BAEDB3
(186,237,179)
#C5F0BF
(197,240,191)
#D0F3CB
(208,243,203)
#DBF6D7
(219,246,215)
#E6F9E3
(230,249,227)
#F1FCEF
(241,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83DE77 color. Also use rgb(131,222,119) instead hex code.

Text Font Color

.myTextColor { color: #83DE77; }

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

This text font color is #83DE77.


Background Color

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

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

This div background color is #83DE77.


Border color

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

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

This div border color is #83DE77.


Opacity

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

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

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

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

This text has shadow with #83DE77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83DE77 on black background.


Color preview on white background

This text has color #83DE77 on white background.



Black color preview on #83DE77 background

This text has black color on #83DE77 background.


White color preview on #83DE77 background

This text has white color on #83DE77 background.