#82ea80

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

Shades of Pastel Green #82EA80

Tints of Pastel Green #82EA80

Color information

#82EA80 (or 0x82EA80) is unknown color: approx Pastel Green. HEX triplet: 82, EA and 80. RGB value is (130,234,128). Sum of RGB (Red+Green+Blue) = 130+234+128=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EA80 is #7D157F. Grayscale: #BFBFBF. Windows color (decimal): -8197504 or 8448642. OLE color: 8448642.

HSL color Cylindrical-coordinate representation of color #82EA80: hue angle of 118.87º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EA80 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB130234128-
CMYK0.4400.450.08
HSL118.87º71.62%70.98%-
HSV(B)118.87º45.3%91.76%-
XYZ42.5365.1530.76-
YUV190.8292.5484.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.42%
GREEN value IS 234 (91.80% from 255) = 47.56%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=26.42%
G=47.56%
B=26.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302341280.4400.450.08118.8771.6270.98
Hex82EA802C02D8774847
Octal2023522005405510167110107
Binary10000010111010101000000010110001011011000111011110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ea80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,234,128); }

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

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

 a { background-color: rgb(130,234,128); }

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

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

 span { border-color: rgb(130,234,128); }

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