#80e77e

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

Shades of Pastel Green #80E77E

Tints of Pastel Green #80E77E

Color information

#80E77E (or 0x80E77E) is unknown color: approx Pastel Green. HEX triplet: 80, E7 and 7E. RGB value is (128,231,126). Sum of RGB (Red+Green+Blue) = 128+231+126=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #80E77E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E77E is #7F1881. Grayscale: #BCBCBC. Windows color (decimal): -8329346 or 8316800. OLE color: 8316800.

HSL color Cylindrical-coordinate representation of color #80E77E: hue angle of 118.86º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80E77E is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB128231126-
CMYK0.4500.450.09
HSL118.86º68.63%70%-
HSV(B)118.86º45.45%90.59%-
XYZ41.2463.2529.77-
YUV188.2392.8885.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.39%
GREEN value IS 231 (90.62% from 255) = 47.63%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=26.39%
G=47.63%
B=25.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282311260.4500.450.09118.8668.6370
Hex80E77E2D02D9774546
Octal2003471765505511167105106
Binary1000000011100111111111010110101011011001111011110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80e77e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,231,126); }

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

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

 a { background-color: rgb(128,231,126); }

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

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

 span { border-color: rgb(128,231,126); }

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