#82E87C

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

Shades of Pastel Green #82E87C

Tints of Pastel Green #82E87C

Color information

#82E87C (or 0x82E87C) is unknown color: approx Pastel Green. HEX triplet: 82, E8 and 7C. RGB value is (130,232,124). Sum of RGB (Red+Green+Blue) = 130+232+124=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #82E87C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E87C is #7D1783. Grayscale: #BDBDBD. Windows color (decimal): -8198020 or 8185986. OLE color: 8185986.

HSL color Cylindrical-coordinate representation of color #82E87C: hue angle of 116.67º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82E87C is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB130232124-
CMYK0.4400.470.09
HSL116.67º70.13%69.8%-
HSV(B)116.67º46.55%90.98%-
XYZ41.763.9129.21-
YUV189.1991.2185.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 232 (91.02% from 255) = 47.74%
BLUE value IS 124 (48.83% from 255) = 25.51%
R=26.75%
G=47.74%
B=25.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1302321240.4400.470.09116.6770.1369.8
Hex82E87C2C02F9754646
Octal2023501745405711165106106
Binary1000001011101000111110010110001011111001111010110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,232,124); }

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

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

 a { background-color: rgb(130,232,124); }

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

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

 span { border-color: rgb(130,232,124); }

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