COLOR #77CB52

HEX: #77CB52
RGB: (119,203,82)

Color info

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

RGB color model

#77CB52 color RGB value is (119,203,82).

  • red value is 119;
  • green value is 203;
  • blue value is 82.
RGB:
(119,203,82)
(47%,80%,32%)

RGB channels and saturation

R 119 of 255 = 47%
G 203 of 255 = 80%
B 82 of 255 = 32%

119
203
82

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

Portions of RGB colors in percentages

R + G + B =
119 + 203 + 82 = 404 (100%)
R 119 of 404 ~ 29.46%
G 203 of 404 ~ 50.25%
B 82 of 404 ~ 20.3%

%29.46
%50.25
%20.3

CMYK color model

#77CB52 color CMYK value is (41,0,60,20).

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 59.61%
  • key color value is 20.39%
CMYK:
(41,0,60,20)
C41M0Y60K20 
(41%,0%,60%,20%)
(0.41/0.00/0.60/0.20)	

CMYK percentages

%41.38
%0
%59.61
%20.39

Codes

Color #77CB52 in popluar color models

77CB52
RGB11920382
HSL102°53.78%55.88%
HSB/HSV102°59.61%79.61%
CMYK41.38%0.00%59.61%
20.39%

Color #77CB52 in popluar number systems.

HEX77CB52
Decimal11920382
Binary1110111110010111010010
Octal167313122

Shades and tints

Shades of #77CB52

#77CB52
(119,203,82)
#6DB94B
(109,185,75)
#63A744
(99,167,68)
#59953D
(89,149,61)
#4F8336
(79,131,54)
#45712F
(69,113,47)
#3B5F28
(59,95,40)
#314D21
(49,77,33)
#273B1A
(39,59,26)
#1D2913
(29,41,19)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #77CB52

#77CB52
(119,203,82)
#83CF61
(131,207,97)
#8FD370
(143,211,112)
#9BD77F
(155,215,127)
#A7DB8E
(167,219,142)
#B3DF9D
(179,223,157)
#BFE3AC
(191,227,172)
#CBE7BB
(203,231,187)
#D7EBCA
(215,235,202)
#E3EFD9
(227,239,217)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77CB52; }

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

This text font color is #77CB52.


Background Color

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

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

This div background color is #77CB52.


Border color

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

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

This div border color is #77CB52.


Opacity

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

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

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

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

This text has shadow with #77CB52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77CB52 on black background.


Color preview on white background

This text has color #77CB52 on white background.



Black color preview on #77CB52 background

This text has black color on #77CB52 background.


White color preview on #77CB52 background

This text has white color on #77CB52 background.