#80E582

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

Shades of Pastel Green #80E582

Tints of Pastel Green #80E582

Color information

#80E582 (or 0x80E582) is unknown color: approx Pastel Green. HEX triplet: 80, E5 and 82. RGB value is (128,229,130). Sum of RGB (Red+Green+Blue) = 128+229+130=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #80E582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E582 is #7F1A7D. Grayscale: #BBBBBB. Windows color (decimal): -8329854 or 8578432. OLE color: 8578432.

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

Color convert

RGB128229130-
CMYK0.4400.430.10
HSL121.19º66.01%70%-
HSV(B)121.19º44.1%89.8%-
XYZ40.9562.2430.97-
YUV187.5295.5485.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 229 (89.84% from 255) = 47.02%
BLUE value IS 130 (51.17% from 255) = 26.69%
R=26.28%
G=47.02%
B=26.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1282291300.4400.430.10121.1966.0170
Hex80E5822C02BA794246
Octal2003452025405312171102106
Binary10000000111001011000001010110001010111010111100110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80E582; }

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

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

<style>
 a { background-color: #80E582; }

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

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

<style>
 span { border-color: #80E582; }

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

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