COLOR #66D361

HEX: #66D361
RGB: (102,211,97)

Renk bilgisi

#66D361 contains mainly green color. #66D361 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#66D361 color RGB value is (102,211,97).

  • kırmız ton 102;
  • yeşil ton 211;
  • mavi ton 97.
RGB:
(102,211,97)
(40%,83%,38%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 211 of 255 = 83%
B 97 of 255 = 38%

102
211
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 211 + 97 = 410 (100%)
R 102 of 410 ~ 24.88%
G 211 of 410 ~ 51.46%
B 97 of 410 ~ 23.66%

%24.88
%51.46
%23.66

CMYK RENK MODELİ

#66D361 rengi CMYK tonu (52,0,54,17).

  • camgöbeği tonu 51.66%
  • eflatun tonu 0.00%
  • sarı tonu 54.03%
  • ana renk tonu 17.25%
CMYK:
(52,0,54,17)
C52M0Y54K17 
(52%,0%,54%,17%)
(0.52/0.00/0.54/0.17)	

CMYK yüzdeleri

%51.66
%0
%54.03
%17.25

Codes

Color #66D361 in popluar color models

66D361
RGB10221197
HSL117°56.44%60.39%
HSB/HSV117°54.03%82.75%
CMYK51.66%0.00%54.03%
17.25%

Color #66D361 in popluar number systems.

HEX66D361
Decimal10221197
Binary1100110110100111100001
Octal146323141

Shades and tints

Shades of #66D361

#66D361
(102,211,97)
#5DC059
(93,192,89)
#54AD51
(84,173,81)
#4B9A49
(75,154,73)
#428741
(66,135,65)
#397439
(57,116,57)
#306131
(48,97,49)
#274E29
(39,78,41)
#1E3B21
(30,59,33)
#152819
(21,40,25)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #66D361

#66D361
(102,211,97)
#73D76F
(115,215,111)
#80DB7D
(128,219,125)
#8DDF8B
(141,223,139)
#9AE399
(154,227,153)
#A7E7A7
(167,231,167)
#B4EBB5
(180,235,181)
#C1EFC3
(193,239,195)
#CEF3D1
(206,243,209)
#DBF7DF
(219,247,223)
#E8FBED
(232,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66D361 color. Also use rgb(102,211,97) instead hex code.

Text Font Color

.myTextColor { color: #66D361; }

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

This text font color is #66D361.


Background Color

.myBgColor { background-color: #66D361; }

<div style="background-color:#66D361">Inner text</div>

This div background color is #66D361.


Border color

.myBorderColor { border: 1px solid #66D361; }

<div style="border:3px solid #66D361">Div</div>

This div border color is #66D361.


Opacity

.myOpacity80 { color: #66D361; opacity: 0.8; }

<p style="color:#66D361;opacity:0.8;">80%</p>

Text with #66D361 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 #66D361;}

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

This text has shadow with #66D361 color.

.textShadow {text-shadow: 3px 3px 1px #66D361, 3px 3px 1px red;}

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

This text has shadow with #66D361 primary color and red secondary color.


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

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

This text has shadow with #66D361 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66D361 on black background.


Color preview on white background

This text has color #66D361 on white background.



Black color preview on #66D361 background

This text has black color on #66D361 background.


White color preview on #66D361 background

This text has white color on #66D361 background.