COLOR #66C281

HEX: #66C281
RGB: (102,194,129)

Color info

#66C281 contains mainly green color. Web safe color of #66C281 is #66CC99 (or #6C9).

RGB color model

#66C281 color RGB value is (102,194,129).

  • red value is 102;
  • green value is 194;
  • blue value is 129.
RGB:
(102,194,129)
(40%,76%,51%)

RGB channels and saturation

R 102 of 255 = 40%
G 194 of 255 = 76%
B 129 of 255 = 51%

102
194
129

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

Portions of RGB colors in percentages

R + G + B =
102 + 194 + 129 = 425 (100%)
R 102 of 425 ~ 24%
G 194 of 425 ~ 45.65%
B 129 of 425 ~ 30.35%

%24
%45.65
%30.35

CMYK color model

#66C281 color CMYK value is (47,0,34,24).

  • cyan value is 47.42%
  • magenta value is 0.00%
  • yellow value is 33.51%
  • key color value is 23.92%
CMYK:
(47,0,34,24)
C47M0Y34K24 
(47%,0%,34%,24%)
(0.47/0.00/0.34/0.24)	

CMYK percentages

%47.42
%0
%33.51
%23.92

Codes

Color #66C281 in popluar color models

66C281
RGB102194129
HSL138°42.99%58.04%
HSB/HSV138°47.42%76.08%
CMYK47.42%0.00%33.51%
23.92%

Color #66C281 in popluar number systems.

HEX66C281
Decimal102194129
Binary11001101100001010000001
Octal146302201

Shades and tints

Shades of #66C281

#66C281
(102,194,129)
#5DB176
(93,177,118)
#54A06B
(84,160,107)
#4B8F60
(75,143,96)
#427E55
(66,126,85)
#396D4A
(57,109,74)
#305C3F
(48,92,63)
#274B34
(39,75,52)
#1E3A29
(30,58,41)
#15291E
(21,41,30)
#0C1813
(12,24,19)
#000000
(0,0,0)

Tints of #66C281

#66C281
(102,194,129)
#73C78C
(115,199,140)
#80CC97
(128,204,151)
#8DD1A2
(141,209,162)
#9AD6AD
(154,214,173)
#A7DBB8
(167,219,184)
#B4E0C3
(180,224,195)
#C1E5CE
(193,229,206)
#CEEAD9
(206,234,217)
#DBEFE4
(219,239,228)
#E8F4EF
(232,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66C281 color. Also use rgb(102,194,129) instead hex code.

Text Font Color

.myTextColor { color: #66C281; }

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

This text font color is #66C281.


Background Color

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

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

This div background color is #66C281.


Border color

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

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

This div border color is #66C281.


Opacity

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

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

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

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

This text has shadow with #66C281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66C281 on black background.


Color preview on white background

This text has color #66C281 on white background.



Black color preview on #66C281 background

This text has black color on #66C281 background.


White color preview on #66C281 background

This text has white color on #66C281 background.