#82E480

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

Shades of Pastel Green #82E480

Tints of Pastel Green #82E480

Color information

#82E480 (or 0x82E480) is unknown color: approx Pastel Green. HEX triplet: 82, E4 and 80. RGB value is (130,228,128). Sum of RGB (Red+Green+Blue) = 130+228+128=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #82E480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E480 is #7D1B7F. Grayscale: #BBBBBB. Windows color (decimal): -8199040 or 8447106. OLE color: 8447106.

HSL color Cylindrical-coordinate representation of color #82E480: hue angle of 118.8º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82E480 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB130228128-
CMYK0.4300.440.11
HSL118.8º64.94%69.8%-
HSV(B)118.8º43.86%89.41%-
XYZ40.8561.7930.2-
YUV187.394.5387.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 228 (89.45% from 255) = 46.91%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=26.75%
G=46.91%
B=26.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302281280.4300.440.11118.864.9469.8
Hex82E4802B02CB774146
Octal2023442005305413167101106
Binary10000010111001001000000010101101011001011111011110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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