#82E373

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

Shades of Pastel Green #82E373

Tints of Pastel Green #82E373

Color information

#82E373 (or 0x82E373) is unknown color: approx Pastel Green. HEX triplet: 82, E3 and 73. RGB value is (130,227,115). Sum of RGB (Red+Green+Blue) = 130+227+115=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 227 (89.06% from 255 or 48.09% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 227 - color contains mainly: green. Hex color #82E373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E373 is #7D1C8C. Grayscale: #B9B9B9. Windows color (decimal): -8199309 or 7594882. OLE color: 7594882.

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

Color convert

RGB130227115-
CMYK0.4300.490.11
HSL111.96º66.67%67.06%-
HSV(B)111.96º49.34%89.02%-
XYZ39.7760.9225.88-
YUV185.2388.3688.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.54%
GREEN value IS 227 (89.06% from 255) = 48.09%
BLUE value IS 115 (45.31% from 255) = 24.36%
R=27.54%
G=48.09%
B=24.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302271150.4300.490.11111.9666.6767.06
Hex82E3732B031B704343
Octal2023431635306113160103103
Binary1000001011100011111001110101101100011011111000010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,227,115); }

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

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

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

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

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

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

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