COLOR #83D742

HEX: #83D742
RGB: (131,215,66)

Renk bilgisi

#83D742 contains mainly green color. #83D742 ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#83D742 color RGB value is (131,215,66).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 215 of 255 = 84%
B 66 of 255 = 26%

131
215
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 215 + 66 = 412 (100%)
R 131 of 412 ~ 31.8%
G 215 of 412 ~ 52.18%
B 66 of 412 ~ 16.02%

%31.8
%52.18
%16.02

CMYK RENK MODELİ

#83D742 rengi CMYK tonu (39,0,69,16).

  • camgöbeği tonu 39.07%
  • eflatun tonu 0.00%
  • sarı tonu 69.30%
  • ana renk tonu 15.69%
CMYK:
(39,0,69,16)
C39M0Y69K16 
(39%,0%,69%,16%)
(0.39/0.00/0.69/0.16)	

CMYK yüzdeleri

%39.07
%0
%69.3
%15.69

Codes

Color #83D742 in popluar color models

83D742
RGB13121566
HSL94°65.07%55.10%
HSB/HSV94°69.30%84.31%
CMYK39.07%0.00%69.30%
15.69%

Color #83D742 in popluar number systems.

HEX83D742
Decimal13121566
Binary10000011110101111000010
Octal203327102

Shades and tints

Shades of #83D742

#83D742
(131,215,66)
#78C43C
(120,196,60)
#6DB136
(109,177,54)
#629E30
(98,158,48)
#578B2A
(87,139,42)
#4C7824
(76,120,36)
#41651E
(65,101,30)
#365218
(54,82,24)
#2B3F12
(43,63,18)
#202C0C
(32,44,12)
#151906
(21,25,6)
#000000
(0,0,0)

Tints of #83D742

#83D742
(131,215,66)
#8EDA53
(142,218,83)
#99DD64
(153,221,100)
#A4E075
(164,224,117)
#AFE386
(175,227,134)
#BAE697
(186,230,151)
#C5E9A8
(197,233,168)
#D0ECB9
(208,236,185)
#DBEFCA
(219,239,202)
#E6F2DB
(230,242,219)
#F1F5EC
(241,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83D742; }

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

This text font color is #83D742.


Background Color

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

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

This div background color is #83D742.


Border color

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

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

This div border color is #83D742.


Opacity

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

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

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

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

This text has shadow with #83D742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83D742 on black background.


Color preview on white background

This text has color #83D742 on white background.



Black color preview on #83D742 background

This text has black color on #83D742 background.


White color preview on #83D742 background

This text has white color on #83D742 background.