COLOR #77C483

HEX: #77C483
RGB: (119,196,131)

Color info

#77C483 contains mainly green color. Web safe color of #77C483 is #66CC99 (or #6C9).

RGB color model

#77C483 color RGB value is (119,196,131).

  • red value is 119;
  • green value is 196;
  • blue value is 131.
RGB:
(119,196,131)
(47%,77%,51%)

RGB channels and saturation

R 119 of 255 = 47%
G 196 of 255 = 77%
B 131 of 255 = 51%

119
196
131

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

Portions of RGB colors in percentages

R + G + B =
119 + 196 + 131 = 446 (100%)
R 119 of 446 ~ 26.68%
G 196 of 446 ~ 43.95%
B 131 of 446 ~ 29.37%

%26.68
%43.95
%29.37

CMYK color model

#77C483 color CMYK value is (39,0,33,23).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 33.16%
  • key color value is 23.14%
CMYK:
(39,0,33,23)
C39M0Y33K23 
(39%,0%,33%,23%)
(0.39/0.00/0.33/0.23)	

CMYK percentages

%39.29
%0
%33.16
%23.14

Codes

Color #77C483 in popluar color models

77C483
RGB119196131
HSL129°39.49%61.76%
HSB/HSV129°39.29%76.86%
CMYK39.29%0.00%33.16%
23.14%

Color #77C483 in popluar number systems.

HEX77C483
Decimal119196131
Binary11101111100010010000011
Octal167304203

Shades and tints

Shades of #77C483

#77C483
(119,196,131)
#6DB378
(109,179,120)
#63A26D
(99,162,109)
#599162
(89,145,98)
#4F8057
(79,128,87)
#456F4C
(69,111,76)
#3B5E41
(59,94,65)
#314D36
(49,77,54)
#273C2B
(39,60,43)
#1D2B20
(29,43,32)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #77C483

#77C483
(119,196,131)
#83C98E
(131,201,142)
#8FCE99
(143,206,153)
#9BD3A4
(155,211,164)
#A7D8AF
(167,216,175)
#B3DDBA
(179,221,186)
#BFE2C5
(191,226,197)
#CBE7D0
(203,231,208)
#D7ECDB
(215,236,219)
#E3F1E6
(227,241,230)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77C483 color. Also use rgb(119,196,131) instead hex code.

Text Font Color

.myTextColor { color: #77C483; }

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

This text font color is #77C483.


Background Color

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

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

This div background color is #77C483.


Border color

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

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

This div border color is #77C483.


Opacity

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

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

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

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

This text has shadow with #77C483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77C483 on black background.


Color preview on white background

This text has color #77C483 on white background.



Black color preview on #77C483 background

This text has black color on #77C483 background.


White color preview on #77C483 background

This text has white color on #77C483 background.