COLOR #83C481

HEX: #83C481
RGB: (131,196,129)

Renk bilgisi

#83C481 contains mainly green color. #83C481 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#83C481 color RGB value is (131,196,129).

  • kırmız ton 131;
  • yeşil ton 196;
  • mavi ton 129.
RGB:
(131,196,129)
(51%,77%,51%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 196 of 255 = 77%
B 129 of 255 = 51%

131
196
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 196 + 129 = 456 (100%)
R 131 of 456 ~ 28.73%
G 196 of 456 ~ 42.98%
B 129 of 456 ~ 28.29%

%28.73
%42.98
%28.29

CMYK RENK MODELİ

#83C481 rengi CMYK tonu (33,0,34,23).

  • camgöbeği tonu 33.16%
  • eflatun tonu 0.00%
  • sarı tonu 34.18%
  • ana renk tonu 23.14%
CMYK:
(33,0,34,23)
C33M0Y34K23 
(33%,0%,34%,23%)
(0.33/0.00/0.34/0.23)	

CMYK yüzdeleri

%33.16
%0
%34.18
%23.14

Codes

Color #83C481 in popluar color models

83C481
RGB131196129
HSL118°36.22%63.73%
HSB/HSV118°34.18%76.86%
CMYK33.16%0.00%34.18%
23.14%

Color #83C481 in popluar number systems.

HEX83C481
Decimal131196129
Binary100000111100010010000001
Octal203304201

Shades and tints

Shades of #83C481

#83C481
(131,196,129)
#78B376
(120,179,118)
#6DA26B
(109,162,107)
#629160
(98,145,96)
#578055
(87,128,85)
#4C6F4A
(76,111,74)
#415E3F
(65,94,63)
#364D34
(54,77,52)
#2B3C29
(43,60,41)
#202B1E
(32,43,30)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #83C481

#83C481
(131,196,129)
#8EC98C
(142,201,140)
#99CE97
(153,206,151)
#A4D3A2
(164,211,162)
#AFD8AD
(175,216,173)
#BADDB8
(186,221,184)
#C5E2C3
(197,226,195)
#D0E7CE
(208,231,206)
#DBECD9
(219,236,217)
#E6F1E4
(230,241,228)
#F1F6EF
(241,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C481 color. Also use rgb(131,196,129) instead hex code.

Text Font Color

.myTextColor { color: #83C481; }

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

This text font color is #83C481.


Background Color

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

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

This div background color is #83C481.


Border color

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

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

This div border color is #83C481.


Opacity

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

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

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

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

This text has shadow with #83C481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C481 on black background.


Color preview on white background

This text has color #83C481 on white background.



Black color preview on #83C481 background

This text has black color on #83C481 background.


White color preview on #83C481 background

This text has white color on #83C481 background.