#82e482

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

Shades of Pastel Green #82E482

Tints of Pastel Green #82E482

Color information

#82E482 (or 0x82E482) is unknown color: approx Pastel Green. HEX triplet: 82, E4 and 82. RGB value is (130,228,130). Sum of RGB (Red+Green+Blue) = 130+228+130=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #82E482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E482 is #7D1B7D. Grayscale: #BBBBBB. Windows color (decimal): -8199038 or 8578178. OLE color: 8578178.

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

Color convert

RGB130228130-
CMYK0.4300.430.11
HSL120º64.47%70.2%-
HSV(B)120º42.98%89.41%-
XYZ40.9861.8430.9-
YUV187.5395.5386.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.64%
GREEN value IS 228 (89.45% from 255) = 46.72%
BLUE value IS 130 (51.17% from 255) = 26.64%
R=26.64%
G=46.72%
B=26.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302281300.4300.430.1112064.4770.2
Hex82E4822B02BB784046
Octal2023442025305313170100106
Binary10000010111001001000001010101101010111011111100010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82e482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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