COLOR #52FB97

HEX: #52FB97
RGB: (82,251,151)

Color info

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

RGB color model

#52FB97 color RGB value is (82,251,151).

  • red value is 82;
  • green value is 251;
  • blue value is 151.
RGB:
(82,251,151)
(32%,98%,59%)

RGB channels and saturation

R 82 of 255 = 32%
G 251 of 255 = 98%
B 151 of 255 = 59%

82
251
151

R + G + B ~ 63%. #52FB97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 251 + 151 = 484 (100%)
R 82 of 484 ~ 16.94%
G 251 of 484 ~ 51.86%
B 151 of 484 ~ 31.2%

%16.94
%51.86
%31.2

CMYK color model

#52FB97 color CMYK value is (67,0,40,2).

  • cyan value is 67.33%
  • magenta value is 0.00%
  • yellow value is 39.84%
  • key color value is 1.57%
CMYK:
(67,0,40,2)
C67M0Y40K2 
(67%,0%,40%,2%)
(0.67/0.00/0.40/0.02)	

CMYK percentages

%67.33
%0
%39.84
%1.57

Codes

Color #52FB97 in popluar color models

52FB97
RGB82251151
HSL144°95.48%65.29%
HSB/HSV144°67.33%98.43%
CMYK67.33%0.00%39.84%
1.57%

Color #52FB97 in popluar number systems.

HEX52FB97
Decimal82251151
Binary10100101111101110010111
Octal122373227

Shades and tints

Shades of #52FB97

#52FB97
(82,251,151)
#4BE58A
(75,229,138)
#44CF7D
(68,207,125)
#3DB970
(61,185,112)
#36A363
(54,163,99)
#2F8D56
(47,141,86)
#287749
(40,119,73)
#21613C
(33,97,60)
#1A4B2F
(26,75,47)
#133522
(19,53,34)
#0C1F15
(12,31,21)
#000000
(0,0,0)

Tints of #52FB97

#52FB97
(82,251,151)
#61FBA0
(97,251,160)
#70FBA9
(112,251,169)
#7FFBB2
(127,251,178)
#8EFBBB
(142,251,187)
#9DFBC4
(157,251,196)
#ACFBCD
(172,251,205)
#BBFBD6
(187,251,214)
#CAFBDF
(202,251,223)
#D9FBE8
(217,251,232)
#E8FBF1
(232,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52FB97 color. Also use rgb(82,251,151) instead hex code.

Text Font Color

.myTextColor { color: #52FB97; }

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

This text font color is #52FB97.


Background Color

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

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

This div background color is #52FB97.


Border color

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

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

This div border color is #52FB97.


Opacity

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

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

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

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

This text has shadow with #52FB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52FB97 on black background.


Color preview on white background

This text has color #52FB97 on white background.



Black color preview on #52FB97 background

This text has black color on #52FB97 background.


White color preview on #52FB97 background

This text has white color on #52FB97 background.