COLOR #66CB99

HEX: #66CB99
RGB: (102,203,153)

Color info

#66CB99 contains mainly green and blue colors. Web safe color of #66CB99 is #66CC99 (or #6C9).

RGB color model

#66CB99 color RGB value is (102,203,153).

  • red value is 102;
  • green value is 203;
  • blue value is 153.
RGB:
(102,203,153)
(40%,80%,60%)

RGB channels and saturation

R 102 of 255 = 40%
G 203 of 255 = 80%
B 153 of 255 = 60%

102
203
153

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

Portions of RGB colors in percentages

R + G + B =
102 + 203 + 153 = 458 (100%)
R 102 of 458 ~ 22.27%
G 203 of 458 ~ 44.32%
B 153 of 458 ~ 33.41%

%22.27
%44.32
%33.41

CMYK color model

#66CB99 color CMYK value is (50,0,25,20).

  • cyan value is 49.75%
  • magenta value is 0.00%
  • yellow value is 24.63%
  • key color value is 20.39%
CMYK:
(50,0,25,20)
C50M0Y25K20 
(50%,0%,25%,20%)
(0.50/0.00/0.25/0.20)	

CMYK percentages

%49.75
%0
%24.63
%20.39

Codes

Color #66CB99 in popluar color models

66CB99
RGB102203153
HSL150°49.27%59.80%
HSB/HSV150°49.75%79.61%
CMYK49.75%0.00%24.63%
20.39%

Color #66CB99 in popluar number systems.

HEX66CB99
Decimal102203153
Binary11001101100101110011001
Octal146313231

Shades and tints

Shades of #66CB99

#66CB99
(102,203,153)
#5DB98C
(93,185,140)
#54A77F
(84,167,127)
#4B9572
(75,149,114)
#428365
(66,131,101)
#397158
(57,113,88)
#305F4B
(48,95,75)
#274D3E
(39,77,62)
#1E3B31
(30,59,49)
#152924
(21,41,36)
#0C1717
(12,23,23)
#000000
(0,0,0)

Tints of #66CB99

#66CB99
(102,203,153)
#73CFA2
(115,207,162)
#80D3AB
(128,211,171)
#8DD7B4
(141,215,180)
#9ADBBD
(154,219,189)
#A7DFC6
(167,223,198)
#B4E3CF
(180,227,207)
#C1E7D8
(193,231,216)
#CEEBE1
(206,235,225)
#DBEFEA
(219,239,234)
#E8F3F3
(232,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66CB99 color. Also use rgb(102,203,153) instead hex code.

Text Font Color

.myTextColor { color: #66CB99; }

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

This text font color is #66CB99.


Background Color

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

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

This div background color is #66CB99.


Border color

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

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

This div border color is #66CB99.


Opacity

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

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

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

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

This text has shadow with #66CB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66CB99 on black background.


Color preview on white background

This text has color #66CB99 on white background.



Black color preview on #66CB99 background

This text has black color on #66CB99 background.


White color preview on #66CB99 background

This text has white color on #66CB99 background.