#82E17A

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

Shades of Pastel Green #82E17A

Tints of Pastel Green #82E17A

Color information

#82E17A (or 0x82E17A) is unknown color: approx Pastel Green. HEX triplet: 82, E1 and 7A. RGB value is (130,225,122). Sum of RGB (Red+Green+Blue) = 130+225+122=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #82E17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E17A is #7D1E85. Grayscale: #B9B9B9. Windows color (decimal): -8199814 or 8053122. OLE color: 8053122.

HSL color Cylindrical-coordinate representation of color #82E17A: hue angle of 115.34º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82E17A is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB130225122-
CMYK0.4200.460.12
HSL115.34º63.19%68.04%-
HSV(B)115.34º45.78%88.24%-
XYZ39.646027.9-
YUV184.8592.5388.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.25%
GREEN value IS 225 (88.28% from 255) = 47.17%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=27.25%
G=47.17%
B=25.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302251220.4200.460.12115.3463.1968.04
Hex82E17A2A02EC733f44
Octal202341172520561416377104
Binary100000101110000111110101010100101110110011100111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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