COLOR #66D150

HEX: #66D150
RGB: (102,209,80)

Renk bilgisi

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

RGB renk modeli

#66D150 color RGB value is (102,209,80).

  • kırmız ton 102;
  • yeşil ton 209;
  • mavi ton 80.
RGB:
(102,209,80)
(40%,82%,31%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 209 of 255 = 82%
B 80 of 255 = 31%

102
209
80

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

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 209 + 80 = 391 (100%)
R 102 of 391 ~ 26.09%
G 209 of 391 ~ 53.45%
B 80 of 391 ~ 20.46%

%26.09
%53.45
%20.46

CMYK RENK MODELİ

#66D150 rengi CMYK tonu (51,0,62,18).

  • camgöbeği tonu 51.20%
  • eflatun tonu 0.00%
  • sarı tonu 61.72%
  • ana renk tonu 18.04%
CMYK:
(51,0,62,18)
C51M0Y62K18 
(51%,0%,62%,18%)
(0.51/0.00/0.62/0.18)	

CMYK yüzdeleri

%51.2
%0
%61.72
%18.04

Codes

Color #66D150 in popluar color models

66D150
RGB10220980
HSL110°58.37%56.67%
HSB/HSV110°61.72%81.96%
CMYK51.20%0.00%61.72%
18.04%

Color #66D150 in popluar number systems.

HEX66D150
Decimal10220980
Binary1100110110100011010000
Octal146321120

Shades and tints

Shades of #66D150

#66D150
(102,209,80)
#5DBE49
(93,190,73)
#54AB42
(84,171,66)
#4B983B
(75,152,59)
#428534
(66,133,52)
#39722D
(57,114,45)
#305F26
(48,95,38)
#274C1F
(39,76,31)
#1E3918
(30,57,24)
#152611
(21,38,17)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #66D150

#66D150
(102,209,80)
#73D55F
(115,213,95)
#80D96E
(128,217,110)
#8DDD7D
(141,221,125)
#9AE18C
(154,225,140)
#A7E59B
(167,229,155)
#B4E9AA
(180,233,170)
#C1EDB9
(193,237,185)
#CEF1C8
(206,241,200)
#DBF5D7
(219,245,215)
#E8F9E6
(232,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66D150 color. Also use rgb(102,209,80) instead hex code.

Text Font Color

.myTextColor { color: #66D150; }

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

This text font color is #66D150.


Background Color

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

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

This div background color is #66D150.


Border color

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

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

This div border color is #66D150.


Opacity

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

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

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

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

This text has shadow with #66D150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66D150 on black background.


Color preview on white background

This text has color #66D150 on white background.



Black color preview on #66D150 background

This text has black color on #66D150 background.


White color preview on #66D150 background

This text has white color on #66D150 background.