COLOR #77BF52

HEX: #77BF52 RGB: (119,191,82)

Color info

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

RGB color model

#77BF52 color RGB value is (119,191,82).

RGB: (119,191,82) (47%, 75%, 32%)

RGB channels and saturation

R 119 of 255 = 47%
G 191 of 255 = 75%
B 82 of 255 = 32%

119
191
82

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

Portions of RGB colors in percentages

R + G + B = 119 + 191 + 82 = 392 (100%)
R 119 of 392 ~ 30.36%
G 191 of 392 ~ 48.72%
B 82 of 392 ~ 20.92'%

%30.36
%48.72
%20.92

CMYK color model

#77BF52 color CMYK value is (38,0,57,25).

  • cyan value is 37.70%
  • magenta value is 0.00%
  • yellow value is 57.07%
  • key color value is 25.10%

CMYK: (38,0,57,25)
C38M0Y57K25 (38%, 0%, 57%, 25%)
(0.38 / 0.00 / 0.57 / 0.25)

CMYK percentages

%37.7
%0
%57.07
%25.1

Codes

Color #77BF52 in popluar color models

77 BF 52
RGB 119 191 82
HSL 100° 45.99% 53.53%
HSB/HSV 100° 57.07% 74.90%
CMYK 37.70% 0.00% 57.07%
25.10%

Color #77BF52 in popluar number systems.

HEX 77 BF 52
Decimal 119 191 82
Binary 1110111 10111111 1010010
Octal 167 277 122

Shades and tints

Shades of #77BF52

#77BF52
(119,191,82)
#6DAE4B
(109,174,75)
#639D44
(99,157,68)
#598C3D
(89,140,61)
#4F7B36
(79,123,54)
#456A2F
(69,106,47)
#3B5928
(59,89,40)
#314821
(49,72,33)
#27371A
(39,55,26)
#1D2613
(29,38,19)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #77BF52

#77BF52
(119,191,82)
#83C461
(131,196,97)
#8FC970
(143,201,112)
#9BCE7F
(155,206,127)
#A7D38E
(167,211,142)
#B3D89D
(179,216,157)
#BFDDAC
(191,221,172)
#CBE2BB
(203,226,187)
#D7E7CA
(215,231,202)
#E3ECD9
(227,236,217)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77BF52 color. Also use rgb(119,191,82) instead hex code.

Text Font Color

.myTextColor { color: #77BF52; }

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

This text font color is #77BF52.

Background Color

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

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

This div background color is #77BF52.

Border color

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

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

This div border color is #77BF52.

Opacity

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

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

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

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

This text has shadow with #77BF52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77BF52.

Preview

Color preview on black background

This text has color #77BF52 on black background.


Color preview on white background

This text has color #77BF52 on white background.


Black color preview on #77BF52 background

This text has black color on #77BF52 background.


White color preview on #77BF52 background

This text has white color on #77BF52 background.


Related colors

Complementary color

Complementary color for #hex is #8840AD.


I love getcolorcode.com

Triadic colors

1 #5277BF and #BF5277 with #77BF52 are triadic colors.

2 #52BF77 and #BF7752 with #77BF52 are triadic colors.