COLOR #77F182

HEX: #77F182 RGB: (119,241,130)

Color info

#77F182 contains mainly green color. Web safe color of #77F182 is #66FF99 (or #6F9).

RGB color model

#77F182 color RGB value is (119,241,130).

RGB: (119,241,130) (47%, 95%, 51%)

RGB channels and saturation

R 119 of 255 = 47%
G 241 of 255 = 95%
B 130 of 255 = 51%

119
241
130

R + G + B ~ 64%. #77F182 is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 241 + 130 = 490 (100%)
R 119 of 490 ~ 24.29%
G 241 of 490 ~ 49.18%
B 130 of 490 ~ 26.53'%

%24.29
%49.18
%26.53

CMYK color model

#77F182 color CMYK value is (51,0,46,5).

  • cyan value is 50.62%
  • magenta value is 0.00%
  • yellow value is 46.06%
  • key color value is 5.49%

CMYK: (51,0,46,5)
C51M0Y46K5 (51%, 0%, 46%, 5%)
(0.51 / 0.00 / 0.46 / 0.05)

CMYK percentages

%50.62
%0
%46.06
%5.49

Codes

Color #77F182 in popluar color models

77 F1 82
RGB 119 241 130
HSL 125° 81.33% 70.59%
HSB/HSV 125° 50.62% 94.51%
CMYK 50.62% 0.00% 46.06%
5.49%

Color #77F182 in popluar number systems.

HEX 77 F1 82
Decimal 119 241 130
Binary 1110111 11110001 10000010
Octal 167 361 202

Shades and tints

Shades of #77F182

#77F182
(119,241,130)
#6DDC77
(109,220,119)
#63C76C
(99,199,108)
#59B261
(89,178,97)
#4F9D56
(79,157,86)
#45884B
(69,136,75)
#3B7340
(59,115,64)
#315E35
(49,94,53)
#27492A
(39,73,42)
#1D341F
(29,52,31)
#131F14
(19,31,20)
#000000
(0,0,0)

Tints of #77F182

#77F182
(119,241,130)
#83F28D
(131,242,141)
#8FF398
(143,243,152)
#9BF4A3
(155,244,163)
#A7F5AE
(167,245,174)
#B3F6B9
(179,246,185)
#BFF7C4
(191,247,196)
#CBF8CF
(203,248,207)
#D7F9DA
(215,249,218)
#E3FAE5
(227,250,229)
#EFFBF0
(239,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77F182 color. Also use rgb(119,241,130) instead hex code.

Text Font Color

.myTextColor { color: #77F182; }

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

This text font color is #77F182.

Background Color

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

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

This div background color is #77F182.

Border color

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

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

This div border color is #77F182.

Opacity

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

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

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

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

This text has shadow with #77F182 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77F182.

Preview

Color preview on black background

This text has color #77F182 on black background.


Color preview on white background

This text has color #77F182 on white background.


Black color preview on #77F182 background

This text has black color on #77F182 background.


White color preview on #77F182 background

This text has white color on #77F182 background.


Related colors

Complementary color

Complementary color for #hex is #880E7D.


I love getcolorcode.com

Triadic colors

1 #8277F1 and #F18277 with #77F182 are triadic colors.

2 #82F177 and #F17782 with #77F182 are triadic colors.