COLOR #52BF77

HEX: #52BF77 RGB: (82,191,119)

Color info

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

RGB color model

#52BF77 color RGB value is (82,191,119).

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

RGB channels and saturation

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

82
191
119

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

Portions of RGB colors in percentages

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

%20.92
%48.72
%30.36

CMYK color model

#52BF77 color CMYK value is (57,0,38,25).

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

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

CMYK percentages

%57.07
%0
%37.7
%25.1

Codes

Color #52BF77 in popluar color models

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

Color #52BF77 in popluar number systems.

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

Shades and tints

Shades of #52BF77

#52BF77
(82,191,119)
#4BAE6D
(75,174,109)
#449D63
(68,157,99)
#3D8C59
(61,140,89)
#367B4F
(54,123,79)
#2F6A45
(47,106,69)
#28593B
(40,89,59)
#214831
(33,72,49)
#1A3727
(26,55,39)
#13261D
(19,38,29)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #52BF77

#52BF77
(82,191,119)
#61C483
(97,196,131)
#70C98F
(112,201,143)
#7FCE9B
(127,206,155)
#8ED3A7
(142,211,167)
#9DD8B3
(157,216,179)
#ACDDBF
(172,221,191)
#BBE2CB
(187,226,203)
#CAE7D7
(202,231,215)
#D9ECE3
(217,236,227)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52BF77; }

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

This text font color is #52BF77.

Background Color

.myBgColor { background-color: #52BF77; }

<div style="background-color:#52BF77">Inner text</div>

This div background color is #52BF77.

Border color

.myBorderColor { border: 1px solid #52BF77; }

<div style="border:3px solid #52BF77">Div</div>

This div border color is #52BF77.

Opacity

.myOpacity80 { color: #52BF77; opacity: 0.8; }

<p style="color:#52BF77;opacity:0.8;">80%</p>

Text with #52BF77 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 #52BF77;}

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

This text has shadow with #52BF77 color.


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

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

This text has shadow with #52BF77 primary color and red secondary color.


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

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

This text has shadow with #52BF77 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #52BF77.

Preview

Color preview on black background

This text has color #52BF77 on black background.


Color preview on white background

This text has color #52BF77 on white background.


Black color preview on #52BF77 background

This text has black color on #52BF77 background.


White color preview on #52BF77 background

This text has white color on #52BF77 background.


Related colors

Complementary color

Complementary color for #hex is #AD4088.


I love getcolorcode.com

Triadic colors

1 #7752BF and #BF7752 with #52BF77 are triadic colors.

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