COLOR #77D465

HEX: #77D465 RGB: (119,212,101)

Color info

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

RGB color model

#77D465 color RGB value is (119,212,101).

RGB: (119,212,101) (47%, 83%, 40%)

RGB channels and saturation

R 119 of 255 = 47%
G 212 of 255 = 83%
B 101 of 255 = 40%

119
212
101

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

Portions of RGB colors in percentages

R + G + B = 119 + 212 + 101 = 432 (100%)
R 119 of 432 ~ 27.55%
G 212 of 432 ~ 49.07%
B 101 of 432 ~ 23.38'%

%27.55
%49.07
%23.38

CMYK color model

#77D465 color CMYK value is (44,0,52,17).

  • cyan value is 43.87%
  • magenta value is 0.00%
  • yellow value is 52.36%
  • key color value is 16.86%

CMYK: (44,0,52,17)
C44M0Y52K17 (44%, 0%, 52%, 17%)
(0.44 / 0.00 / 0.52 / 0.17)

CMYK percentages

%43.87
%0
%52.36
%16.86

Codes

Color #77D465 in popluar color models

77 D4 65
RGB 119 212 101
HSL 110° 56.35% 61.37%
HSB/HSV 110° 52.36% 83.14%
CMYK 43.87% 0.00% 52.36%
16.86%

Color #77D465 in popluar number systems.

HEX 77 D4 65
Decimal 119 212 101
Binary 1110111 11010100 1100101
Octal 167 324 145

Shades and tints

Shades of #77D465

#77D465
(119,212,101)
#6DC15C
(109,193,92)
#63AE53
(99,174,83)
#599B4A
(89,155,74)
#4F8841
(79,136,65)
#457538
(69,117,56)
#3B622F
(59,98,47)
#314F26
(49,79,38)
#273C1D
(39,60,29)
#1D2914
(29,41,20)
#13160B
(19,22,11)
#000000
(0,0,0)

Tints of #77D465

#77D465
(119,212,101)
#83D773
(131,215,115)
#8FDA81
(143,218,129)
#9BDD8F
(155,221,143)
#A7E09D
(167,224,157)
#B3E3AB
(179,227,171)
#BFE6B9
(191,230,185)
#CBE9C7
(203,233,199)
#D7ECD5
(215,236,213)
#E3EFE3
(227,239,227)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77D465 color. Also use rgb(119,212,101) instead hex code.

Text Font Color

.myTextColor { color: #77D465; }

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

This text font color is #77D465.

Background Color

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

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

This div background color is #77D465.

Border color

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

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

This div border color is #77D465.

Opacity

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

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

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

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

This text has shadow with #77D465 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77D465.

Preview

Color preview on black background

This text has color #77D465 on black background.


Color preview on white background

This text has color #77D465 on white background.


Black color preview on #77D465 background

This text has black color on #77D465 background.


White color preview on #77D465 background

This text has white color on #77D465 background.


Related colors

Complementary color

Complementary color for #hex is #882B9A.


I love getcolorcode.com

Triadic colors

1 #6577D4 and #D46577 with #77D465 are triadic colors.

2 #65D477 and #D47765 with #77D465 are triadic colors.