#80EB82

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

Shades of Pastel Green #80EB82

Tints of Pastel Green #80EB82

Color information

#80EB82 (or 0x80EB82) is unknown color: approx Pastel Green. HEX triplet: 80, EB and 82. RGB value is (128,235,130). Sum of RGB (Red+Green+Blue) = 128+235+130=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EB82 is #7F147D. Grayscale: #BFBFBF. Windows color (decimal): -8328318 or 8579968. OLE color: 8579968.

HSL color Cylindrical-coordinate representation of color #80EB82: hue angle of 121.12º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EB82 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB128235130-
CMYK0.4600.450.08
HSL121.12º72.79%71.18%-
HSV(B)121.12º45.53%92.16%-
XYZ42.6465.6231.54-
YUV191.0493.5583.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 235 (92.19% from 255) = 47.67%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=25.96%
G=47.67%
B=26.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1282351300.4600.450.08121.1272.7971.18
Hex80EB822E02D8794947
Octal2003532025605510171111107
Binary10000000111010111000001010111001011011000111100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80EB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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