COLOR #83C465

HEX: #83C465
RGB: (131,196,101)

Renk bilgisi

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

RGB renk modeli

#83C465 color RGB value is (131,196,101).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 196 of 255 = 77%
B 101 of 255 = 40%

131
196
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 196 + 101 = 428 (100%)
R 131 of 428 ~ 30.61%
G 196 of 428 ~ 45.79%
B 101 of 428 ~ 23.6%

%30.61
%45.79
%23.6

CMYK RENK MODELİ

#83C465 rengi CMYK tonu (33,0,48,23).

  • camgöbeği tonu 33.16%
  • eflatun tonu 0.00%
  • sarı tonu 48.47%
  • ana renk tonu 23.14%
CMYK:
(33,0,48,23)
C33M0Y48K23 
(33%,0%,48%,23%)
(0.33/0.00/0.48/0.23)	

CMYK yüzdeleri

%33.16
%0
%48.47
%23.14

Codes

Color #83C465 in popluar color models

83C465
RGB131196101
HSL101°44.60%58.24%
HSB/HSV101°48.47%76.86%
CMYK33.16%0.00%48.47%
23.14%

Color #83C465 in popluar number systems.

HEX83C465
Decimal131196101
Binary10000011110001001100101
Octal203304145

Shades and tints

Shades of #83C465

#83C465
(131,196,101)
#78B35C
(120,179,92)
#6DA253
(109,162,83)
#62914A
(98,145,74)
#578041
(87,128,65)
#4C6F38
(76,111,56)
#415E2F
(65,94,47)
#364D26
(54,77,38)
#2B3C1D
(43,60,29)
#202B14
(32,43,20)
#151A0B
(21,26,11)
#000000
(0,0,0)

Tints of #83C465

#83C465
(131,196,101)
#8EC973
(142,201,115)
#99CE81
(153,206,129)
#A4D38F
(164,211,143)
#AFD89D
(175,216,157)
#BADDAB
(186,221,171)
#C5E2B9
(197,226,185)
#D0E7C7
(208,231,199)
#DBECD5
(219,236,213)
#E6F1E3
(230,241,227)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C465; }

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

This text font color is #83C465.


Background Color

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

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

This div background color is #83C465.


Border color

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

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

This div border color is #83C465.


Opacity

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

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

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

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

This text has shadow with #83C465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C465 on black background.


Color preview on white background

This text has color #83C465 on white background.



Black color preview on #83C465 background

This text has black color on #83C465 background.


White color preview on #83C465 background

This text has white color on #83C465 background.