COLOR #77F53A

HEX: #77F53A
RGB: (119,245,58)

Color info

#77F53A contains mainly green color. Web safe color of #77F53A is #66FF33 (or #6F3).

RGB color model

#77F53A color RGB value is (119,245,58).

  • red value is 119;
  • green value is 245;
  • blue value is 58.
RGB:
(119,245,58)
(47%,96%,23%)

RGB channels and saturation

R 119 of 255 = 47%
G 245 of 255 = 96%
B 58 of 255 = 23%

119
245
58

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

Portions of RGB colors in percentages

R + G + B =
119 + 245 + 58 = 422 (100%)
R 119 of 422 ~ 28.2%
G 245 of 422 ~ 58.06%
B 58 of 422 ~ 13.74%

%28.2
%58.06
%13.74

CMYK color model

#77F53A color CMYK value is (51,0,76,4).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 76.33%
  • key color value is 3.92%
CMYK:
(51,0,76,4)
C51M0Y76K4 
(51%,0%,76%,4%)
(0.51/0.00/0.76/0.04)	

CMYK percentages

%51.43
%0
%76.33
%3.92

Codes

Color #77F53A in popluar color models

77F53A
RGB11924558
HSL100°90.34%59.41%
HSB/HSV100°76.33%96.08%
CMYK51.43%0.00%76.33%
3.92%

Color #77F53A in popluar number systems.

HEX77F53A
Decimal11924558
Binary111011111110101111010
Octal16736572

Shades and tints

Shades of #77F53A

#77F53A
(119,245,58)
#6DDF35
(109,223,53)
#63C930
(99,201,48)
#59B32B
(89,179,43)
#4F9D26
(79,157,38)
#458721
(69,135,33)
#3B711C
(59,113,28)
#315B17
(49,91,23)
#274512
(39,69,18)
#1D2F0D
(29,47,13)
#131908
(19,25,8)
#000000
(0,0,0)

Tints of #77F53A

#77F53A
(119,245,58)
#83F54B
(131,245,75)
#8FF55C
(143,245,92)
#9BF56D
(155,245,109)
#A7F57E
(167,245,126)
#B3F58F
(179,245,143)
#BFF5A0
(191,245,160)
#CBF5B1
(203,245,177)
#D7F5C2
(215,245,194)
#E3F5D3
(227,245,211)
#EFF5E4
(239,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77F53A color. Also use rgb(119,245,58) instead hex code.

Text Font Color

.myTextColor { color: #77F53A; }

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

This text font color is #77F53A.


Background Color

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

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

This div background color is #77F53A.


Border color

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

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

This div border color is #77F53A.


Opacity

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

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

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

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

This text has shadow with #77F53A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77F53A on black background.


Color preview on white background

This text has color #77F53A on white background.



Black color preview on #77F53A background

This text has black color on #77F53A background.


White color preview on #77F53A background

This text has white color on #77F53A background.