COLOR #77D444

HEX: #77D444
RGB: (119,212,68)

Color info

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

RGB color model

#77D444 color RGB value is (119,212,68).

  • red value is 119;
  • green value is 212;
  • blue value is 68.
RGB:
(119,212,68)
(47%,83%,27%)

RGB channels and saturation

R 119 of 255 = 47%
G 212 of 255 = 83%
B 68 of 255 = 27%

119
212
68

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

Portions of RGB colors in percentages

R + G + B =
119 + 212 + 68 = 399 (100%)
R 119 of 399 ~ 29.82%
G 212 of 399 ~ 53.13%
B 68 of 399 ~ 17.04%

%29.82
%53.13
%17.04

CMYK color model

#77D444 color CMYK value is (44,0,68,17).

  • cyan value is 43.87%
  • magenta value is 0.00%
  • yellow value is 67.92%
  • key color value is 16.86%
CMYK:
(44,0,68,17)
C44M0Y68K17 
(44%,0%,68%,17%)
(0.44/0.00/0.68/0.17)	

CMYK percentages

%43.87
%0
%67.92
%16.86

Codes

Color #77D444 in popluar color models

77D444
RGB11921268
HSL99°62.61%54.90%
HSB/HSV99°67.92%83.14%
CMYK43.87%0.00%67.92%
16.86%

Color #77D444 in popluar number systems.

HEX77D444
Decimal11921268
Binary1110111110101001000100
Octal167324104

Shades and tints

Shades of #77D444

#77D444
(119,212,68)
#6DC13E
(109,193,62)
#63AE38
(99,174,56)
#599B32
(89,155,50)
#4F882C
(79,136,44)
#457526
(69,117,38)
#3B6220
(59,98,32)
#314F1A
(49,79,26)
#273C14
(39,60,20)
#1D290E
(29,41,14)
#131608
(19,22,8)
#000000
(0,0,0)

Tints of #77D444

#77D444
(119,212,68)
#83D755
(131,215,85)
#8FDA66
(143,218,102)
#9BDD77
(155,221,119)
#A7E088
(167,224,136)
#B3E399
(179,227,153)
#BFE6AA
(191,230,170)
#CBE9BB
(203,233,187)
#D7ECCC
(215,236,204)
#E3EFDD
(227,239,221)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77D444; }

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

This text font color is #77D444.


Background Color

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

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

This div background color is #77D444.


Border color

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

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

This div border color is #77D444.


Opacity

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

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

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

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

This text has shadow with #77D444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77D444 on black background.


Color preview on white background

This text has color #77D444 on white background.



Black color preview on #77D444 background

This text has black color on #77D444 background.


White color preview on #77D444 background

This text has white color on #77D444 background.