#80E186

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

Shades of Pastel Green #80E186

Tints of Pastel Green #80E186

Color information

#80E186 (or 0x80E186) is unknown color: approx Pastel Green. HEX triplet: 80, E1 and 86. RGB value is (128,225,134). Sum of RGB (Red+Green+Blue) = 128+225+134=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #80E186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80E186 is #7F1E79. Grayscale: #B9B9B9. Windows color (decimal): -8330874 or 8839552. OLE color: 8839552.

HSL color Cylindrical-coordinate representation of color #80E186: hue angle of 123.71º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80E186 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB128225134-
CMYK0.4300.400.12
HSL123.71º61.78%69.22%-
HSV(B)123.71º43.11%88.24%-
XYZ40.1360.1632.05-
YUV185.6298.8686.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 225 (88.28% from 255) = 46.20%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=26.28%
G=46.20%
B=27.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282251340.4300.400.12123.7161.7869.22
Hex80E1862B028C7c3e45
Octal200341206530501417476105
Binary1000000011100001100001101010110101000110011111001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,225,134); }

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

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

 a { background-color: rgb(128,225,134); }

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

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

 span { border-color: rgb(128,225,134); }

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