COLOR #77CC1E

HEX: #77CC1E RGB: (119,204,30)

Color info

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

RGB color model

#77CC1E color RGB value is (119,204,30).

RGB: (119,204,30) (47%, 80%, 12%)

RGB channels and saturation

R 119 of 255 = 47%
G 204 of 255 = 80%
B 30 of 255 = 12%

119
204
30

R + G + B ~ 46%. #77CC1E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 204 + 30 = 353 (100%)
R 119 of 353 ~ 33.71%
G 204 of 353 ~ 57.79%
B 30 of 353 ~ 8.5'%

%33.71
%57.79

CMYK color model

#77CC1E color CMYK value is (42,0,85,20).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 85.29%
  • key color value is 20.00%

CMYK: (42,0,85,20)
C42M0Y85K20 (42%, 0%, 85%, 20%)
(0.42 / 0.00 / 0.85 / 0.20)

CMYK percentages

%41.67
%0
%85.29
%20

Codes

Color #77CC1E in popluar color models

77 CC 1E
RGB 119 204 30
HSL 89° 74.36% 45.88%
HSB/HSV 89° 85.29% 80.00%
CMYK 41.67% 0.00% 85.29%
20.00%

Color #77CC1E in popluar number systems.

HEX 77 CC 1E
Decimal 119 204 30
Binary 1110111 11001100 11110
Octal 167 314 36

Shades and tints

Shades of #77CC1E

#77CC1E
(119,204,30)
#6DBA1C
(109,186,28)
#63A81A
(99,168,26)
#599618
(89,150,24)
#4F8416
(79,132,22)
#457214
(69,114,20)
#3B6012
(59,96,18)
#314E10
(49,78,16)
#273C0E
(39,60,14)
#1D2A0C
(29,42,12)
#13180A
(19,24,10)
#000000
(0,0,0)

Tints of #77CC1E

#77CC1E
(119,204,30)
#83D032
(131,208,50)
#8FD446
(143,212,70)
#9BD85A
(155,216,90)
#A7DC6E
(167,220,110)
#B3E082
(179,224,130)
#BFE496
(191,228,150)
#CBE8AA
(203,232,170)
#D7ECBE
(215,236,190)
#E3F0D2
(227,240,210)
#EFF4E6
(239,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77CC1E color. Also use rgb(119,204,30) instead hex code.

Text Font Color

.myTextColor { color: #77CC1E; }

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

This text font color is #77CC1E.

Background Color

.myBgColor { background-color: #77CC1E; }

<div style="background-color:#77CC1E">Inner text</div>

This div background color is #77CC1E.

Border color

.myBorderColor { border: 1px solid #77CC1E; }

<div style="border:3px solid #77CC1E">Div</div>

This div border color is #77CC1E.

Opacity

.myOpacity80 { color: #77CC1E; opacity: 0.8; }

<p style="color:#77CC1E;opacity:0.8;">80%</p>

Text with #77CC1E 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 #77CC1E;}

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

This text has shadow with #77CC1E color.


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

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

This text has shadow with #77CC1E primary color and red secondary color.


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

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

This text has shadow with #77CC1E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77CC1E.

Preview

Color preview on black background

This text has color #77CC1E on black background.


Color preview on white background

This text has color #77CC1E on white background.


Black color preview on #77CC1E background

This text has black color on #77CC1E background.


White color preview on #77CC1E background

This text has white color on #77CC1E background.


Related colors

Complementary color

Complementary color for #hex is #8833E1.


I love getcolorcode.com

Triadic colors

1 #1E77CC and #CC1E77 with #77CC1E are triadic colors.

2 #1ECC77 and #CC771E with #77CC1E are triadic colors.