COLOR #66CB39

HEX: #66CB39 RGB: (102,203,57)

Color info

#66CB39 contains mainly green color. Web safe color of #66CB39 is #66CC33 (or #6C3).

RGB color model

#66CB39 color RGB value is (102,203,57).

RGB: (102,203,57) (40%, 80%, 22%)

RGB channels and saturation

R 102 of 255 = 40%
G 203 of 255 = 80%
B 57 of 255 = 22%

102
203
57

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

Portions of RGB colors in percentages

R + G + B = 102 + 203 + 57 = 362 (100%)
R 102 of 362 ~ 28.18%
G 203 of 362 ~ 56.08%
B 57 of 362 ~ 15.75'%

%28.18
%56.08
%15.75

CMYK color model

#66CB39 color CMYK value is (50,0,72,20).

  • cyan value is 49.75%
  • magenta value is 0.00%
  • yellow value is 71.92%
  • key color value is 20.39%

CMYK: (50,0,72,20)
C50M0Y72K20 (50%, 0%, 72%, 20%)
(0.50 / 0.00 / 0.72 / 0.20)

CMYK percentages

%49.75
%0
%71.92
%20.39

Codes

Color #66CB39 in popluar color models

66 CB 39
RGB 102 203 57
HSL 102° 58.40% 50.98%
HSB/HSV 102° 71.92% 79.61%
CMYK 49.75% 0.00% 71.92%
20.39%

Color #66CB39 in popluar number systems.

HEX 66 CB 39
Decimal 102 203 57
Binary 1100110 11001011 111001
Octal 146 313 71

Shades and tints

Shades of #66CB39

#66CB39
(102,203,57)
#5DB934
(93,185,52)
#54A72F
(84,167,47)
#4B952A
(75,149,42)
#428325
(66,131,37)
#397120
(57,113,32)
#305F1B
(48,95,27)
#274D16
(39,77,22)
#1E3B11
(30,59,17)
#15290C
(21,41,12)
#0C1707
(12,23,7)
#000000
(0,0,0)

Tints of #66CB39

#66CB39
(102,203,57)
#73CF4B
(115,207,75)
#80D35D
(128,211,93)
#8DD76F
(141,215,111)
#9ADB81
(154,219,129)
#A7DF93
(167,223,147)
#B4E3A5
(180,227,165)
#C1E7B7
(193,231,183)
#CEEBC9
(206,235,201)
#DBEFDB
(219,239,219)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66CB39; }

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

This text font color is #66CB39.

Background Color

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

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

This div background color is #66CB39.

Border color

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

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

This div border color is #66CB39.

Opacity

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

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

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

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

This text has shadow with #66CB39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66CB39.

Preview

Color preview on black background

This text has color #66CB39 on black background.


Color preview on white background

This text has color #66CB39 on white background.


Black color preview on #66CB39 background

This text has black color on #66CB39 background.


White color preview on #66CB39 background

This text has white color on #66CB39 background.


Related colors

Complementary color

Complementary color for #hex is #9934C6.


I love getcolorcode.com

Triadic colors

1 #3966CB and #CB3966 with #66CB39 are triadic colors.

2 #39CB66 and #CB6639 with #66CB39 are triadic colors.