COLOR #61D796

HEX: #61D796
RGB: (97,215,150)

Renk bilgisi

#61D796 contains mainly green color. #61D796 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#61D796 color RGB value is (97,215,150).

  • kırmız ton 97;
  • yeşil ton 215;
  • mavi ton 150.
RGB:
(97,215,150)
(38%,84%,59%)

RGB bağlantıları ve doygunluk

R 97 of 255 = 38%
G 215 of 255 = 84%
B 150 of 255 = 59%

97
215
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
97 + 215 + 150 = 462 (100%)
R 97 of 462 ~ 21%
G 215 of 462 ~ 46.54%
B 150 of 462 ~ 32.47%

%21
%46.54
%32.47

CMYK RENK MODELİ

#61D796 rengi CMYK tonu (55,0,30,16).

  • camgöbeği tonu 54.88%
  • eflatun tonu 0.00%
  • sarı tonu 30.23%
  • ana renk tonu 15.69%
CMYK:
(55,0,30,16)
C55M0Y30K16 
(55%,0%,30%,16%)
(0.55/0.00/0.30/0.16)	

CMYK yüzdeleri

%54.88
%0
%30.23
%15.69

Codes

Color #61D796 in popluar color models

61D796
RGB97215150
HSL147°59.60%61.18%
HSB/HSV147°54.88%84.31%
CMYK54.88%0.00%30.23%
15.69%

Color #61D796 in popluar number systems.

HEX61D796
Decimal97215150
Binary11000011101011110010110
Octal141327226

Shades and tints

Shades of #61D796

#61D796
(97,215,150)
#59C489
(89,196,137)
#51B17C
(81,177,124)
#499E6F
(73,158,111)
#418B62
(65,139,98)
#397855
(57,120,85)
#316548
(49,101,72)
#29523B
(41,82,59)
#213F2E
(33,63,46)
#192C21
(25,44,33)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #61D796

#61D796
(97,215,150)
#6FDA9F
(111,218,159)
#7DDDA8
(125,221,168)
#8BE0B1
(139,224,177)
#99E3BA
(153,227,186)
#A7E6C3
(167,230,195)
#B5E9CC
(181,233,204)
#C3ECD5
(195,236,213)
#D1EFDE
(209,239,222)
#DFF2E7
(223,242,231)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #61D796 color. Also use rgb(97,215,150) instead hex code.

Text Font Color

.myTextColor { color: #61D796; }

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

This text font color is #61D796.


Background Color

.myBgColor { background-color: #61D796; }

<div style="background-color:#61D796">Inner text</div>

This div background color is #61D796.


Border color

.myBorderColor { border: 1px solid #61D796; }

<div style="border:3px solid #61D796">Div</div>

This div border color is #61D796.


Opacity

.myOpacity80 { color: #61D796; opacity: 0.8; }

<p style="color:#61D796;opacity:0.8;">80%</p>

Text with #61D796 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 #61D796;}

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

This text has shadow with #61D796 color.

.textShadow {text-shadow: 3px 3px 1px #61D796, 3px 3px 1px red;}

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

This text has shadow with #61D796 primary color and red secondary color.


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

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

This text has shadow with #61D796 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #61D796 on black background.


Color preview on white background

This text has color #61D796 on white background.



Black color preview on #61D796 background

This text has black color on #61D796 background.


White color preview on #61D796 background

This text has white color on #61D796 background.