color codes Logo

#82d24e color codes

#82D24E
(130,210,78)
0 Favorites   0 Comments

Color spaces of #82d24e

RGB 13021078
HSL0.270.590.56
HSV96°63°82°
CMYK 0.380.000.63   0.18
XYZ33.627751.389115.3544
Yxy51.38910.33500.5120
Hunter Lab71.6862-41.717237.4811
CIE-Lab76.9141-46.856056.0959

#82d24e color RGB value is (130,210,78).

#82d24e hex color red value is 130, green value is 210 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #82d24e hue: 0.27 , saturation: 0.59 and the lightness value of 82d24e is 0.56.

The process color (four color CMYK) of #82d24e color code is 0.38, 0.00, 0.63, 0.18. Web safe color of #82d24e is #99cc66. Color #82d24e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 11010010 01001110
Octal 202 322 116
Decimal 130 210 78
Hex 82 D2 4E

RGB Percentages of Color #82d24e

%31.10
%50.24
%18.66

CMYK Percentages of Color #82d24e

%38
%0
%63
%18

Triadic Colors of #82d24e

#82d24e #4e82d2 #d24e82

Analogous Colors of #82d24e

#82d24e #4ed25c #c4d24e

Monochromatic Colors of #82d24e

#82d24e

Complementary Color

#82d24e #9e4ed2

#82d24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82d24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82d24e Color CSS Codes

.mybgcolor {background-color:#82d24e; } 
.myforecolor {color:#82d24e; }
.mybordercolor {border:3px solid #82d24e; }

#82d24e Text Font Color

<p style="color:#82d24e">Text here</p>

This sample text font color is #82d24e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#82d24e Background Color

<div style="background-color:#82d24e">
Div content here</div>

This div background color is #82d24e


#82d24e Border Color

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

This div border color is #82d24e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,210,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82d24e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82d24e;
  -webkit-box-shadow: 1px 1px 3px 2px #82d24e;
  box-shadow:         1px 1px 3px 2px #82d24e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,210,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #82d24e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #82d24e;
  -webkit-box-shadow: 1px 1px 3px 2px #82d24e;
  box-shadow:         1px 1px 3px 2px #82d24e;">
Div content here</div>

This div box has shadow with color #82d24e


Comments

No comments written yet.

Please login to write comment.