#82E171

Color #82E171 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #82E171

Tints of Pastel Green #82E171

Color information

#82E171 (or 0x82E171) is unknown color: approx Pastel Green. HEX triplet: 82, E1 and 71. RGB value is (130,225,113). Sum of RGB (Red+Green+Blue) = 130+225+113=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #82E171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E171 is #7D1E8E. Grayscale: #B8B8B8. Windows color (decimal): -8199823 or 7463298. OLE color: 7463298.

HSL color Cylindrical-coordinate representation of color #82E171: hue angle of 110.89º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82E171 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB130225113-
CMYK0.4200.500.12
HSL110.89º65.12%66.27%-
HSV(B)110.89º49.78%88.24%-
XYZ39.1159.7925.1-
YUV183.8388.0389.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 27.78%
GREEN value IS 225 (88.28% from 255) = 48.08%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=27.78%
G=48.08%
B=24.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302251130.4200.500.12110.8965.1266.27
Hex82E1712A032C6f4142
Octal2023411615206214157101102
Binary1000001011100001111000110101001100101100110111110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82E171; }

 p { color: rgb(130,225,113); }

 H1.HeaderClassName
 {
   color: #82E171;
 }
 .AnyTagClassName
 {
   color: #82E171;
 }
</style>
background-color css

<style>
 a { background-color: #82E171; }

 a { background-color: rgb(130,225,113); }

 div.DivClassName
 {
   background-color: #82E171;
 }
 .BgClassName
 {
   background-color: #82E171;
 }
</style>
border-color css

<style>
 span { border-color: #82E171; }

 span { border-color: rgb(130,225,113); }

 td.TdClassName
 {
   border-color: #82E171;
 }
 .TagClassName
 {
   border-color: #82E171;
 }
</style>