COLOR #82FB52

HEX: #82FB52
RGB: (130,251,82)

Color info

#82FB52 contains mainly green color. Web safe color of #82FB52 is #99FF66 (or #9F6).

RGB color model

#82FB52 color RGB value is (130,251,82).

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

RGB channels and saturation

R 130 of 255 = 51%
G 251 of 255 = 98%
B 82 of 255 = 32%

130
251
82

R + G + B ~ 60%. #82FB52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 251 + 82 = 463 (100%)
R 130 of 463 ~ 28.08%
G 251 of 463 ~ 54.21%
B 82 of 463 ~ 17.71%

%28.08
%54.21
%17.71

CMYK color model

#82FB52 color CMYK value is (48,0,67,2).

  • cyan value is 48.21%
  • magenta value is 0.00%
  • yellow value is 67.33%
  • key color value is 1.57%
CMYK:
(48,0,67,2)
C48M0Y67K2 
(48%,0%,67%,2%)
(0.48/0.00/0.67/0.02)	

CMYK percentages

%48.21
%0
%67.33
%1.57

Codes

Color #82FB52 in popluar color models

82FB52
RGB13025182
HSL103°95.48%65.29%
HSB/HSV103°67.33%98.43%
CMYK48.21%0.00%67.33%
1.57%

Color #82FB52 in popluar number systems.

HEX82FB52
Decimal13025182
Binary10000010111110111010010
Octal202373122

Shades and tints

Shades of #82FB52

#82FB52
(130,251,82)
#77E54B
(119,229,75)
#6CCF44
(108,207,68)
#61B93D
(97,185,61)
#56A336
(86,163,54)
#4B8D2F
(75,141,47)
#407728
(64,119,40)
#356121
(53,97,33)
#2A4B1A
(42,75,26)
#1F3513
(31,53,19)
#141F0C
(20,31,12)
#000000
(0,0,0)

Tints of #82FB52

#82FB52
(130,251,82)
#8DFB61
(141,251,97)
#98FB70
(152,251,112)
#A3FB7F
(163,251,127)
#AEFB8E
(174,251,142)
#B9FB9D
(185,251,157)
#C4FBAC
(196,251,172)
#CFFBBB
(207,251,187)
#DAFBCA
(218,251,202)
#E5FBD9
(229,251,217)
#F0FBE8
(240,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82FB52; }

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

This text font color is #82FB52.


Background Color

.myBgColor { background-color: #82FB52; }

<div style="background-color:#82FB52">Inner text</div>

This div background color is #82FB52.


Border color

.myBorderColor { border: 1px solid #82FB52; }

<div style="border:3px solid #82FB52">Div</div>

This div border color is #82FB52.


Opacity

.myOpacity80 { color: #82FB52; opacity: 0.8; }

<p style="color:#82FB52;opacity:0.8;">80%</p>

Text with #82FB52 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 #82FB52;}

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

This text has shadow with #82FB52 color.

.textShadow {text-shadow: 3px 3px 1px #82FB52, 3px 3px 1px red;}

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

This text has shadow with #82FB52 primary color and red secondary color.


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

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

This text has shadow with #82FB52 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82FB52 on black background.


Color preview on white background

This text has color #82FB52 on white background.



Black color preview on #82FB52 background

This text has black color on #82FB52 background.


White color preview on #82FB52 background

This text has white color on #82FB52 background.