COLOR #66BE53

HEX: #66BE53 RGB: (102,190,83)

Color info

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

RGB color model

#66BE53 color RGB value is (102,190,83).

RGB: (102,190,83) (40%, 75%, 33%)

RGB channels and saturation

R 102 of 255 = 40%
G 190 of 255 = 75%
B 83 of 255 = 33%

102
190
83

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

Portions of RGB colors in percentages

R + G + B = 102 + 190 + 83 = 375 (100%)
R 102 of 375 ~ 27.2%
G 190 of 375 ~ 50.67%
B 83 of 375 ~ 22.13'%

%27.2
%50.67
%22.13

CMYK color model

#66BE53 color CMYK value is (46,0,56,25).

  • cyan value is 46.32%
  • magenta value is 0.00%
  • yellow value is 56.32%
  • key color value is 25.49%

CMYK: (46,0,56,25)
C46M0Y56K25 (46%, 0%, 56%, 25%)
(0.46 / 0.00 / 0.56 / 0.25)

CMYK percentages

%46.32
%0
%56.32
%25.49

Codes

Color #66BE53 in popluar color models

66 BE 53
RGB 102 190 83
HSL 109° 45.15% 53.53%
HSB/HSV 109° 56.32% 74.51%
CMYK 46.32% 0.00% 56.32%
25.49%

Color #66BE53 in popluar number systems.

HEX 66 BE 53
Decimal 102 190 83
Binary 1100110 10111110 1010011
Octal 146 276 123

Shades and tints

Shades of #66BE53

#66BE53
(102,190,83)
#5DAD4C
(93,173,76)
#549C45
(84,156,69)
#4B8B3E
(75,139,62)
#427A37
(66,122,55)
#396930
(57,105,48)
#305829
(48,88,41)
#274722
(39,71,34)
#1E361B
(30,54,27)
#152514
(21,37,20)
#0C140D
(12,20,13)
#000000
(0,0,0)

Tints of #66BE53

#66BE53
(102,190,83)
#73C362
(115,195,98)
#80C871
(128,200,113)
#8DCD80
(141,205,128)
#9AD28F
(154,210,143)
#A7D79E
(167,215,158)
#B4DCAD
(180,220,173)
#C1E1BC
(193,225,188)
#CEE6CB
(206,230,203)
#DBEBDA
(219,235,218)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66BE53 color. Also use rgb(102,190,83) instead hex code.

Text Font Color

.myTextColor { color: #66BE53; }

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

This text font color is #66BE53.

Background Color

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

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

This div background color is #66BE53.

Border color

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

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

This div border color is #66BE53.

Opacity

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

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

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

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

This text has shadow with #66BE53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66BE53.

Preview

Color preview on black background

This text has color #66BE53 on black background.


Color preview on white background

This text has color #66BE53 on white background.


Black color preview on #66BE53 background

This text has black color on #66BE53 background.


White color preview on #66BE53 background

This text has white color on #66BE53 background.


Related colors

Complementary color

Complementary color for #hex is #9941AC.


I love getcolorcode.com

Triadic colors

1 #5366BE and #BE5366 with #66BE53 are triadic colors.

2 #53BE66 and #BE6653 with #66BE53 are triadic colors.