COLOR #66BA59

HEX: #66BA59
RGB: (102,186,89)

Color info

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

RGB color model

#66BA59 color RGB value is (102,186,89).

  • red value is 102;
  • green value is 186;
  • blue value is 89.
RGB:
(102,186,89)
(40%,73%,35%)

RGB channels and saturation

R 102 of 255 = 40%
G 186 of 255 = 73%
B 89 of 255 = 35%

102
186
89

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

Portions of RGB colors in percentages

R + G + B =
102 + 186 + 89 = 377 (100%)
R 102 of 377 ~ 27.06%
G 186 of 377 ~ 49.34%
B 89 of 377 ~ 23.61%

%27.06
%49.34
%23.61

CMYK color model

#66BA59 color CMYK value is (45,0,52,27).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 52.15%
  • key color value is 27.06%
CMYK:
(45,0,52,27)
C45M0Y52K27 
(45%,0%,52%,27%)
(0.45/0.00/0.52/0.27)	

CMYK percentages

%45.16
%0
%52.15
%27.06

Codes

Color #66BA59 in popluar color models

66BA59
RGB10218689
HSL112°41.28%53.92%
HSB/HSV112°52.15%72.94%
CMYK45.16%0.00%52.15%
27.06%

Color #66BA59 in popluar number systems.

HEX66BA59
Decimal10218689
Binary1100110101110101011001
Octal146272131

Shades and tints

Shades of #66BA59

#66BA59
(102,186,89)
#5DAA51
(93,170,81)
#549A49
(84,154,73)
#4B8A41
(75,138,65)
#427A39
(66,122,57)
#396A31
(57,106,49)
#305A29
(48,90,41)
#274A21
(39,74,33)
#1E3A19
(30,58,25)
#152A11
(21,42,17)
#0C1A09
(12,26,9)
#000000
(0,0,0)

Tints of #66BA59

#66BA59
(102,186,89)
#73C068
(115,192,104)
#80C677
(128,198,119)
#8DCC86
(141,204,134)
#9AD295
(154,210,149)
#A7D8A4
(167,216,164)
#B4DEB3
(180,222,179)
#C1E4C2
(193,228,194)
#CEEAD1
(206,234,209)
#DBF0E0
(219,240,224)
#E8F6EF
(232,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66BA59 color. Also use rgb(102,186,89) instead hex code.

Text Font Color

.myTextColor { color: #66BA59; }

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

This text font color is #66BA59.


Background Color

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

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

This div background color is #66BA59.


Border color

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

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

This div border color is #66BA59.


Opacity

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

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

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

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

This text has shadow with #66BA59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66BA59 on black background.


Color preview on white background

This text has color #66BA59 on white background.



Black color preview on #66BA59 background

This text has black color on #66BA59 background.


White color preview on #66BA59 background

This text has white color on #66BA59 background.