COLOR #83D775

HEX: #83D775
RGB: (131,215,117)

Renk bilgisi

#83D775 contains mainly green color. #83D775 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#83D775 color RGB value is (131,215,117).

  • kırmız ton 131;
  • yeşil ton 215;
  • mavi ton 117.
RGB:
(131,215,117)
(51%,84%,46%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 215 of 255 = 84%
B 117 of 255 = 46%

131
215
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 215 + 117 = 463 (100%)
R 131 of 463 ~ 28.29%
G 215 of 463 ~ 46.44%
B 117 of 463 ~ 25.27%

%28.29
%46.44
%25.27

CMYK RENK MODELİ

#83D775 rengi CMYK tonu (39,0,46,16).

  • camgöbeği tonu 39.07%
  • eflatun tonu 0.00%
  • sarı tonu 45.58%
  • ana renk tonu 15.69%
CMYK:
(39,0,46,16)
C39M0Y46K16 
(39%,0%,46%,16%)
(0.39/0.00/0.46/0.16)	

CMYK yüzdeleri

%39.07
%0
%45.58
%15.69

Codes

Color #83D775 in popluar color models

83D775
RGB131215117
HSL111°55.06%65.10%
HSB/HSV111°45.58%84.31%
CMYK39.07%0.00%45.58%
15.69%

Color #83D775 in popluar number systems.

HEX83D775
Decimal131215117
Binary10000011110101111110101
Octal203327165

Shades and tints

Shades of #83D775

#83D775
(131,215,117)
#78C46B
(120,196,107)
#6DB161
(109,177,97)
#629E57
(98,158,87)
#578B4D
(87,139,77)
#4C7843
(76,120,67)
#416539
(65,101,57)
#36522F
(54,82,47)
#2B3F25
(43,63,37)
#202C1B
(32,44,27)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #83D775

#83D775
(131,215,117)
#8EDA81
(142,218,129)
#99DD8D
(153,221,141)
#A4E099
(164,224,153)
#AFE3A5
(175,227,165)
#BAE6B1
(186,230,177)
#C5E9BD
(197,233,189)
#D0ECC9
(208,236,201)
#DBEFD5
(219,239,213)
#E6F2E1
(230,242,225)
#F1F5ED
(241,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83D775 color. Also use rgb(131,215,117) instead hex code.

Text Font Color

.myTextColor { color: #83D775; }

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

This text font color is #83D775.


Background Color

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

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

This div background color is #83D775.


Border color

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

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

This div border color is #83D775.


Opacity

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

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

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

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

This text has shadow with #83D775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D775 on black background.


Color preview on white background

This text has color #83D775 on white background.



Black color preview on #83D775 background

This text has black color on #83D775 background.


White color preview on #83D775 background

This text has white color on #83D775 background.