#80E77A

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

Shades of Pastel Green #80E77A

Tints of Pastel Green #80E77A

Color information

#80E77A (or 0x80E77A) is unknown color: approx Pastel Green. HEX triplet: 80, E7 and 7A. RGB value is (128,231,122). Sum of RGB (Red+Green+Blue) = 128+231+122=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #80E77A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80E77A is #7F1885. Grayscale: #BCBCBC. Windows color (decimal): -8329350 or 8054656. OLE color: 8054656.

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

Color convert

RGB128231122-
CMYK0.4500.470.09
HSL116.7º69.43%69.22%-
HSV(B)116.7º47.19%90.59%-
XYZ40.9963.1528.44-
YUV187.7890.8885.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 231 (90.62% from 255) = 48.02%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=26.61%
G=48.02%
B=25.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1282311220.4500.470.09116.769.4369.22
Hex80E77A2D02F9754545
Octal2003471725505711165105105
Binary1000000011100111111101010110101011111001111010110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80E77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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