#82E57E

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

Shades of Pastel Green #82E57E

Tints of Pastel Green #82E57E

Color information

#82E57E (or 0x82E57E) is unknown color: approx Pastel Green. HEX triplet: 82, E5 and 7E. RGB value is (130,229,126). Sum of RGB (Red+Green+Blue) = 130+229+126=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #82E57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E57E is #7D1A81. Grayscale: #BBBBBB. Windows color (decimal): -8198786 or 8316290. OLE color: 8316290.

HSL color Cylindrical-coordinate representation of color #82E57E: hue angle of 117.67º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82E57E is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB130229126-
CMYK0.4300.450.10
HSL117.67º66.45%69.61%-
HSV(B)117.67º44.98%89.8%-
XYZ40.9962.2929.6-
YUV187.6693.286.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 229 (89.84% from 255) = 47.22%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=26.80%
G=47.22%
B=25.98%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1302291260.4300.450.10117.6766.4569.61
Hex82E57E2B02DA764246
Octal2023451765305512166102106
Binary1000001011100101111111010101101011011010111011010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,229,126); }

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

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

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

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

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

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

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