COLOR #66BF7A

HEX: #66BF7A RGB: (102,191,122)

Color info

#66BF7A contains mainly green color. Web safe color of #66BF7A is #66CC66 (or #6C6).

RGB color model

#66BF7A color RGB value is (102,191,122).

RGB: (102,191,122) (40%, 75%, 48%)

RGB channels and saturation

R 102 of 255 = 40%
G 191 of 255 = 75%
B 122 of 255 = 48%

102
191
122

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

Portions of RGB colors in percentages

R + G + B = 102 + 191 + 122 = 415 (100%)
R 102 of 415 ~ 24.58%
G 191 of 415 ~ 46.02%
B 122 of 415 ~ 29.4'%

%24.58
%46.02
%29.4

CMYK color model

#66BF7A color CMYK value is (47,0,36,25).

  • cyan value is 46.60%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 25.10%

CMYK: (47,0,36,25)
C47M0Y36K25 (47%, 0%, 36%, 25%)
(0.47 / 0.00 / 0.36 / 0.25)

CMYK percentages

%46.6
%0
%36.13
%25.1

Codes

Color #66BF7A in popluar color models

66 BF 7A
RGB 102 191 122
HSL 133° 41.01% 57.45%
HSB/HSV 133° 46.60% 74.90%
CMYK 46.60% 0.00% 36.13%
25.10%

Color #66BF7A in popluar number systems.

HEX 66 BF 7A
Decimal 102 191 122
Binary 1100110 10111111 1111010
Octal 146 277 172

Shades and tints

Shades of #66BF7A

#66BF7A
(102,191,122)
#5DAE6F
(93,174,111)
#549D64
(84,157,100)
#4B8C59
(75,140,89)
#427B4E
(66,123,78)
#396A43
(57,106,67)
#305938
(48,89,56)
#27482D
(39,72,45)
#1E3722
(30,55,34)
#152617
(21,38,23)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #66BF7A

#66BF7A
(102,191,122)
#73C486
(115,196,134)
#80C992
(128,201,146)
#8DCE9E
(141,206,158)
#9AD3AA
(154,211,170)
#A7D8B6
(167,216,182)
#B4DDC2
(180,221,194)
#C1E2CE
(193,226,206)
#CEE7DA
(206,231,218)
#DBECE6
(219,236,230)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66BF7A color. Also use rgb(102,191,122) instead hex code.

Text Font Color

.myTextColor { color: #66BF7A; }

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

This text font color is #66BF7A.

Background Color

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

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

This div background color is #66BF7A.

Border color

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

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

This div border color is #66BF7A.

Opacity

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

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

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

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

This text has shadow with #66BF7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66BF7A.

Preview

Color preview on black background

This text has color #66BF7A on black background.


Color preview on white background

This text has color #66BF7A on white background.


Black color preview on #66BF7A background

This text has black color on #66BF7A background.


White color preview on #66BF7A background

This text has white color on #66BF7A background.


Related colors

Complementary color

Complementary color for #hex is #994085.


I love getcolorcode.com

Triadic colors

1 #7A66BF and #BF7A66 with #66BF7A are triadic colors.

2 #7ABF66 and #BF667A with #66BF7A are triadic colors.